From 1ee4d49f99e7925b9ac19aadc944007bd4320389 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Jul 2013 13:45:53 +0000 Subject: Removes sidebar buttons, adds current filename to the window title, adds a Move -> Guess option to the menu bar, adds messageboxes to the Step, Guess and Validate actions. --- src/mainwindow.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 2467f25..13283fe 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -22,6 +22,8 @@ private: void initMenus(); + void updateTitle(); + SolverWindow *mainwindow_solverwindow; QMenu *mainwindow_gamemenu; QMenu *mainwindow_movemenu; @@ -37,8 +39,18 @@ private: // Move menu actions QAction *action_hint; QAction *action_step; + QAction *action_guess; QAction *action_solve; QAction *action_search; + QAction *action_validate; + +private slots: + + void doSave(); + void doSaveAs(); + void doLoad(); + + void doValidate(); }; -- cgit v1.2.3