QtRuby

QtRuby跨平台的应用程序框架QtRuby綁定版本,包含Qt4和Qt3支持。也是KorundumKDE API的Ruby綁定)的基礎。

QtRuby
穩定版本
2.2.0
(2011年12月16日2011-12-16
源代码库
编程语言Ruby
操作系统跨平台
许可协议LGPL
网站QtRuby主頁

QtRuby使用SMOKE提供语言綁定基礎

除了LinuxUnix,QtRuby也支持Mac OS X操作系統和微軟Windows

QtRuby的hello world

require 'Qt4'

app = Qt::Application.new (ARGV)

hello = Qt::PushButton.new ('Hello World!')
hello.resize (100, 30)
hello.show()

app.exec()

外部連結

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.