Development/Tutorials/Qt4 Ruby Tutorial: Difference between revisions
< Development | Tutorials
(Create page with link to old version) |
(Add first paragraph and elaborate on the status of this page) |
||
Line 1: | Line 1: | ||
== Qt®4 Tutorial for Ruby == | == Qt®4 Tutorial for Ruby == | ||
This tutorial gives an introduction to GUI programming using the | |||
[http://www.trolltech.com/products/qt Qt toolkit], | |||
[http://www.ruby-lang.org Ruby], and | |||
[http://rubyforge.org/projects/korundum/ qt4-qtruby]. | |||
It is simply a port of [http://trolltech.com Trolltech]'s fine | |||
[http://doc.trolltech.com/4.2/tutorial.html Qt Tutorial]. | |||
Therefore, most of the text after this paragraph comes straight from their tutorial. I have modified it as necessary to make it make sense with the Ruby bindings, and have rearranged or rewritten a few parts to make them (I hope) a bit clearer. | |||
Right now this tutorial is hosted on my site. I am going to be bringing it over here over the next week or so. | |||
You can currently access this tutorial at the following address: | You can currently access this tutorial at the following address: | ||
http://www.darshancomputing.com/qt4-qtruby-tutorial/ | http://www.darshancomputing.com/qt4-qtruby-tutorial/ | ||
until it is fully transferred over to this wiki. |
Revision as of 21:59, 16 December 2006
Qt®4 Tutorial for Ruby
This tutorial gives an introduction to GUI programming using the Qt toolkit, Ruby, and qt4-qtruby. It is simply a port of Trolltech's fine Qt Tutorial. Therefore, most of the text after this paragraph comes straight from their tutorial. I have modified it as necessary to make it make sense with the Ruby bindings, and have rearranged or rewritten a few parts to make them (I hope) a bit clearer.
Right now this tutorial is hosted on my site. I am going to be bringing it over here over the next week or so.
You can currently access this tutorial at the following address:
http://www.darshancomputing.com/qt4-qtruby-tutorial/
until it is fully transferred over to this wiki.