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

@ -8,6 +8,7 @@ set(SUBSURFACE_PREFERENCES_UI
preferences_defaults.ui
preferences_graph.ui
preferences_network.ui
preferences_cloud.ui
preferences_units.ui
preferences_georeference.ui
preferences_language.ui
@ -30,6 +31,8 @@ set(SUBSURFACE_PREFERENCES_LIB_SRCS
preferences_language.h
preferences_network.cpp
preferences_network.h
preferences_cloud.cpp
preferences_cloud.h
preferences_units.cpp
preferences_units.h
preferencesdialog.cpp