QtRuby

Share on Facebook Share on Twitter Email
QtRuby
Stable release 2.2.0 / December 16, 2011; 3 months ago (2011-12-16)
Written in Ruby
Operating system Cross-platform
License LGPL
Website Official website

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

QtRuby supports Linux and other flavours of Unix, as well as Mac OS X and Microsoft Windows.

Contents

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

  • Kubeplayer, a video player dedicated to play online videos.[1]

References

External links


Post a question - any question - to the WikiAnswers community:

Copyrights:

Mentioned in