mirror of
https://github.com/modelec/ihm.git
synced 2026-01-18 16:47:32 +01:00
Add transparency to the quit button
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
|
||||
this->quit = new QPushButton("", this);
|
||||
this->quit->setIcon(QIcon(":/img/close.svg"));
|
||||
this->quit->setStyleSheet("background-color: transparent; border: none;");
|
||||
this->quit->setFixedSize(QSize(51, 51));
|
||||
|
||||
connect(this->quit, &QPushButton::pressed, this, [=]() {
|
||||
|
||||
Reference in New Issue
Block a user