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

Method on_programKpButton_clicked

src/ckb/rebindwidget.cpp:600–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void RebindWidget::on_programKpButton_clicked(bool checked){
601 if(!checked){
602 ui->programKpBox->setText("");
603 } else if(ui->programKpBox->text().isEmpty()){
604 ui->programKpBox->setFocus();
605 setBox(ui->programKpBox);
606 }
607}
608
609void RebindWidget::on_programKrButton_clicked(bool checked){
610 if(!checked){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected