Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
pythonwriteimports.cpp File Reference

(bd231cc051d6246f572af23d953c27a95e0846a8)

#include "pythonwriteimports.h"
#include <customwidgetsinfo.h>
#include <option.h>
#include <uic.h>
#include <driver.h>
#include <ui4.h>
#include <QtCore/qdir.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qtextstream.h>
#include <algorithm>
+ Include dependency graph for pythonwriteimports.cpp:

Go to the source code of this file.

Namespaces

namespace  Python
 

Functions

static WriteImports::ClassesPerModule Python::defaultClasses ()
 
static void Python::insertClass (const QString &module, const QString &className, WriteImports::ClassesPerModule *c)
 
static void Python::formatImportClasses (QTextStream &str, QStringList classList)
 
static void Python::formatClasses (QTextStream &str, const WriteImports::ClassesPerModule &c, bool useStarImports=false, const QByteArray &modulePrefix={})