![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qtvariantproperty_p.h"#include "qtpropertymanager_p.h"#include "qteditorfactory_p.h"#include <QtCore/QVariant>#include <QtCore/QDate>#include <QtCore/QHash>#include <QtCore/QLocale>#include <QtCore/QRegularExpression>#include "moc_qtvariantproperty_p.cpp"Go to the source code of this file.
Classes | |
| class | QtEnumPropertyType |
| class | QtFlagPropertyType |
| class | QtGroupPropertyType |
| class | QtVariantPropertyPrivate |
| class | QtVariantPropertyManagerPrivate |
| class | QtVariantEditorFactoryPrivate |
Typedefs | |
| using | QtIconMap = QMap<int, QIcon> |
| using | PropertyPropertyMap = QHash<const QtProperty *, QtProperty *> |
Functions | |
| static QtProperty * | wrappedProperty (QtProperty *property) |
| typedef QHash< const QtProperty *, QtProperty * > PropertyPropertyMap = QHash<const QtProperty *, QtProperty *> |
Definition at line 101 of file qtvariantproperty.cpp.
Definition at line 22 of file qtvariantproperty.cpp.
|
static |
Definition at line 105 of file qtvariantproperty.cpp.
Referenced by QtVariantEditorFactory::createEditor().