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