Home · All Classes · Modules

QDesignerPropertyEditorInterface Class Reference
[QtDesigner module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QDesignerPropertyEditorInterface.__init__ (self, QWidget, Qt.WindowFlags flags = 0)

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

QDesignerFormEditorInterface QDesignerPropertyEditorInterface.core (self)

QString QDesignerPropertyEditorInterface.currentPropertyName (self)

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

bool QDesignerPropertyEditorInterface.isReadOnly (self)

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

QObject QDesignerPropertyEditorInterface.object (self)

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

QDesignerPropertyEditorInterface.setObject (self, QObject)

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

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

QDesignerPropertyEditorInterface.setPropertyValue (self, QString, QVariant, bool changed = True)

This method is also a Qt slot with the C++ signature void setPropertyValue(const QString&,const QVariant&,bool = 1).

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

QDesignerPropertyEditorInterface.setReadOnly (self, bool)

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

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


Qt Signal Documentation

void propertyChanged (const QString&,const QVariant&)

This is the default overload of this signal.


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