forked from qt-creator/qt-creator
QmlDesigner: Improve custom property editor for URL
Change-Id: I1bf81df8df94bc7d1469b484f6a66f874887b214 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
6eb0bec95c
commit
a93e9d7a7a
@@ -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
|
||||||
}
|
}
|
Reference in New Issue
Block a user