MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / refreshFrameNumbers

Method refreshFrameNumbers

bisectwindow.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void BisectWindow::refreshFrameNumbers()
85{
86 ui->labelMainListNum->setText(QString::number(modelFrames->count()));
87 ui->labelSplitNum->setText(QString::number(splitFrames.count()));
88 ui->slideFrameNumber->setMaximum(modelFrames->count());
89}
90
91void BisectWindow::updatedFrames(int numFrames)
92{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected