MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / on_sequenceSlider_valueChanged

Method on_sequenceSlider_valueChanged

ImagePlay/src/MainWindow.cpp:1337–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335
1336
1337void MainWindow::on_sequenceSlider_valueChanged(int value)
1338{
1339 ui->graphicsView->setSequenceIndex(value);
1340
1341 QString msg("%1/%2");
1342 msg = msg.arg(ui->sequenceSlider->value()).arg(ui->sequenceSlider->maximum());
1343 ui->sequenceLabel->setText(msg);
1344}
1345
1346void MainWindow::on_btnSequenceForward_clicked()
1347{

Callers

nothing calls this directly

Calls 3

setSequenceIndexMethod · 0.80
maximumMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected