com.trolltech.examples.Tutorial.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
Legacy QtJambi library for RapidWright, from: https://sourceforge.net/projects/qtjambi/files/4.5.2/
The newest version!
Qt Jambi Tutorial
[Next: Chapter 1]
Qt Jambi Tutorial
This tutorial gives an introduction to GUI programming using the Qt Jambi toolkit. It doesn't cover everything; the emphasis is on teaching the programming philosophy of GUI programming, and Qt Jambi'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.
The tutorial's source code is located in Qt Jambis's com/trolltech/examples/tutorial directory.
Tutorial chapters:
- Hello World!
- Calling it Quits
- Family Values
- Let There Be Widgets
- Building Blocks
- Building Blocks Galore!
- One Thing Leads to Another
[Next: Chapter 1]