Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

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

Public Slots

Signals

Additional Inherited Members


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().


Copyright © 2005 Trolltech Trademarks
Qt 4.0.1