summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.qml
blob: c3c35be70c6869ad48298f29bf3700ca983d3943 (plain)
1
2
3
4
5
6
IntEditor {
    backendValue: backendValues.%2
    caption: "%1"
    baseStateFlag: isBaseState
    slider: false
}