This is a training repository for QTCreator.
Open the project by running:
qtcreator helloworld.pro
Compile and run the project. It should just write one line to the console ;).
Set a breakpoint before the line beginning with "cout ...". Start the program in debugging mode and observe how the IDE stops at the breakpoint. Continue until the program finishes.