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
pythonwriteimports.cpp File Reference

(6346c5b426935a767575ea758e99749bc6544f54)

#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={})