QmlDesigner: Move SearchBox to StudioControls

Fixes: QDS-7759
Change-Id: Idf33aa47f5e793c4053f825ae8a203b97c078bf1
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
Mahmoud Badri
2022-09-26 15:59:22 +03:00
parent 57dc7f8468
commit e31debc0e7
6 changed files with 4 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ Item {
width: parent.width
SearchBox {
StudioControls.SearchBox {
id: searchBox
width: parent.width - addAssetButton.width - 5

View File

@@ -221,7 +221,7 @@ Item {
Row {
width: parent.width
SearchBox {
StudioControls.SearchBox {
id: searchBox
width: parent.width - addModuleButton.width - 5

View File

@@ -230,7 +230,7 @@ Item {
width: root.width
enabled: !materialBrowserModel.hasMaterialRoot && materialBrowserModel.hasQuick3DImport
SearchBox {
StudioControls.SearchBox {
id: searchBox
width: root.width - addMaterialButton.width

View File

@@ -61,7 +61,6 @@ RoundedPanel 2.0 RoundedPanel.qml
ScrollView 2.0 ScrollView.qml
SecondColumnLayout 2.0 SecondColumnLayout.qml
Section 2.0 Section.qml
SearchBox 2.0 SearchBox.qml
SectionLayout 2.0 SectionLayout.qml
Spacer 2.0 Spacer.qml
SpinBox 2.0 SpinBox.qml

View File

@@ -30,6 +30,7 @@ RealSpinBoxIndicator 1.0 RealSpinBoxIndicator.qml
RealSpinBoxInput 1.0 RealSpinBoxInput.qml
ScrollBar 1.0 ScrollBar.qml
ScrollView 1.0 ScrollView.qml
SearchBox 1.0 SearchBox.qml
SecondColumnLayout 1.0 SecondColumnLayout.qml
Section 1.0 Section.qml
SectionLabel 1.0 SectionLabel.qml