Writing a basic Qt project with Qt Creator
I’m assuming you are already able to program and at least had a look at C++.
For example I won’t explain why int main(int argc, char *argv[])
is in the C++ source code.
If you create a "Qt Console Application" you will have the following code: