|
@@ -9,6 +9,11 @@ homeWidget::homeWidget(QWidget *parent) :
|
|
|
{
|
|
|
ui->setupUi(this);
|
|
|
qDebug() << "homeWidget: Activated";
|
|
|
+ ui->backgroundLabel->clear();
|
|
|
+
|
|
|
+ //QPixmap pix("://background_gradient.png");
|
|
|
+ //ui->backgroundLabel->setPixmap(pix);
|
|
|
+ ui->backgroundLabel->setStyleSheet("background-color: rgba(13, 196, 254, 100);");
|
|
|
}
|
|
|
|
|
|
homeWidget::~homeWidget()
|