QTfrontend/ui/page/pageoptions.h
changeset 7700 fc44e4e33d1c
parent 7541 e51b11349637
child 7703 78d2ac987f41
--- a/QTfrontend/ui/page/pageoptions.h	Fri Sep 21 01:29:33 2012 +0200
+++ b/QTfrontend/ui/page/pageoptions.h	Fri Sep 21 23:29:57 2012 +0400
@@ -44,7 +44,7 @@
 
         QComboBox *CBLanguage;
 
-        IconedGroupBox *teamsBox;;
+        IconedGroupBox *teamsBox;
         QPushButton *BtnAssociateFiles;
         QComboBox *CBTeamName;
         IconedGroupBox *AGGroupBox;
@@ -71,6 +71,11 @@
         QLineEdit *editNetPassword;
         QSlider *SLQuality;
         QCheckBox *CBFrontendEffects;
+        QComboBox * cbProxyType;
+        QSpinBox * sbProxyPort;
+        QLineEdit * leProxy;
+        QLineEdit * leProxyLogin;
+        QLineEdit * leProxyPassword;
 
         void setTeamOptionsEnabled(bool enabled);
 
@@ -105,6 +110,7 @@
         void savePwdChanged(int state);
         void colorButtonClicked(int i);
         void onColorModelDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
+        void onProxyTypeChanged();
 };
 
 #endif