Getting Started on the Commandline - Qt Wiki
wiki.qt.io › Getting_Started_on_the_CommandlineAt this point I hope you were able to take the first step in C++ development using Qt. You may now want to start reading some of Qt's documentation. Qt's API reference is directly written by the software developer that create Qt. You find the latest API documentation at doc.qt.io. For instance go to QLabel to learn more about the "QLabel" class. Another good starting point is to take a look at the examples, which ship with Qt.
How-tos | Qt Creator Manual
doc.qt.io › qtcreator › creator-how-tosRun Qt Creator from the command line Show and hide sidebars Move to symbols Inspect signal-slot connections while debugging Display low-level data in the debugger See the value of variables in tooltips while debugging Quickly locate files using the keyboard Perform calculations Jump to a function in QML code
qt - QtCreator and Command Line Arguments - Stack Overflow
stackoverflow.com › questions › 1593288Oct 20, 2009 · Go in the "Project" part on the left of QtCreator and then in the "Run Settings" tab. There is a Arguments line edit where you can put all you need to pass to your app when launching it. For Qt Creator from Qt 5.6 Go in the "Projects part on the left and then in the "Build & Run" tab. Here you have a "Command line arguments" edit where you can put all parameters you want to pass to your app.