Home
last modified time | relevance | path

Searched refs:showingSearch (Results 1 – 3 of 3) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/desktoppackage/contents/activitymanager/
H A DHeading.qml24 property bool showingSearch: false
32 onShowingSearchChanged: if (!showingSearch) searchText.text = ""
36 if (root.showingSearch) {
38 root.showingSearch = false;
64 visible: !root.showingSearch
74 visible: root.showingSearch
80 onTextChanged: if (text != "") root.showingSearch = true
93 onClicked: root.showingSearch = !root.showingSearch
94 checked: root.showingSearch
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.cpp848 Expects(showingSearch()); in appendSearchRow()
860 Expects(showingSearch()); in appendFoundRow()
1144 if (showingSearch()) { in labelHeight()
1246 if (hideAll || showingSearch()) { in resizeGetHeight()
1256 if (hideAll || !showingSearch()) { in resizeGetHeight()
1271 _description->setVisible(!hideAll && !showingSearch()); in resizeGetHeight()
1291 if (hideAll || showingSearch()) { in resizeGetHeight()
1836 } else if (showingSearch()) { in submitted()
1990 if (showingSearch()) { in enumerateShownRows()
2010 if (showingSearch()) { in getRow()
[all …]
H A Dpeer_list_box.h749 bool showingSearch() const { in showingSearch() function
753 return showingSearch() ? _filterResults.size() : _rows.size(); in shownRowsCount()