MCPcopy Create free account
hub / github.com/ccMSC/ckb / on_layoutBox_activated

Method on_layoutBox_activated

src/ckb/settingswidget.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void SettingsWidget::on_layoutBox_activated(int index){
175 KeyMap::Layout layout = (KeyMap::Layout)index;
176 CkbSettings::set("Program/KbdLayout", KeyMap::getLayout(layout));
177 Kb::layout(layout);
178}
179
180void SettingsWidget::on_extraButton_clicked(){
181 extra->exec();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected