Clean up stylesheet usage

This commit is contained in:
WarmUpTill
2022-01-30 03:37:12 +01:00
committed by WarmUpTill
parent 4e75a15118
commit 727992f1d0
6 changed files with 21 additions and 18 deletions

View File

@@ -47,8 +47,7 @@ void deleteLayoutItem(QLayoutItem *item);
void clearLayout(QLayout *layout, int afterIdx = 0);
void setLayoutVisible(QLayout *layout, bool visible);
QMetaObject::Connection PulseWidget(QWidget *widget, QColor startColor,
QColor = QColor(0, 0, 0, 0),
QString specifier = "QLabel ",
QColor endColor = QColor(0, 0, 0, 0),
bool once = false);
void listAddClicked(QListWidget *list, QWidget *newWidget,
QPushButton *addButton = nullptr,