summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
blob: 5975c382bccca56b5bcccfd6e6e79a51d90de39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Label {
    text: "%1"
    toolTip: "%1"
}
SpinBox {
    maximumValue: 9999999
    minimumValue: -9999999
    decimals: 2
    backendValue: backendValues.%2
    Layout.fillWidth: true
    Layout.maximumWidth: 100
}