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 {
|
Rectangle {
|
||||||
id: toolbar
|
id: toolbar
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: StudioTheme.Values.doubleToolbarHeight
|
height: StudioTheme.Values.toolbarHeight
|
||||||
color: StudioTheme.Values.themeToolbarBackground
|
color: StudioTheme.Values.themeToolbarBackground
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
@@ -38,13 +38,14 @@ Rectangle {
|
|||||||
anchors.rightMargin: StudioTheme.Values.toolbarHorizontalMargin
|
anchors.rightMargin: StudioTheme.Values.toolbarHorizontalMargin
|
||||||
spacing: StudioTheme.Values.toolbarColumnSpacing
|
spacing: StudioTheme.Values.toolbarColumnSpacing
|
||||||
|
|
||||||
StudioControls.SearchBox {
|
// Temporarily remove search until functionality is provided by backend
|
||||||
id: searchBox
|
//StudioControls.SearchBox {
|
||||||
width: parent.width
|
// id: searchBox
|
||||||
style: StudioTheme.Values.searchControlStyle
|
// width: parent.width
|
||||||
|
// style: StudioTheme.Values.searchControlStyle
|
||||||
|
|
||||||
onSearchChanged: function(searchText) {}
|
// onSearchChanged: function(searchText) {}
|
||||||
}
|
//}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: row
|
id: row
|
||||||
|
Reference in New Issue
Block a user