--- a/QTfrontend/pagetraining.h Tue Sep 27 05:08:23 2011 +0200
+++ b/QTfrontend/pagetraining.h Tue Sep 27 16:14:35 2011 +0200
@@ -37,16 +37,16 @@
protected:
QLayout * bodyLayoutDefinition();
- // TODO: footer that says "* downloaded/custom content"
+ QLayout * footerLayoutDefinition();
void connectSignals();
private:
- QPushButton * btnStart; // is also preview
+ QPushButton * btnPreview;
+ QPushButton * btnStart;
QLabel * lblCaption;
QLabel * lblDescription;
QListWidget * lstMissions;
- // TODO reload/refresh button
QStringList scriptList(const QDir & scriptDir) const;