QtRuby

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

QtRuby
当前版本
  • 4.14.3 (2014年11月11日)[1]
源代码库
编程语言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()

外部連結

  1. . 2014年11月11日 [2019年8月3日].
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.