summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/options.h
diff options
context:
space:
mode:
authorGoraf <22941576+Goraf@users.noreply.github.com>2018-01-27 23:44:27 +0100
committerGoraf <22941576+Goraf@users.noreply.github.com>2018-01-28 11:46:33 +0100
commitfdc92c8ba80ac410b2c03226d1a60365faf17745 (patch)
treeb6e0abbae03e25d9c2f9fe5c0c944ad1afd77653 /protocols/Gadu-Gadu/src/options.h
parentf71ba68ef30c799b3311a5079c6f5bea199bb7a6 (diff)
Gadu-Gadu: improved advanced options form
* make labels of inactive controls inactive as well * display reconnetion_required info with every change related to connection settings * improve clarity by indenting dependencies
Diffstat (limited to 'protocols/Gadu-Gadu/src/options.h')
-rw-r--r--protocols/Gadu-Gadu/src/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/options.h b/protocols/Gadu-Gadu/src/options.h
index c0eaecae75..58e1de767e 100644
--- a/protocols/Gadu-Gadu/src/options.h
+++ b/protocols/Gadu-Gadu/src/options.h
@@ -35,13 +35,17 @@ private:
CCtrlCheck chkManualHosts;
CCtrlEdit edtServerHosts;
+ CCtrlBase txtServerHostsLabel;
CCtrlCheck chkDirectConnections;
CCtrlEdit edtDirectPort;
+ CCtrlBase txtDirectPortLabel;
CCtrlCheck chkForwarding;
CCtrlEdit edtForwardHost;
+ CCtrlBase txtForwardHostLabel;
CCtrlEdit edtForwardPort;
+ CCtrlBase txtForwardPortLabel;
CCtrlBase txtReconnectRequired;
@@ -54,4 +58,6 @@ private:
void onCheck_ManualHosts(CCtrlCheck*);
void onCheck_DirectConnections(CCtrlCheck*);
void onCheck_Forwarding(CCtrlCheck*);
+
+ void showRecconectRequired(CCtrlBase* = nullptr);
};