开发者

Ruby bindings for Qt gui application

开发者 https://www.devze.com 2022-12-24 04:50 出处:网络
How to create a Qt GUI applications with开发者_开发问答 the ability to access it from the ruby script.

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

精彩评论

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

关注公众号