tags:

views:

350

answers:

2

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
+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
Thanks, it looks promising.
vise