QtRuby: Difference between revisions

Content deleted Content added
Alisha.4m (talk | contribs)
No edit summary
+rcat
 
(48 intermediate revisions by 35 users not shown)
Line 1:
#REDIRECT [[Qt (software)#Language bindings]]
{{ Infobox Software
 
| name = QtRuby
{{Rcat shell|
| logo =
{{R to related topic}}
| screenshot =
{{r hist}}
| caption =
| developer =
| latest release version = 2.1.0
| latest release date = {{release date and age|2010|7|29}}
| latest preview version =
| latest preview date =
| operating system = [[Cross-platform]]
| programming language = [[Ruby (programming language)|Ruby]]
| genre =
| license = [[GNU Lesser General Public License|LGPL]]
| website = [http://rubyforge.org/projects/korundum/ Official website]
}}
 
'''QtRuby''' is a cross-platform application framework [[Qt (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.
 
== QtRuby hello world ==
<source lang="c">
require 'Qt4'
 
app = Qt::Application.new(ARGV)
 
hello = Qt::PushButton.new('Hello World!')
hello.resize(100, 30)
hello.show
 
app.exec
</source>
 
== External links ==
* [http://rubyforge.org/projects/korundum/ Official website]
*[irc://irc.freenode.net/qtruby #qtruby]
*[https://mail.kde.org/mailman/listinfo/kde-bindings QtRuby maillist]
* [http://www.darshancomputing.com/qt4-qtruby-tutorial/ Qt®4 Tutorial for the Ruby Programming Language]
* [http://vision.eng.shu.ac.uk/mmvlwiki/index.php/Qt4-QtRuby_installer_for_Microsoft_Windows Qt4-QtRuby installer for Microsoft Windows]
* [http://techbase.kde.org/Development/Languages/Ruby QtRuby at KDE TechBase]
 
{{Qt}}
{{KDE}}
{{Widget toolkits}}
{{DEFAULTSORT:Qtruby}}
[[Category:Qt (toolkit)]]
[[Category:Ruby programming language]]
[[Category:KDE Platform]]
 
[[ru:QtRuby]]
[[zh:QtRuby]]