- Game Programming Using Qt Beginner's Guide
- Witold Wysota Lorenz Haas
- 271字
- 2021-08-20 10:45:13
Time for action – loading an example project
Qt comes with a lot of examples. Let's try building one to check whether the installation and configuration were done correctly. In Qt Creator, click on the Welcome button on the top-left corner of the window to go the initial screen of the IDE. On the right-hand side of the page that appears (refer to the previous screenshot) there are a couple of tabs among which one of them happens to be called Examples. Clicking on that tab will open a list of examples with a search box. Make sure that the version of Qt you just installed is chosen in the list next to the search box. In the box, enter aff
to filter the list of examples and click on Affine Transformations to open the project. If you are asked whether you want to copy the project to a new folder, agree. Qt Creator will then present you with the following window:

What just happened?
Qt Creator loaded the project and set a view that will help us to learn from example projects. The view is divided into four parts. Let's enumerate them starting from the left side. First there is Qt Creator's working mode selector that contains an action bar, which allows us to toggle between different modes of the IDE. Then, there is the project view that contains a list of files for the project. Next comes the source code editor, displaying the main part of the project's source code. Finally, far to the right, you can see the online help window displaying the documentation for the opened example.
- 大話PLC(輕松動(dòng)漫版)
- Bootstrap Site Blueprints Volume II
- 深入理解Android(卷I)
- Apache ZooKeeper Essentials
- Java入門經(jīng)典(第6版)
- 認(rèn)識(shí)編程:以Python語(yǔ)言講透編程的本質(zhì)
- 編寫整潔的Python代碼(第2版)
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Learning Hunk
- 精通Linux(第2版)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書(shū)第2版)
- 深入實(shí)踐Kotlin元編程
- Python從入門到精通(第3版)