UI setup for "Network settings" page

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-06-26 16:45:14 +04:00 committed by Dirk Hohndel
parent 1dd79d412f
commit b5e90d7c93
2 changed files with 24 additions and 0 deletions

View file

@ -28,6 +28,7 @@ slots:
void rememberPrefs();
void gflowChanged(int gf);
void gfhighChanged(int gf);
void on_proxyType_changed(int idx);
private:
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);