mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
Add StatusBar and its widgets show options.
The StatusBar is shown by default.
This commit is contained in:
parent
aa62136f17
commit
9937513dfd
4 changed files with 217 additions and 58 deletions
|
@ -173,6 +173,14 @@ public:
|
|||
void removeStatusObject(QObject *pObject);
|
||||
void setStatus(QObject *pObject, int nStatus);
|
||||
|
||||
QComboBox *statusComboBoxInstance();
|
||||
PeerStatus *peerstatusInstance();
|
||||
NATStatus *natstatusInstance();
|
||||
DHTStatus *dhtstatusInstance();
|
||||
HashingStatus *hashingstatusInstance();
|
||||
DiscStatus *discstatusInstance();
|
||||
RatesStatus *ratesstatusInstance();
|
||||
OpModeStatus *opModeStatusInstance();
|
||||
SoundStatus *soundStatusInstance();
|
||||
ToasterDisable *toasterDisableInstance();
|
||||
SysTrayStatus *sysTrayStatusInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue