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:
defnax 2015-01-11 00:53:16 +00:00
parent bec858b9d5
commit 3755d540b7
4 changed files with 82 additions and 57 deletions

View file

@ -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();