QDesignerPropertyEditorInterface Class Reference
[QtDesigner module]
The QDesignerPropertyEditorInterface class provides an interface that is used to control Qt Designer's property editor component. More...
#include <QDesignerPropertyEditorInterface>
Inherits QWidget.
Public Functions
- 184 public functions inherited from QWidget
- 28 public functions inherited from QObject
- 10 public functions inherited from QPaintDevice
Public Slots
- virtual void setObject ( QObject * object ) = 0
- virtual void setPropertyValue ( const QString & name, const QVariant & value, bool changed = true ) = 0
- virtual void setReadOnly ( bool readOnly ) = 0
- 17 public slots inherited from QWidget
- 1 public slot inherited from QObject
Signals
Additional Inherited Members
- 52 properties inherited from QWidget
- 1 property inherited from QObject
- 4 static public members inherited from QWidget
- 4 static public members inherited from QObject
- 39 protected functions inherited from QWidget
- 7 protected functions inherited from QObject
Detailed Description
The QDesignerPropertyEditorInterface class provides an interface that is used to control Qt Designer's property editor component.
Member Function Documentation
QDesignerPropertyEditorInterface::QDesignerPropertyEditorInterface ( QWidget * parent, Qt::WindowFlags flags = 0 )
QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface () [virtual]
QDesignerFormEditorInterface * QDesignerPropertyEditorInterface::core () const [virtual]
QString QDesignerPropertyEditorInterface::currentPropertyName () const [pure virtual]
bool QDesignerPropertyEditorInterface::isReadOnly () const [pure virtual]
QObject * QDesignerPropertyEditorInterface::object () const [pure virtual]
See also setObject().
void QDesignerPropertyEditorInterface::propertyChanged ( const QString & name, const QVariant & value ) [signal]
This signal is emitted whenever a property changes in the editor. The property changed and its new value are specified by name and value respectively.
void QDesignerPropertyEditorInterface::setObject ( QObject * object ) [pure virtual slot]
See also object().
void QDesignerPropertyEditorInterface::setPropertyValue ( const QString & name, const QVariant & value, bool changed = true ) [pure virtual slot]
void QDesignerPropertyEditorInterface::setReadOnly ( bool readOnly ) [pure virtual slot]
See also isReadOnly().