Ruby bindings for Qt gui application
How to create a Qt GUI applications with开发者_开发问答 the ability to access it from the ruby script.
Example:
require 'myQt'
myapp=myQt.new
myapp.startQtGuiApp
myapp.setValue('TextField1',45)
value=myapp.getValue('TextField2')
I assume you're looking for ruby-qt bindings? There are a few links to tutorials there, as well.
精彩评论