QTfrontend/pagetraining.h
changeset 6052 5e3e7d19bdb5
parent 6048 ae213ef7030a
child 6058 ae8684864a6e
--- 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;