From 105bc1b25332ca10334b7472de547800e9f5c0d0 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Thu, 21 Sep 2023 10:08:17 +0200 Subject: [PATCH] QmlDesigner: Remove search temporarily Change-Id: I4759c9bd4c831b2e4df9522fe9598fe2d8099bed Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Brook Cronin Reviewed-by: Thomas Hartmann --- .../qmldesigner/connectionseditor/Main.qml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/share/qtcreator/qmldesigner/connectionseditor/Main.qml b/share/qtcreator/qmldesigner/connectionseditor/Main.qml index c84f6dcdcbb..0b3752ac812 100644 --- a/share/qtcreator/qmldesigner/connectionseditor/Main.qml +++ b/share/qtcreator/qmldesigner/connectionseditor/Main.qml @@ -27,7 +27,7 @@ Rectangle { Rectangle { id: toolbar width: parent.width - height: StudioTheme.Values.doubleToolbarHeight + height: StudioTheme.Values.toolbarHeight color: StudioTheme.Values.themeToolbarBackground Column { @@ -38,13 +38,14 @@ Rectangle { anchors.rightMargin: StudioTheme.Values.toolbarHorizontalMargin spacing: StudioTheme.Values.toolbarColumnSpacing - StudioControls.SearchBox { - id: searchBox - width: parent.width - style: StudioTheme.Values.searchControlStyle + // Temporarily remove search until functionality is provided by backend + //StudioControls.SearchBox { + // id: searchBox + // width: parent.width + // style: StudioTheme.Values.searchControlStyle - onSearchChanged: function(searchText) {} - } + // onSearchChanged: function(searchText) {} + //} Row { id: row