MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / on_trans_pramas

Method on_trans_pramas

DSView/pv/dialogs/decoderoptionsdlg.cpp:534–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534void DecoderOptionsDlg::on_trans_pramas()
535{
536 QCheckBox *ck_box = dynamic_cast<QCheckBox*>(sender());
537 assert(ck_box);
538
539 AppConfig::Instance().appOptions.transDecoderDlg = ck_box->isChecked();
540 AppConfig::Instance().SaveApp();
541 _is_reload_form = true;
542 this->reject();
543}
544
545void DecoderOptionsDlg::apply_setting()
546{

Callers

nothing calls this directly

Calls 2

SaveAppMethod · 0.80
rejectMethod · 0.45

Tested by

no test coverage detected