Where can I find the documentation for ruby qt? (ex. rdoc)
Ruby Qt documentation
Well you can use the rbqtapi
program to find which functions have been implemented, but it almost identically matches the Qt library. The only main difference is objects like QPushButton are actually named Qt::PushButton.
There is also this http://techbase.kde.org/Development/Languages/Ruby
Well you can use the rbqtapi
program to find which functions have been implemented, but it almost identically matches the Qt library. The only main difference is objects like QPushButton are actually named Qt::PushButton.
© 2022 - 2024 — McMap. All rights reserved.