mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
Added OperatingMode ComboBox to the status bar.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5896 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90415627a2
commit
f127201ae5
4 changed files with 124 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
#include "statusbar/dhtstatus.h"
|
||||
#include "statusbar/hashingstatus.h"
|
||||
#include "statusbar/discstatus.h"
|
||||
#include "statusbar/OpModeStatus.h"
|
||||
#include "statusbar/SoundStatus.h"
|
||||
#include <retroshare/rsstatus.h>
|
||||
|
||||
|
@ -358,6 +359,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
ratesstatus = new RatesStatus();
|
||||
statusBar()->addPermanentWidget(ratesstatus);
|
||||
|
||||
statusBar()->addPermanentWidget(new OpModeStatus());
|
||||
|
||||
statusBar()->addPermanentWidget(new SoundStatus());
|
||||
/** Status Bar end ******/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue