Include default background theme.

Took 49 minutes
This commit is contained in:
Lukas Brübach 2025-09-11 13:37:55 +02:00
parent 3d1e525bdd
commit 2dedb0e808
4 changed files with 16 additions and 1 deletions

View file

@ -29,6 +29,9 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
QColor pressed1 = base1.darker(130); // 30% darker
QColor pressed2 = base2.darker(130);
qInfo() << base1.name();
qInfo() << base2.toRgb();
return QString(R"(
QPushButton {
font-size: 34px;