Where can I find the documentation for ruby qt? (ex. rdoc)
+1
A:
There is also this http://techbase.kde.org/Development/Languages/Ruby
Xaisoft
2009-10-03 04:36:32
+2
A:
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.
icco
2010-08-31 01:11:17
Thanks, it looks promising.
vise
2010-08-31 23:31:13