--- a/QTfrontend/pagetraining.h Mon Sep 26 21:45:33 2011 +0400
+++ b/QTfrontend/pagetraining.h Tue Sep 27 00:38:39 2011 +0200
@@ -19,6 +19,8 @@
#ifndef PAGE_TRAINING_H
#define PAGE_TRAINING_H
+#include <QDir>
+
#include "AbstractPage.h"
class PageTraining : public AbstractPage
@@ -31,8 +33,12 @@
QPushButton *BtnStartTrain;
QComboBox *CBSelect;
+protected:
+ QLayout * bodyLayoutDefinition();
+ void connectSignals();
+
private:
- QPushButton *BtnBack;
+ QStringList scriptList(const QDir & scriptDir) const;
};
#endif