mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences UI: split network preferences
Split the Network Preferences page into two screens: 1) Network preferences 2) Cloud storage preferences Enable storing these preferences locally. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b16570c715
commit
c121afc96c
11 changed files with 328 additions and 188 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "preferences_units.h"
|
||||
#include "preferences_graph.h"
|
||||
#include "preferences_network.h"
|
||||
#include "preferences_cloud.h"
|
||||
|
||||
#include "core/qthelper.h"
|
||||
|
||||
|
@ -65,6 +66,7 @@ PreferencesDialog::PreferencesDialog()
|
|||
addPreferencePage(new PreferencesUnits());
|
||||
addPreferencePage(new PreferencesGraph());
|
||||
addPreferencePage(new PreferencesNetwork());
|
||||
addPreferencePage(new PreferencesCloud());
|
||||
refreshPages();
|
||||
|
||||
connect(pagesList, &QListWidget::currentRowChanged,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue