Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby Qt documentation

Tags:

qtruby

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

like image 987
vise Avatar asked Oct 03 '09 04:10

vise


2 Answers

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

like image 82
Xaisoft Avatar answered Oct 19 '22 23:10

Xaisoft


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.

like image 38
icco Avatar answered Oct 19 '22 23:10

icco