1PropertyLabel {
2    text: "%1"
3    tooltip: "%1"
4}
5
6SecondColumnLayout {
7    UrlChooser {
8        backendValue: backendValues.%2
9    }
10
11    ExpandingSpacer {}
12}
13