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

Method on_modBox_currentIndexChanged

src/ckb/rebindwidget.cpp:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void RebindWidget::on_modBox_currentIndexChanged(int index){
415 if(index == 0)
416 ui->modButton->setChecked(false);
417 else {
418 ui->modButton->setChecked(true);
419 setBox(ui->modBox);
420 }
421}
422
423void RebindWidget::on_fnBox_currentIndexChanged(int index){
424 if(index == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected