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