![]() |
Qt 6.x
The Qt SDK
|
#include <qcommandlineparser.h>
Include dependency graph for src_corelib_tools_qcommandlineparser_main.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| [0] | |
| void | f () |
| [0] | |
[0]
[cxx11]
[cxx11]
Definition at line 49 of file src_corelib_tools_qcommandlineparser_main.cpp.
References QCoreApplication::translate().
Here is the call graph for this function:| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[0]
[2]
Definition at line 7 of file src_corelib_tools_qcommandlineparser_main.cpp.
References QCommandLineParser::addHelpOption(), QCommandLineParser::addOption(), QCommandLineParser::addPositionalArgument(), QCommandLineParser::addVersionOption(), app, args, QCommandLineParser::isSet(), QCommandLineParser::positionalArguments(), QCommandLineParser::process(), QCommandLineParser::setApplicationDescription(), QCoreApplication::setApplicationName(), QCoreApplication::setApplicationVersion(), QCoreApplication::translate(), and QCommandLineParser::value().
Here is the call graph for this function: