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

Method on_fnButton_clicked

src/ckb/rebindwidget.cpp:570–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void RebindWidget::on_fnButton_clicked(bool checked){
571 if(checked && ui->fnBox->currentIndex() == 0)
572 ui->fnBox->setCurrentIndex(1);
573}
574
575void RebindWidget::on_numButton_clicked(bool checked){
576 if(checked && ui->numBox->currentIndex() == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected