QTfrontend/pagetraining.h
changeset 6009 14f6fc9869f2
parent 5205 78138ae93820
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    27 
    27 
    28 public:
    28 public:
    29     PageTraining(QWidget* parent = 0);
    29     PageTraining(QWidget* parent = 0);
    30 
    30 
    31     QPushButton *BtnStartTrain;
    31     QPushButton *BtnStartTrain;
       
    32     QComboBox   *CBSelect;
       
    33 
       
    34 private:
    32     QPushButton *BtnBack;
    35     QPushButton *BtnBack;
    33     QComboBox   *CBSelect;
       
    34 };
    36 };
    35 
    37 
    36 #endif
    38 #endif
    37 
    39