QtRuby
QtRuby是跨平台的应用程序框架Qt的Ruby綁定版本,包含Qt4和Qt3支持。也是Korundum(KDE API的Ruby綁定)的基礎。
当前版本 |
|
---|---|
源代码库 | |
编程语言 | Ruby |
操作系统 | 跨平台 |
许可协议 | LGPL |
网站 | QtRuby主頁 |
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()
外部連結
- 官方主頁(英文)
- #qtruby
- QtRuby郵件列表(页面存档备份,存于)
- Qt®4 Tutorial for the Ruby Programming Language(页面存档备份,存于) - QtRuby教學
- Qt4-QtRuby installer for Microsoft Windows
- (zh_CN)| KDE TechBase上的QtRuby資料(页面存档备份,存于)(简体中文)
- (zh_TW)| KDE TechBase上的QtRuby資料(页面存档备份,存于)(繁體中文)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.