Ruby bindings for Qt gui application.
Posted
by exvion
on Stack Overflow
See other posts from Stack Overflow
or by exvion
Published on 2010-03-24T15:57:00Z
Indexed on
2010/03/24
16:43 UTC
Read the original article
Hit count: 222
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')
© Stack Overflow or respective owner