开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜