| 82 | } |
| 83 | |
| 84 | void 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 | |
| 91 | void BisectWindow::updatedFrames(int numFrames) |
| 92 | { |