Skip to content

Commit

Permalink
Merge pull request qmlbook#166 from task-jp/ch02-01
Browse files Browse the repository at this point in the history
ch02: fix typo
  • Loading branch information
e8johan authored May 11, 2022
2 parents 9f64efa + 7e62795 commit 3eb9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ch02-start/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hello World

To test your installation, we will create a small *hello world* application. Please, open Qt Creator and create a Qt Quick UI Project ( `File ‣ New File or Project ‣ Other Project ‣ Qt Quick UI prototype` ) and name the project `HelloWorld`.
To test your installation, we will create a small *hello world* application. Please, open Qt Creator and create a Qt Quick UI Project ( `File ‣ New File or Project ‣ Other Project ‣ Qt Quick UI Prototype` ) and name the project `HelloWorld`.

::: tip
The Qt Creator IDE allows you to create various types of applications. If not otherwise stated, we always use a Qt Quick UI prototype project. For a production application you would often prefer a `CMake` based project, but for fast prototyping this type is better suited.
Expand Down

0 comments on commit 3eb9ffc

Please sign in to comment.