Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(8649ab29ac463d28d8c040d89ba13d7c809bf7ab)

#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>
Include dependency graph for main.cpp:

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"

Function Documentation

◆ main()

QT_END_NAMESPACE int main ( int argc,
char * argv[] )

Definition at line 229 of file main.cpp.

References runUic().

Here is the call graph for this function:

◆ pythonRoot()

QString pythonRoot ( const QString & pythonPath,
const QString & uiFileIn )
static

Definition at line 25 of file main.cpp.

◆ runUic()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pythonPathVar

const char pythonPathVar = "PYTHONPATH"
static

Definition at line 22 of file main.cpp.

Referenced by runUic().