Part of a larger restructure, added MusicPlayer which is the main controller and a structure for the song queue
This commit is contained in:
14
src/View/Pages/Home/HomePage.cpp
Normal file
14
src/View/Pages/Home/HomePage.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "HomePage.h"
|
||||
|
||||
HomePage::HomePage(QWidget* parent)
|
||||
: QFrame(parent) {
|
||||
|
||||
setStyleSheet(R"(
|
||||
background-color: #28FF28;
|
||||
border-radius: 12px;
|
||||
)");
|
||||
|
||||
applyShadow(this);
|
||||
}
|
||||
|
||||
HomePage::~HomePage( ) { }
|
||||
Reference in New Issue
Block a user