From 103a6a013b6e6df1d1dbbcd073fc9a931fa4cf0a Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 1 Nov 2011 02:49:07 +0200 Subject: Fix generic proxy parsing bug. New generic proxy button layouting. Static proxy button functionality --- client/Dialog.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'client/Dialog.h') diff --git a/client/Dialog.h b/client/Dialog.h index 1b66b55..7155673 100644 --- a/client/Dialog.h +++ b/client/Dialog.h @@ -5,9 +5,10 @@ #include #include +class QButtonGroup; class QComboBox; +class QGridLayout; class QLabel; -class QVBoxLayout; class ProxyEntryGeneric; class ProxyEntryStatic; @@ -24,11 +25,14 @@ private slots: void CityActivated(int index); private: - QLabel *topLabel; - QLabel *bottomLabel; + QButtonGroup *genericProxyGroup; + QButtonGroup *staticProxyGroup; QComboBox *countryBox; QComboBox *stateBox; QComboBox *cityBox; + QGridLayout *topPanelLayout; + QLabel *topLabel; + QLabel *bottomLabel; }; #endif \ No newline at end of file -- cgit v1.2.3