diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-01-27 23:44:27 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-01-28 11:46:33 +0100 |
commit | fdc92c8ba80ac410b2c03226d1a60365faf17745 (patch) | |
tree | b6e0abbae03e25d9c2f9fe5c0c944ad1afd77653 /protocols/Gadu-Gadu/src/options.h | |
parent | f71ba68ef30c799b3311a5079c6f5bea199bb7a6 (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.h | 6 |
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); }; |