The QtVariantEditorFactory class provides widgets for properties created by QtVariantPropertyManager objects. More...
#include <qtvariantproperty.h>
Public Member Functions | |
| QtVariantEditorFactory (QObject *parent=nullptr) | |
| ~QtVariantEditorFactory () override | |
| Public Member Functions inherited from QtAbstractEditorFactory< QtVariantPropertyManager > | |
| void | addPropertyManager (QtVariantPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtVariantPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtVariantPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtVariantPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtVariantPropertyManager *manager) override |
| QWidget * | createEditor (QtVariantPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtVariantPropertyManager *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactory< QtVariantPropertyManager > | |
| virtual void | connectPropertyManager (QtVariantPropertyManager *manager)=0 |
| virtual void | disconnectPropertyManager (QtVariantPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
The QtVariantEditorFactory class provides widgets for properties created by QtVariantPropertyManager objects.
The variant factory provides the following widgets for the specified property types:
| Property Type | Widget |
|---|---|
int | QSpinBox |
double | QDoubleSpinBox |
bool | QCheckBox |
| QString | QLineEdit |
| QDate | QDateEdit |
| QTime | QTimeEdit |
| QDateTime | QDateTimeEdit |
| QKeySequence | customized editor |
| QChar | customized editor |
enum | QComboBox |
| QCursor | QComboBox |
Note that QtVariantPropertyManager supports several additional property types for which the QtVariantEditorFactory class does not provide editing widgets, e.g. QPoint and QSize. To provide widgets for other types using the variant approach, derive from the QtVariantEditorFactory class.
| QtVariantEditorFactory::QtVariantEditorFactory | ( | QObject * | parent = nullptr | ) |
Creates a factory with the given parent.
References QtVariantPropertyManager::enumTypeId(), and QtAbstractEditorFactory< QtVariantPropertyManager >::QtAbstractEditorFactory().
|
override |
Destroys this factory, and all the widgets it has created.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References QtFontPropertyManager::subBoolPropertyManager(), QtFontPropertyManager::subEnumPropertyManager(), QtSizePolicyPropertyManager::subEnumPropertyManager(), QtColorPropertyManager::subIntPropertyManager(), QtFontPropertyManager::subIntPropertyManager(), and QtSizePolicyPropertyManager::subIntPropertyManager().
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References QtAbstractEditorFactoryBase::createEditor(), QtVariantPropertyManager::propertyType(), QtAbstractEditorFactoryBase::QtAbstractEditorFactoryBase(), and wrappedProperty().
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References QtFontPropertyManager::subBoolPropertyManager(), QtFontPropertyManager::subEnumPropertyManager(), QtSizePolicyPropertyManager::subEnumPropertyManager(), QtColorPropertyManager::subIntPropertyManager(), QtFontPropertyManager::subIntPropertyManager(), and QtSizePolicyPropertyManager::subIntPropertyManager().