mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
added status combobox to statusbar in MainWindow (initial code from defnax)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3305 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0049549eb7
commit
3baae3a602
2 changed files with 30 additions and 2 deletions
|
@ -182,6 +182,7 @@ private slots:
|
|||
void showSettings();
|
||||
void setStyle();
|
||||
void statusChanged(QAction *pAction);
|
||||
void statusChangedComboBox(int index);
|
||||
|
||||
/** Called when user attempts to quit via quit button*/
|
||||
void doQuit();
|
||||
|
@ -226,6 +227,7 @@ private:
|
|||
PeerStatus *peerstatus;
|
||||
NATStatus *natstatus;
|
||||
RatesStatus *ratesstatus;
|
||||
QComboBox *statusComboBox;
|
||||
|
||||
QLabel *_hashing_info_label ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue