From 49ee5ed6e80b8f06337f92d14e2cab1c1512c1e3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 19 Jan 2018 02:10:31 +0100 Subject: Refactoring MainWindow - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted --- src/mainwindow/mainwindow.ui | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/mainwindow/mainwindow.ui (limited to 'src/mainwindow/mainwindow.ui') diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui new file mode 100644 index 0000000..12a3a6c --- /dev/null +++ b/src/mainwindow/mainwindow.ui @@ -0,0 +1,63 @@ + + + MainWindow + + + + 0 + 0 + 400 + 300 + + + + MainWindow + + + + + + 0 + 0 + + + + + 16777215 + 24 + + + + + + Main + + + Qt::TopToolBarArea + + + TopToolBarArea + + + false + + + + + Navigation + + + Qt::TopToolBarArea + + + TopToolBarArea + + + false + + + + + + + -- cgit v1.2.1