aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-05 00:33:24 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-05 00:33:24 +0200
commitc0d62ee7beaa0a800e8fbc6edf2d0086ffd3e448 (patch)
tree4b27e6e131c18ce6a14d592bcee0b73f7a23b5b8 /mainwindow.cpp
parent30d8beca2757159b5103be3f231cd3ef03d4f1bb (diff)
downloadkristall-c0d62ee7beaa0a800e8fbc6edf2d0086ffd3e448.tar.gz
Cleans up UI a bit, adds document margin, adds view enable/disable, adds shitty default style sheet.
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 75cdeba..7707a2d 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -16,6 +16,10 @@ MainWindow::MainWindow(QWidget *parent)
this->favourites.load("./favourites.db");
ui->favourites_view->setModel(&favourites);
+
+ this->ui->history_window->setVisible(false);
+ this->ui->clientcert_window->setVisible(false);
+ this->ui->bookmarks_window->setVisible(false);
}
MainWindow::~MainWindow()