NOISSUE add hack for system themes. Maybe it works?
This commit is contained in:
@ -208,11 +208,21 @@ QString CustomTheme::name()
|
||||
return m_name;
|
||||
}
|
||||
|
||||
bool CustomTheme::hasColorScheme()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QPalette CustomTheme::colorScheme()
|
||||
{
|
||||
return m_palette;
|
||||
}
|
||||
|
||||
bool CustomTheme::hasStyleSheet()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QString CustomTheme::appStyleSheet()
|
||||
{
|
||||
return m_styleSheet;
|
||||
|
Reference in New Issue
Block a user