summaryrefslogtreecommitdiff
path: root/src/main_window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_window.hpp')
-rw-r--r--src/main_window.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main_window.hpp b/src/main_window.hpp
index 98af5a2..55b200d 100644
--- a/src/main_window.hpp
+++ b/src/main_window.hpp
@@ -43,6 +43,11 @@ class GetsuyomiApp : public QMainWindow {
QAction* m_nextAction{nullptr};
QAction* m_backAction{nullptr};
+ QAction* m_setSinglePageLayout{nullptr};
+ QAction* m_setDualPageLayout{nullptr};
+ QAction* m_setMangaLayout{nullptr};
+ QActionGroup* m_setPageLayoutGroup{nullptr};
+
QMenu* m_menuBar{nullptr};
QToolBar* m_toolBar{nullptr};
@@ -59,6 +64,10 @@ class GetsuyomiApp : public QMainWindow {
void next();
void back();
+
+ void setSinglePageLayout();
+ void setDualPageLayout();
+ void setMangaLayout();
};
} // namespace getsuyomi