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

Method on_dpiButton_clicked

src/ckb/rebindwidget.cpp:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void RebindWidget::on_dpiButton_clicked(bool checked){
634 if(checked && ui->dpiBox->currentIndex() == 0)
635 ui->dpiBox->setCurrentIndex(1);
636}
637
638void RebindWidget::on_programKpSIBox_clicked(bool checked){
639 ui->programKpModeBox->setCurrentIndex(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected