diff options
Diffstat (limited to 'client/dialog.h')
-rw-r--r-- | client/dialog.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/client/dialog.h b/client/dialog.h deleted file mode 100644 index f841f2b..0000000 --- a/client/dialog.h +++ /dev/null @@ -1,29 +0,0 @@ - -#ifndef PROXY_DIALOG -#define PROXY_DIALOG - -#include <QDialog> - -class QLabel; -class QComboBox; - -class ProxyDialog: public QDialog -{ - Q_OBJECT - - public: - ProxyDialog(QWidget *parent = 0); - - signals: - //move to special Proxy class - void AddProxy(QString proxy); - - private: - QLabel *topLabel; - QComboBox *countryBox; - QComboBox *stateBox; - QComboBox *cityBox; - QLabel *bottomLabel; -}; - -#endif
\ No newline at end of file |