Home
last modified time | relevance | path

Searched refs:friendOfflineLayout (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dfriendlistlayout.cpp48 friendOfflineLayout.getLayout()->setSpacing(0); in init()
49 friendOfflineLayout.getLayout()->setMargin(0); in init()
52 addLayout(friendOfflineLayout.getLayout()); in init()
57 friendOfflineLayout.removeSortedWidget(w); in addFriendWidget()
61 friendOfflineLayout.addSortedWidget(w); in addFriendWidget()
71 friendOfflineLayout.removeSortedWidget(widget); in removeFriendWidget()
80 return friendOfflineLayout.indexOfSortedWidget(widget); in indexOfFriendWidget()
92 while (!friendOfflineLayout.getLayout()->isEmpty()) { in moveFriendWidgets()
108 return friendOfflineLayout.getLayout()->count() + friendOnlineCount(); in friendTotalCount()
119 friendOfflineLayout.search(searchString, hideOffline); in searchChatrooms()
[all …]
H A Dcirclewidget.cpp92 if (friendOfflineLayout()->count() + friendOnlineLayout()->count() > 0) in contextMenuEvent()
126 for (int i = 0; i < friendOfflineLayout()->count(); ++i) { in contextMenuEvent()
127 QWidget* const widget = friendOfflineLayout()->itemAt(i)->widget(); in contextMenuEvent()
235 for (int i = 0; i < friendOfflineLayout()->count(); ++i) { in updateID()
236 const QWidget* w = friendOfflineLayout()->itemAt(i)->widget(); in updateID()
H A Dfriendlistlayout.h57 GenericChatItemLayout friendOfflineLayout; variable
H A Dcategorywidget.h64 QLayout* friendOfflineLayout() const;
H A Dcategorywidget.cpp289 QLayout* CategoryWidget::friendOfflineLayout() const in friendOfflineLayout() function in CategoryWidget