Ref T220, fixed font settings so correct font is displayed

Remark: The qss based font info is not available at ctor call time, but only if everything is initialized
This commit is contained in:
Klaus Basan
2018-01-09 05:44:41 +01:00
parent 407c4f8414
commit d3480c41b3
2 changed files with 29 additions and 20 deletions

View File

@@ -67,7 +67,8 @@ namespace BlackGui
void changeFont();
void resetFont();
void fontColorDialog();
void initUiValues();
void initValues();
void initUiValues(const QFont &font, const QColor &color);
};
} // ns
} // ns