done with the page switcher for now, started creating the database

This commit is contained in:
Crylia
2024-04-03 05:59:38 +02:00
parent baea46d3a7
commit 8e642336d2
18 changed files with 168 additions and 105 deletions

View File

@@ -1,7 +1,6 @@
#include "HomePage.h"
HomePage::HomePage(QWidget* parent)
: QFrame(parent) {
HomePage::HomePage(QWidget* parent) : Page(parent) {
setStyleSheet(R"(
background-color: #28FF28;