QmlDesigner: Improve custom property editor for URL

Change-Id: I1bf81df8df94bc7d1469b484f6a66f874887b214
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-28 19:41:54 +02:00
committed by Tim Jenssen
parent 6eb0bec95c
commit a93e9d7a7a

View File

@@ -2,8 +2,7 @@ Label {
text: "%1" text: "%1"
tooltip: "%1" tooltip: "%1"
} }
LineEdit { UrlChooser {
backendValue: backendValues.%2
Layout.fillWidth: true Layout.fillWidth: true
showTranslateCheckBox: false backendValue: backendValues.%2
} }