--- 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