Skip to content

Instantly share code, notes, and snippets.

@Zren
Created July 19, 2020 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zren/d1e4381f809ec267ad4ef9b52d7248c6 to your computer and use it in GitHub Desktop.
Save Zren/d1e4381f809ec267ad4ef9b52d7248c6 to your computer and use it in GitHub Desktop.
// In: ~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/SearchView.qml
// https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/SearchView.qml#L237
SearchField {
id: searchField
visible: !config.isEditingTile && !!text
height: config.searchFieldHeight
anchors.left: parent.left
anchors.right: parent.right
listView: stackView.currentItem && stackView.currentItem.listView ? stackView.currentItem.listView : []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment