Development/Tutorials/Qt4 Ruby Tutorial: Difference between revisions

    From KDE TechBase
    Line 30: Line 30:
    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2|Chapter 2]]
    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2|Chapter 2]]


    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2|Chapter 3]] (unfinished)
    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 3|Chapter 3]] (unfinished)


    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2|Chapter 4]] (unfinished)
    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 4|Chapter 4]] (unfinished)


    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2|Chapter 5]] (unfinished)
    [[Development/Tutorials/Qt4 Ruby Tutorial/Chapter 5|Chapter 5]] (unfinished)


    [[Category:Ruby]]
    [[Category:Ruby]]

    Revision as of 18:41, 4 July 2007

    Author: Darshan Ishaya, [email protected]

    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.

    This tutorial doesn't cover everything; the emphasis is on teaching the programming philosophy of GUI programming, and Qt's features are introduced as needed. Some commonly used features are never used in this tutorial.

    Chapter one starts with a minimal "Hello world" program and the following chapters introduce new concepts. By Chapter 14, the "Hello world" program from Chapter 1 will have turned into a 448-line game.

    If you're completely new to Qt, you might want to read How to Learn Qt if you haven't already done so. Keep in mind that like most documents about Qt, it is very C++ oriented.

    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.

    Table of Contents

    Chapter 1

    Chapter 2

    Chapter 3 (unfinished)

    Chapter 4 (unfinished)

    Chapter 5 (unfinished)