|
|
@ -17,8 +17,12 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry) |
|
|
ui->hotkeysTab->Populate(registry); |
|
|
ui->hotkeysTab->Populate(registry); |
|
|
this->setConfiguration(); |
|
|
this->setConfiguration(); |
|
|
this->PopulateSelectionList(); |
|
|
this->PopulateSelectionList(); |
|
|
|
|
|
|
|
|
|
|
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); |
|
|
|
|
|
|
|
|
connect(ui->selectorList, &QListWidget::itemSelectionChanged, this, |
|
|
connect(ui->selectorList, &QListWidget::itemSelectionChanged, this, |
|
|
&ConfigureDialog::UpdateVisibleTabs); |
|
|
&ConfigureDialog::UpdateVisibleTabs); |
|
|
|
|
|
|
|
|
adjustSize(); |
|
|
adjustSize(); |
|
|
ui->selectorList->setCurrentRow(0); |
|
|
ui->selectorList->setCurrentRow(0); |
|
|
|
|
|
|
|
|
|