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

Method on_fnBox_currentIndexChanged

src/ckb/rebindwidget.cpp:423–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void RebindWidget::on_fnBox_currentIndexChanged(int index){
424 if(index == 0)
425 ui->fnButton->setChecked(false);
426 else {
427 ui->fnButton->setChecked(true);
428 setBox(ui->fnBox);
429 }
430}
431
432void RebindWidget::on_numBox_currentIndexChanged(int index){
433 if(index == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected