aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-28 19:41:54 +0200
committerTim Jenssen <tim.jenssen@qt.io>2019-07-02 16:11:27 +0000
commita93e9d7a7af9aaeb612567f572b7f568ee0e3680 (patch)
tree1b5c90da4422583c06ee89dc485eaa4eb65920cc /share
parent6eb0bec95c365322035f485f204828b77930bdd4 (diff)
QmlDesigner: Improve custom property editor for URL
Change-Id: I1bf81df8df94bc7d1469b484f6a66f874887b214 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template5
1 files changed, 2 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
index 4d3a015e7b..361bedccfb 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
@@ -2,8 +2,7 @@ Label {
text: "%1"
tooltip: "%1"
}
-LineEdit {
- backendValue: backendValues.%2
+UrlChooser {
Layout.fillWidth: true
- showTranslateCheckBox: false
+ backendValue: backendValues.%2
} \ No newline at end of file