QtRuby
来自维基百科,自由的百科全书
QtRuby是跨平台的应用程序框架Qt的Ruby绑定版本,包含Qt4和Qt3支持。也是Korundum(KDE API的Ruby绑定)的基础。
QtRuby使用SMOKE提供语言绑定基础
QtRuby的hello world
require 'Qt4'
app = Qt::Application.new (ARGV)
hello = Qt::PushButton.new ('Hello World!')
hello.resize (100, 30)
hello.show()
app.exec()
外部链接
Wikiwand - on
Seamless Wikipedia browsing. On steroids.