![]() |
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/qdatetime.h>#include <QtCore/qhash.h>#include <QtCore/qlocale.h>#include <QtCore/qmap.h>#include <QtCore/qregularexpression.h>#include <QtCore/qvariant.h>#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 98 of file qtvariantproperty.cpp.
Definition at line 19 of file qtvariantproperty.cpp.
|
static |
Definition at line 102 of file qtvariantproperty.cpp.
Referenced by QtVariantEditorFactory::createEditor().