Move "List/Edit" button to menu bar and add min/max weight stats
[weightgraph] / weightgraph / weightstatsview.h
index ac4c834..68913b3 100644 (file)
@@ -18,8 +18,9 @@ public slots:
   void updateStats();
 private:
   WeightDataModel *wdm;
-  QLabel *last;
-  QLabel *change;
+  QLabel *last, *lastNote;
+  QLabel *change, *changeNote;
+  QLabel *min, *max;
 };
 
 #endif // WEIGHTSTATSVIEW_H