Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top