done with the page switcher for now, started creating the database
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "HomePage.h"
|
||||
|
||||
HomePage::HomePage(QWidget* parent)
|
||||
: QFrame(parent) {
|
||||
HomePage::HomePage(QWidget* parent) : Page(parent) {
|
||||
|
||||
setStyleSheet(R"(
|
||||
background-color: #28FF28;
|
||||
|
||||
Reference in New Issue
Block a user