mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Qt: enable custom fonts for stylesheets and add random object names
This commit is contained in:
parent
31cee7e4c8
commit
f786c078c2
13 changed files with 43 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue