forked from qt-creator/qt-creator
QmlDesigner: Fix components view search
Fixes: QDS-9161 Change-Id: Id36b7e2ba56735438ce15c303f692ac2035020f7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -181,6 +181,8 @@ Item {
|
|||||||
id: searchBox
|
id: searchBox
|
||||||
width: parent.width
|
width: parent.width
|
||||||
style: StudioTheme.Values.searchControlStyle
|
style: StudioTheme.Values.searchControlStyle
|
||||||
|
|
||||||
|
onSearchChanged: (searchText) => rootView.handleSearchFilterChanged(searchText)
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
Reference in New Issue
Block a user