Misc bugfixes and cleanup
This commit is contained in:
parent
44fb4197ca
commit
1eaae882a0
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ Window::Window(QWidget *parent) :
|
|||
{
|
||||
setWindowTitle("fstl");
|
||||
|
||||
QFile styleFile( ":/qt/style.qss" );
|
||||
QFile styleFile(":/qt/style.qss");
|
||||
styleFile.open( QFile::ReadOnly );
|
||||
setStyleSheet(styleFile.readAll());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue