mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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();
|
RiaGuiApplication* app = RiaGuiApplication::instance();
|
||||||
QString styleSheet = styleSheetFile.readAll();
|
QString styleSheet = styleSheetFile.readAll();
|
||||||
preparseStyleSheet( theme, styleSheet );
|
preparseStyleSheet( theme, styleSheet );
|
||||||
|
qDebug() << styleSheet;
|
||||||
app->setStyleSheet( styleSheet );
|
app->setStyleSheet( styleSheet );
|
||||||
styleSheetFile.close();
|
styleSheetFile.close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user