mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
Moved Search Filter to the top of the Selection Widget
Added a Filter ComboBox for Message Composer, to switch Show types. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7835 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bec858b9d5
commit
3755d540b7
4 changed files with 82 additions and 57 deletions
|
@ -95,6 +95,7 @@ private slots:
|
|||
void buildCompleter();
|
||||
void updatecontactsviewicons();
|
||||
|
||||
void filterComboBoxChanged(int);
|
||||
|
||||
void fileNew();
|
||||
void fileOpen();
|
||||
|
@ -136,7 +137,6 @@ private slots:
|
|||
void titleChanged();
|
||||
|
||||
// Add to To/Cc/Bcc address fields
|
||||
void toggleShowNonFriend(bool bValue);
|
||||
void addTo();
|
||||
void addCc();
|
||||
void addBcc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue