QTfrontend/pages.h
changeset 1889 b8590b604fdd
parent 1887 d68939b3f7f0
child 1895 7ba647a88b2f
equal deleted inserted replaced
1888:e76274ce7365 1889:b8590b604fdd
   406 
   406 
   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;
       
   412 	QPushButton * BtnPrev;
       
   413 	QPushButton * BtnNext;
   411 	QPushButton * BtnSave;
   414 	QPushButton * BtnSave;
   412 
   415 
   413 	void setModel(QAbstractItemModel * model);
   416 	void setModel(QAbstractItemModel * model);
   414 
   417 
   415 private:
   418 private:
   421 	QSpinBox * SB_TurnTime;
   424 	QSpinBox * SB_TurnTime;
   422 	QSpinBox * SB_InitHealth;
   425 	QSpinBox * SB_InitHealth;
   423 	QSpinBox * SB_SuddenDeath;
   426 	QSpinBox * SB_SuddenDeath;
   424 	FreqSpinBox * SB_CaseProb;
   427 	FreqSpinBox * SB_CaseProb;
   425 	QLineEdit * LE_name;
   428 	QLineEdit * LE_name;
       
   429 
       
   430 private slots:
       
   431 	void newRow();
   426 };
   432 };
   427 
   433 
   428 #endif // PAGES_H
   434 #endif // PAGES_H