vise
vise

Reputation: 13383

Ruby Qt documentation

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

Upvotes: 6

Views: 3477

Answers (2)

icco
icco

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

Xaisoft
Xaisoft

Reputation: 46601

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

Upvotes: 5

Related Questions