allow for system style
This commit is contained in:
parent
4bf7682aa7
commit
67c17ab128
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ SettingsGui::SettingsGui(Settings* settings, QWidget* parent)
|
|||
m_ui->m_treeSkins->header()->setSectionResizeMode(2, QHeaderView::ResizeMode::ResizeToContents);
|
||||
m_ui->m_treeSkins->header()->setSectionResizeMode(3, QHeaderView::ResizeMode::ResizeToContents);
|
||||
|
||||
connect(m_ui->m_cmbStyles, &QComboBox::currentIndexChanged, this, &SettingsGui::updateSkinOptions);
|
||||
connect(m_ui->m_cmbStyles,
|
||||
static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
|
||||
this,
|
||||
&SettingsGui::updateSkinOptions);
|
||||
|
||||
connect(m_ui->m_cmbIconTheme,
|
||||
static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
|
||||
|
|
Loading…
Add table
Reference in a new issue