mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Settings UI adjustments
This commit is contained in:
committed by
Roland Winklmeier
parent
76cf63f149
commit
09c3e06660
@@ -50,8 +50,9 @@ namespace BlackGui
|
||||
connect(ui->pb_AddHotkey, &QPushButton::clicked, this, &CSettingsHotkeyComponent::addEntry);
|
||||
connect(ui->pb_EditHotkey, &QPushButton::clicked, this, &CSettingsHotkeyComponent::editEntry);
|
||||
connect(ui->pb_RemoveHotkey, &QPushButton::clicked, this, &CSettingsHotkeyComponent::removeEntry);
|
||||
connect(ui->tb_ReloadHotkey, &QPushButton::clicked, this, &CSettingsHotkeyComponent::reloadHotkeysFromSettings);
|
||||
|
||||
reloadHotkeysFromSettings();
|
||||
this->reloadHotkeysFromSettings();
|
||||
ui->tv_Hotkeys->selectRow(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user