forked from qt-creator/qt-creator
QmlDesigner: Remove search temporarily
Change-Id: I4759c9bd4c831b2e4df9522fe9598fe2d8099bed Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
93b1c18aeb
commit
105bc1b253
@@ -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
|
||||
|
Reference in New Issue
Block a user