Move "List/Edit" button to menu bar and add min/max weight stats
[weightgraph] / weightgraph / mainwindow.h
index ecb8c10..c7cc35a 100644 (file)
@@ -36,6 +36,12 @@ private:
   WeightGraphView *bigGraph;
   SettingsWindow *settingsWindow;
   QMessageBox *aboutDialog;
+
+  QWidget *createLeftColumn(QWidget *central);
+  QWidget *createRightColumn(QWidget *central);
+  void createBigGraph();
+  void createAboutDialog();
+  void createMenuBar();
 };
 
 #endif // MAINWINDOW_H