Add custom light and dark UI themes

This commit is contained in:
Janek Bevendorff 2020-01-06 03:00:25 +01:00
parent 6d2ca74878
commit 557736ea5e
39 changed files with 6452 additions and 401 deletions

View file

@ -24,6 +24,7 @@
DialogyWidget::DialogyWidget(QWidget* parent)
: QWidget(parent)
{
setAutoFillBackground(true);
}
void DialogyWidget::keyPressEvent(QKeyEvent* e)