|
@@ -128,7 +128,7 @@ Use the terminal and the command `mkdir` to create a directory `Documents/eip` f
|
128
|
128
|
|
129
|
129
|
2. Write the name of the project, select the directory where you would like to save it, press `Next` in that window and the following one, and then `Finish` in the next one.
|
130
|
130
|
|
131
|
|
- This process will create a new Qt project with the skeleton for a basic C++ program that only displays "Hello World!". Before continuing, select `Projects` in the vertical menu to the left. A window called `Build Settings` should appear. In this window, make sure the `Shadow build` checkbox is NOT selected, as shown in Figure 3.
|
|
131
|
+ This process will create a new Qt project with the skeleton for a basic C++ program that only displays "Hello World!". Before continuing, select `Projects` in the vertical menu on the left. A window called `Build Settings` should appear. In this window, make sure the `Shadow build` checkbox is NOT selected, as shown in Figure 3.
|
132
|
132
|
|
133
|
133
|
---
|
134
|
134
|
|
|
@@ -138,7 +138,7 @@ Use the terminal and the command `mkdir` to create a directory `Documents/eip` f
|
138
|
138
|
|
139
|
139
|
---
|
140
|
140
|
|
141
|
|
-3. Return to the window where you can edit the program by selecting `Edit` in the left menu and double clicking `Sources` and then `main.cpp`. Press the green arrow on the left menu to execute the program. The results for the program will be displayed in the terminal window. If there were any errors, these would appear in the `Issues` window in Qt Creator.
|
|
141
|
+3. Return to the window where you can edit the program by selecting `Edit` in the left menu and double clicking `Sources` and then `main.cpp`. Press the green arrow on the left menu to execute the program. The results for the program will be displayed on the terminal window. If there were any errors, these would appear in the `Issues` window in Qt Creator.
|
142
|
142
|
|
143
|
143
|
4. Change the contents of `main.cpp` to the following:
|
144
|
144
|
|