mirror of
https://github.com/modelec/ihm.git
synced 2026-01-18 16:47:32 +01:00
Add transparency to the home button
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
this->homeBtn = new QPushButton("", this);
|
||||
QPixmap pic(":/img/logo_without_background.png", "PNG");
|
||||
this->homeBtn->setIcon(pic);
|
||||
this->homeBtn->setStyleSheet("background-color: transparent; border: none;");
|
||||
this->homeBtn->setIconSize(QSize(249, 51));
|
||||
this->homeBtn->setFixedSize(QSize(400, 51));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user