aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
blob: 361bedccfbb9eff17d62c108060ad5cbdf681224 (plain)
1
2
3
4
5
6
7
8
Label {
    text: "%1"
    tooltip: "%1"
}
UrlChooser {
    Layout.fillWidth: true
    backendValue:  backendValues.%2
}