forked from qt-creator/qt-creator
QmlDesigner: Allow hiding UrlChooser's cog
Change-Id: I5b9b3b3d658031c4db6f0d61627e7d5218b1afc0 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -16,6 +16,8 @@ Row {
|
|||||||
HelperWidgets.UrlChooser {
|
HelperWidgets.UrlChooser {
|
||||||
backendValue: uniformBackendValue
|
backendValue: uniformBackendValue
|
||||||
|
|
||||||
|
actionIndicatorVisible: false
|
||||||
|
|
||||||
onAbsoluteFilePathChanged: uniformValue = absoluteFilePath
|
onAbsoluteFilePathChanged: uniformValue = absoluteFilePath
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -27,6 +27,7 @@ Row {
|
|||||||
|
|
||||||
property alias comboBox: comboBox
|
property alias comboBox: comboBox
|
||||||
property alias spacer: spacer
|
property alias spacer: spacer
|
||||||
|
property alias actionIndicatorVisible: comboBox.actionIndicatorVisible
|
||||||
|
|
||||||
FileResourcesModel {
|
FileResourcesModel {
|
||||||
id: fileModel
|
id: fileModel
|
||||||
|
Reference in New Issue
Block a user