SearchDialog
Properties | |
alias | count |
alias | currentItem |
alias | delegate |
alias | emptyIcon |
alias | emptyText |
alias | model |
alias | searchFieldLeftActions |
alias | searchFieldPlaceholderText |
alias | searchFieldRightActions |
alias | section |
alias | text |
Detailed Description
A dialog to let's you do a global search accross your applications documents, chat rooms and more.
Example usage for a chat app where we want to quickly search for a room.
{}
- Note
- This component is unsuitable on mobile. Instead on mobile prefer to use a seperate page for the search.
- Since
- Kirigami 6.3
Definition at line 53 of file SearchDialog.qml.
Property Documentation
◆ count
|
read |
This property holds the number of search results displayed in the internal ListView.
Definition at line 90 of file SearchDialog.qml.
◆ currentItem
|
read |
This property holds an alias to the currentItem component of the internal ListView.
Definition at line 66 of file SearchDialog.qml.
◆ delegate
|
read |
This property holds an alias to the delegate component of the internal ListView.
Definition at line 62 of file SearchDialog.qml.
◆ emptyIcon
|
read |
This property holds an alias to the placeholder message icon displayed when the internal list view is empty.
Definition at line 100 of file SearchDialog.qml.
◆ emptyText
|
read |
This property holds an alias to the placeholder message text displayed when the internal list view is empty.
Definition at line 95 of file SearchDialog.qml.
◆ model
|
read |
This property holds an alias to the model of the internal ListView.
Definition at line 58 of file SearchDialog.qml.
◆ searchFieldLeftActions
|
read |
This property holds an alias to the left actions of the seach field.
Definition at line 78 of file SearchDialog.qml.
◆ searchFieldPlaceholderText
|
read |
The placeholder text shown in the (empty) search field.
Definition at line 86 of file SearchDialog.qml.
◆ searchFieldRightActions
|
read |
This property holds an alias to the right actions of the seach field.
Definition at line 82 of file SearchDialog.qml.
◆ section
|
read |
This property holds an alias to the section component of the internal ListView.
Definition at line 70 of file SearchDialog.qml.
◆ text
|
read |
This property holds an alias to the content of the search field.
Definition at line 74 of file SearchDialog.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.