Qt tutorial 1-14 steps in total
This tutorial describes how to use the QT toolkit for graphic user interface programming. It does not cover everything: It emphasizes teaching a programming idea of graphical user interface programming, and introducing QT features is also necessary. Some features that are usually used are not used in this tutorial.
Chapter 1 describes a ten-line Hello WorldProgramIn addition, each chapter introduces one or more concepts. Until chapter 1, the program has changed from ten rows in Chapter 1 to 14th rows of games.
If you are not familiar with QT, if you have not read how to learn QT
For more information, see.
Tutorial section:
- Hello, world!
- Call to exit
- Family value
- Use Widgets
- Build Blocks
- Build a wide array of building blocks!
- One thing leads another
- Prepare for battle
- You can use cannon fodder.
- Slide like Silk
- Give it a shell
- Bricks hanging in the air
- Game ended
- Facing walls
This little game does not look like a modern graphic user interface application. It only uses a few useful graphic user interface technologies, but if you work with it, we suggest you read tutorial 2.
. The second tutorial is more formal and covers the features of typical applications including menu bar, tool bar, file loading and saving, and dialog box.