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

Method on_lockBox_currentIndexChanged

src/ckb/rebindwidget.cpp:520–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void RebindWidget::on_lockBox_currentIndexChanged(int index){
521 if(index == 0)
522 ui->lockButton->setChecked(false);
523 else {
524 ui->lockButton->setChecked(true);
525 setBox(ui->lockBox);
526 }
527}
528
529void RebindWidget::on_programKpBox_textChanged(const QString &arg1){
530 if(arg1.isEmpty()){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected