QTfrontend/pages.h
changeset 2428 6800f8aa0184
parent 2392 a55dbef5cf31
child 2443 fececcbc2189
equal deleted inserted replaced
2427:241e3bb6a146 2428:6800f8aa0184
   157 	QComboBox *CBGrave;
   157 	QComboBox *CBGrave;
   158 	QComboBox *CBTeamLvl;
   158 	QComboBox *CBTeamLvl;
   159 	QComboBox *CBVoicepack;
   159 	QComboBox *CBVoicepack;
   160 	QGroupBox *GBoxBinds;
   160 	QGroupBox *GBoxBinds;
   161 	QToolBox *BindsBox;
   161 	QToolBox *BindsBox;
   162 	QWidget *page_A;
       
   163 	QWidget *page_W;
       
   164 	QWidget *page_WP;
       
   165 	QWidget *page_O;
       
   166 	QPushButton *BtnTeamDiscard;
   162 	QPushButton *BtnTeamDiscard;
   167 	QPushButton *BtnTeamSave;
   163 	QPushButton *BtnTeamSave;
   168 	QPushButton * BtnTestSound;
   164 	QPushButton * BtnTestSound;
   169 	QLineEdit * TeamNameEdit;
   165 	QLineEdit * TeamNameEdit;
   170 	QLineEdit * HHNameEdit[8];
   166 	QLineEdit * HHNameEdit[8];
   173 	QComboBox * CBBind[BINDS_NUMBER];
   169 	QComboBox * CBBind[BINDS_NUMBER];
   174 	QPushButton * randTeamButton;
   170 	QPushButton * randTeamButton;
   175 
   171 
   176 public slots:
   172 public slots:
   177 	void CBFort_activated(const QString & gravename);
   173 	void CBFort_activated(const QString & gravename);
   178 
       
   179 private:
       
   180 	QLabel * LBind[BINDS_NUMBER];
       
   181 
   174 
   182 private slots:
   175 private slots:
   183 	void testSound();
   176 	void testSound();
   184 };
   177 };
   185 
   178