6

Where can I find the documentation for ruby qt? (ex. rdoc)

4

2 回答 2

5

There is also this http://techbase.kde.org/Development/Languages/Ruby

于 2009-10-03T04:36:32.023 回答
3

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.

于 2010-08-31T01:11:17.770 回答