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

Method on_programKpBox_textChanged

src/ckb/rebindwidget.cpp:529–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void RebindWidget::on_programKpBox_textChanged(const QString &arg1){
530 if(arg1.isEmpty()){
531 ui->programKpButton->setChecked(false);
532 ui->programKpExtra->hide();
533 } else {
534 ui->programKpButton->setChecked(true);
535 setBox(ui->programKpBox);
536 ui->programKpExtra->show();
537 }
538}
539
540void RebindWidget::on_programKrBox_textChanged(const QString &arg1){
541 if(arg1.isEmpty()){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected