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:
willemferguson 2019-12-06 15:53:14 +02:00 committed by Dirk Hohndel
parent b16570c715
commit c121afc96c
11 changed files with 328 additions and 188 deletions

View file

@ -19,8 +19,6 @@ public:
public slots:
void proxyType_changed(int i);
void updateCloudAuthenticationState();
void passwordUpdateSuccessful();
private:
Ui::PreferencesNetwork *ui;