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

Method on_lightBox_currentIndexChanged

src/ckb/rebindwidget.cpp:509–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void RebindWidget::on_lightBox_currentIndexChanged(int index){
510 if(index == 0){
511 ui->lightButton->setChecked(false);
512 ui->lightWrapBox->hide();
513 } else {
514 ui->lightWrapBox->show();
515 ui->lightButton->setChecked(true);
516 setBox(ui->lightBox);
517 }
518}
519
520void RebindWidget::on_lockBox_currentIndexChanged(int index){
521 if(index == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected