QmlDesigner: Fix components view search

Fixes: QDS-9161
Change-Id: Id36b7e2ba56735438ce15c303f692ac2035020f7
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
Mahmoud Badri
2023-02-16 11:01:44 +02:00
parent 9f4eae6536
commit 7fc34fd59c

View File

@@ -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 {