QTfrontend/pages.h
changeset 2098 c977d7f2aa09
parent 2031 b6f3e56fb100
child 2155 d897222d3339
equal deleted inserted replaced
2097:30bc47dcd43e 2098:c977d7f2aa09
   225 	QPushButton *BtnSaveOptions;
   225 	QPushButton *BtnSaveOptions;
   226 	QLabel *labelNN;
   226 	QLabel *labelNN;
   227 	QSpinBox * volumeBox;
   227 	QSpinBox * volumeBox;
   228 	QLineEdit *editNetNick;
   228 	QLineEdit *editNetNick;
   229 	QCheckBox *CBReduceQuality;
   229 	QCheckBox *CBReduceQuality;
       
   230 	QCheckBox *CBFrontendEffects;
   230 };
   231 };
   231 
   232 
   232 class PageNet : public AbstractPage
   233 class PageNet : public AbstractPage
   233 {
   234 {
   234 	Q_OBJECT
   235 	Q_OBJECT