From 21ad7eac963bc329395fa893300fb5c8f721fd77 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 23 Oct 2011 04:10:55 +0300 Subject: Logging facility, Config class, tray icon, custom QApplication subclass --- client/dialog.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 client/dialog.h (limited to 'client/dialog.h') 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 - -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 -- cgit v1.2.3