![]() |
Qt 6.x
The Qt SDK
|
#include <qcommandlineparser.h>
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().
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().