mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
Added debug output of stylesheet after parsing.
This commit is contained in:
parent
9a1531f938
commit
41976d525a
@ -379,6 +379,7 @@ bool RiuGuiTheme::applyStyleSheet( RiaDefines::ThemeEnum theme )
|
||||
RiaGuiApplication* app = RiaGuiApplication::instance();
|
||||
QString styleSheet = styleSheetFile.readAll();
|
||||
preparseStyleSheet( theme, styleSheet );
|
||||
qDebug() << styleSheet;
|
||||
app->setStyleSheet( styleSheet );
|
||||
styleSheetFile.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user