uh lets ignore that I did the last commits from the wrong folder
This commit is contained in:
16
src/Public/Modules/PageNavigator/pages.cpp
Executable file
16
src/Public/Modules/PageNavigator/pages.cpp
Executable file
@@ -0,0 +1,16 @@
|
||||
#include "pages.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QFrame>
|
||||
|
||||
Pages::Pages(QWidget* parent) :QFrame(parent) {
|
||||
|
||||
this->setStyleSheet(R"(
|
||||
background-color: #282828;
|
||||
border-radius: 12px;
|
||||
)");
|
||||
|
||||
this->setFixedSize(300, 180);
|
||||
}
|
||||
|
||||
Pages::~Pages( ) { }
|
||||
Reference in New Issue
Block a user