![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "uic.h"#include "option.h"#include "driver.h"#include <language.h>#include <qfile.h>#include <qdir.h>#include <qhashfunctions.h>#include <qtextstream.h>#include <qcoreapplication.h>#include <qcommandlineoption.h>#include <qcommandlineparser.h>#include <qfileinfo.h>Go to the source code of this file.
Functions | |
| static QString | pythonRoot (const QString &pythonPath, const QString &uiFileIn) |
| int | runUic (int argc, char *argv[]) |
| QT_END_NAMESPACE int | main (int argc, char *argv[]) |
Variables | |
| static const char | pythonPathVar [] = "PYTHONPATH" |
| QT_END_NAMESPACE int main | ( | int | argc, |
| char * | argv[] ) |
| int runUic | ( | int | argc, |
| char * | argv[] ) |
Definition at line 52 of file main.cpp.
References Option::Absolute, Cpp, Option::dependencies, Option::forceMemberFnPtrConnectionSyntax, Option::forceStringConnectionSyntax, Option::FromDot, Option::headerProtection, Driver::option(), Driver::printDependencies(), Python, pythonPathVar, Option::pythonResourceImport, Option::rcPrefix, and language::setLanguage().
Referenced by main().