Tutorial: The 14 Steps
This tutorial gives an introduction to GUI programming using the Qt
toolkit 2.3.10 . It 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 ten-line hello-world and each subsequent
chapter introduces one or a few more concepts. By chapter 14, the ten
lines from chapter one have turned into a 650-line game.
Tutorial chapters:
- Hello, World!
- Calling it Quits
- Family Values
- Let There Be Widgets
- Building Blocks
- Building Blocks Galore!
- One Thing Leads to Another
- Preparing for Battle
- With Cannon You Can
- Smooth as Silk
- Giving It a Shot
- Hanging in the Air the Way Bricks Don't
- Game Over
- Facing the Wall
This little game doesn't look much like a modern GUI application. It
uses a good few of the GUI techniques, but after you've worked through
it, we recommend reading the Simple
Application Walkthrough too. That discusses a very simple
application with all the common features (menu bars, tool bars,
on-line help, printing, a couple of dialogs) in detail.
Copyright © 2005 Trolltech | Trademarks
| Qt version 2.3.10
|