QmlDesigner.PropertyEditor: move template definitions from C++ to QML
Moving the template defintions for property types from C++ to QML.
This allows supporting more types by just editing TemplateTypes.qml.
Change-Id: Ic93a36067ac4a5e2736005b762b4ca4b7beb7cf7
Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
Showing
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.qml 14 additions, 0 deletions...ropertyeditor/PropertyTemplates/BooleanEditorTemplate.qml
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.qml 5 additions, 0 deletions.../propertyeditor/PropertyTemplates/ColorEditorTemplate.qml
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.qml 6 additions, 0 deletions...er/propertyeditor/PropertyTemplates/IntEditorTemplate.qml
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.qml 5 additions, 0 deletions...r/propertyeditor/PropertyTemplates/RealEditorTemplate.qml
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.qml 12 additions, 0 deletions...propertyeditor/PropertyTemplates/StringEditorTemplate.qml
- share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml 25 additions, 0 deletions...signer/propertyeditor/PropertyTemplates/TemplateTypes.qml
- src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp 54 additions, 33 deletions.../qmldesigner/components/propertyeditor/propertyeditor.cpp
Please register or sign in to comment