summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.qml
blob: cdae8e7ff81a9cbdd87207748b2677fe8dbf9b5d (plain)
1
2
3
4
5
DoubleSpinBoxAlternate {
    text: "%1"
    backendValue: backendValues.%2
    baseStateFlag: isBaseState
}