mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Added Dark theme for the graphframe
* Added Dark theme for the graphframe * Added Combobox for switch * Added for other graphs the settings * Added fix by phenom for get stored the configs for the statistics pages * Removed uneeded line from the toolbar * New icon for Identities stats page
This commit is contained in:
parent
f904de68c3
commit
17f32db687
23 changed files with 409 additions and 173 deletions
|
@ -84,6 +84,9 @@ GlobalRouterStatistics::GlobalRouterStatistics(QWidget *parent)
|
|||
|
||||
connect(treeWidget, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(CustomPopupMenu(QPoint)));
|
||||
|
||||
/* Set initial size the splitter */
|
||||
splitter->setStretchFactor(1, 1);
|
||||
splitter->setStretchFactor(0, 0);
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
@ -106,12 +109,12 @@ void GlobalRouterStatistics::processSettings(bool bLoad)
|
|||
// load settings
|
||||
|
||||
// state of splitter
|
||||
//splitter->restoreState(Settings->value("Splitter").toByteArray());
|
||||
splitter->restoreState(Settings->value("Splitter").toByteArray());
|
||||
} else {
|
||||
// save settings
|
||||
|
||||
// state of splitter
|
||||
//Settings->setValue("Splitter", splitter->saveState());
|
||||
Settings->setValue("Splitter", splitter->saveState());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue