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:
Mahmoud Badri
2023-08-28 14:15:49 +03:00
parent 51e31314c9
commit 203f38d616
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ Row {
HelperWidgets.UrlChooser {
backendValue: uniformBackendValue
actionIndicatorVisible: false
onAbsoluteFilePathChanged: uniformValue = absoluteFilePath
}
}

View File

@@ -27,6 +27,7 @@ Row {
property alias comboBox: comboBox
property alias spacer: spacer
property alias actionIndicatorVisible: comboBox.actionIndicatorVisible
FileResourcesModel {
id: fileModel