Qt: enable custom fonts for stylesheets and add random object names

This commit is contained in:
Megamouse 2018-02-28 01:21:58 +01:00 committed by Ivan
parent 31cee7e4c8
commit f786c078c2
13 changed files with 43 additions and 14 deletions

View file

@ -41,6 +41,7 @@ trophy_manager_dialog::trophy_manager_dialog(std::shared_ptr<gui_settings> gui_s
{
// Nonspecific widget settings
setWindowTitle(tr("Trophy Manager"));
setObjectName("trophy_manager");
m_icon_height = m_gui_settings->GetValue(gui::tr_icon_height).toInt();
m_show_locked_trophies = m_gui_settings->GetValue(gui::tr_show_locked).toBool();