QtRuby

This is an old revision of this page, as edited by Cydebot (talk | contribs) at 23:02, 3 March 2012 (Robot - Speedily moving category Qt (toolkit) to Category:Qt (framework) per CFDS.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

QtRuby is a cross-platform application framework Qt binding for Ruby. There is an additional set of bindings Korundum for KDE.

QtRuby
Stable release
2.1.0 / July 29, 2010; 15 years ago (2010-07-29)
Repository
Written inRuby
Operating systemCross-platform
LicenseLGPL
WebsiteOfficial website

QtRuby supports Linux and other flavours of Unix, as well as Mac OS X and Microsoft 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

Notable applications that use QtRuby

References