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

Method on_numBox_currentIndexChanged

src/ckb/rebindwidget.cpp:432–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void RebindWidget::on_numBox_currentIndexChanged(int index){
433 if(index == 0)
434 ui->numButton->setChecked(false);
435 else {
436 ui->numButton->setChecked(true);
437 setBox(ui->numBox);
438 }
439}
440
441void RebindWidget::on_mediaBox_currentIndexChanged(int index){
442 if(index == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected