Reputation: 13383
Where can I find the documentation for ruby qt? (ex. rdoc)
Upvotes: 6
Views: 3477
Reputation: 3094
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.
Upvotes: 3
Reputation: 46601
There is also this http://techbase.kde.org/Development/Languages/Ruby
Upvotes: 5