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

Method showLayoutDialog

src/ckb/settingswidget.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void SettingsWidget::showLayoutDialog(){
99 LayoutDialog dialog(this);
100 dialog.exec();
101 // Set selected layout
102 ui->layoutBox->setCurrentIndex((int)dialog.selected());
103 on_layoutBox_activated((int)dialog.selected()); // Call activated() signal manually to trigger save
104}
105
106void SettingsWidget::pollUpdates(){
107 extra->pollUpdates();

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
selectedMethod · 0.80

Tested by

no test coverage detected