QTfrontend/pages.h
changeset 1902 aeadb10c2d77
parent 1895 7ba647a88b2f
child 1905 b1ec8db513f2
equal deleted inserted replaced
1901:6bfa989c70f3 1902:aeadb10c2d77
   407 public:
   407 public:
   408 	PageScheme(QWidget* parent = 0);
   408 	PageScheme(QWidget* parent = 0);
   409 
   409 
   410 	QPushButton * BtnBack;
   410 	QPushButton * BtnBack;
   411 	QPushButton * BtnNew;
   411 	QPushButton * BtnNew;
   412 	QPushButton * BtnPrev;
   412 	QPushButton * BtnDelete;
   413 	QPushButton * BtnNext;
       
   414 	QPushButton * BtnSave;
   413 	QPushButton * BtnSave;
   415 
   414 
   416 	void setModel(QAbstractItemModel * model);
   415 	void setModel(QAbstractItemModel * model);
   417 
   416 
   418 private:
   417 private:
   430 	QSpinBox * SB_TurnTime;
   429 	QSpinBox * SB_TurnTime;
   431 	QSpinBox * SB_InitHealth;
   430 	QSpinBox * SB_InitHealth;
   432 	QSpinBox * SB_SuddenDeath;
   431 	QSpinBox * SB_SuddenDeath;
   433 	FreqSpinBox * SB_CaseProb;
   432 	FreqSpinBox * SB_CaseProb;
   434 	QLineEdit * LE_name;
   433 	QLineEdit * LE_name;
       
   434 	QComboBox * selectScheme;
   435 
   435 
   436 private slots:
   436 private slots:
   437 	void newRow();
   437 	void newRow();
       
   438 	void deleteRow();
   438 };
   439 };
   439 
   440 
   440 #endif // PAGES_H
   441 #endif // PAGES_H