Home · All Classes · Modules

QDesignerFormWindowInterface Class Reference
[QtDesigner module]

Inherits QWidget.

Types

Methods

Static Methods

Qt Signals


Detailed Description


Type Documentation

QDesignerFormWindowInterface.FeatureFlag


Method Documentation

QDesignerFormWindowInterface.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QDir QDesignerFormWindowInterface.absoluteDir (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.addResourceFile (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.author (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.clearSelection (self, bool update = True)

This method is also a Qt slot with the C++ signature void clearSelection(bool = 1).

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.comment (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.contents (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormEditorInterface QDesignerFormWindowInterface.core (self)

QDesignerFormWindowCursorInterface QDesignerFormWindowInterface.cursor (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.emitSelectionChanged (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.exportMacro (self)

This method is abstract and should be reimplemented in any sub-class.

Feature QDesignerFormWindowInterface.features (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.fileName (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface QDesignerFormWindowInterface.findFormWindow (QWidget)

QDesignerFormWindowInterface QDesignerFormWindowInterface.findFormWindow (QObject)

QPoint QDesignerFormWindowInterface.grid (self)

This method is abstract and should be reimplemented in any sub-class.

bool QDesignerFormWindowInterface.hasFeature (self, Feature)

This method is abstract and should be reimplemented in any sub-class.

QStringList QDesignerFormWindowInterface.includeHints (self)

This method is abstract and should be reimplemented in any sub-class.

bool QDesignerFormWindowInterface.isDirty (self)

This method is abstract and should be reimplemented in any sub-class.

bool QDesignerFormWindowInterface.isManaged (self, QWidget)

This method is abstract and should be reimplemented in any sub-class.

(int, int) QDesignerFormWindowInterface.layoutDefault (self)

This method is abstract and should be reimplemented in any sub-class.

(QString, QString) QDesignerFormWindowInterface.layoutFunction (self)

This method is abstract and should be reimplemented in any sub-class.

QWidget QDesignerFormWindowInterface.mainContainer (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.manageWidget (self, QWidget)

This method is also a Qt slot with the C++ signature void manageWidget(QWidget *).

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerFormWindowInterface.pixmapFunction (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.removeResourceFile (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QStringList QDesignerFormWindowInterface.resourceFiles (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.selectWidget (self, QWidget, bool select = True)

This method is also a Qt slot with the C++ signature void selectWidget(QWidget *,bool = 1).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setAuthor (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setComment (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setContents (self, QIODevice)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setContents (self, QString)

This method is also a Qt slot with the C++ signature void setContents(const QString&).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setDirty (self, bool)

This method is also a Qt slot with the C++ signature void setDirty(bool).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setExportMacro (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setFeatures (self, Feature)

This method is also a Qt slot with the C++ signature void setFeatures(QDesignerFormWindowInterface::Feature).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setFileName (self, QString)

This method is also a Qt slot with the C++ signature void setFileName(const QString&).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setGrid (self, QPoint)

This method is also a Qt slot with the C++ signature void setGrid(const QPoint&).

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setIncludeHints (self, QStringList)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setLayoutDefault (self, int, int)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setLayoutFunction (self, QString, QString)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setMainContainer (self, QWidget)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.setPixmapFunction (self, QString)

This method is abstract and should be reimplemented in any sub-class.

QDesignerFormWindowInterface.unmanageWidget (self, QWidget)

This method is also a Qt slot with the C++ signature void unmanageWidget(QWidget *).

This method is abstract and should be reimplemented in any sub-class.


Qt Signal Documentation

void aboutToUnmanageWidget (QWidget *)

This is the default overload of this signal.

void activated (QWidget *)

This is the default overload of this signal.

void changed ()

This is the default overload of this signal.

void featureChanged (QDesignerFormWindowInterface::Feature)

This is the default overload of this signal.

void fileNameChanged (const QString&)

This is the default overload of this signal.

void geometryChanged ()

This is the default overload of this signal.

void mainContainerChanged (QWidget *)

This is the default overload of this signal.

void objectRemoved (QObject *)

This is the default overload of this signal.

void resourceFilesChanged ()

This is the default overload of this signal.

void selectionChanged ()

This is the default overload of this signal.

void widgetManaged (QWidget *)

This is the default overload of this signal.

void widgetRemoved (QWidget *)

This is the default overload of this signal.

void widgetUnmanaged (QWidget *)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0