refactored BaseWidget

This commit is contained in:
fourtf
2018-07-06 17:11:37 +02:00
parent 741c1f7820
commit b639604a47
31 changed files with 121 additions and 134 deletions
+3 -3
View File
@@ -267,11 +267,11 @@ void SelectChannelDialog::closeEvent(QCloseEvent *)
this->closed.invoke();
}
void SelectChannelDialog::themeRefreshEvent()
void SelectChannelDialog::themeChangedEvent()
{
BaseWindow::themeRefreshEvent();
BaseWindow::themeChangedEvent();
if (this->themeManager->isLightTheme()) {
if (this->theme->isLightTheme()) {
this->setStyleSheet("QRadioButton { color: #000 } QLabel { color: #000 }");
} else {
this->setStyleSheet("QRadioButton { color: #fff } QLabel { color: #fff }");