mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
working on goto window
This commit is contained in:
@@ -59,6 +59,7 @@ void GotoWindow::pressedGo() {
|
|||||||
if(f_pos != goto_pos->sliderPosition()) {
|
if(f_pos != goto_pos->sliderPosition()) {
|
||||||
goto_pos->setSliderPosition(f_pos);
|
goto_pos->setSliderPosition(f_pos);
|
||||||
}
|
}
|
||||||
|
showImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GotoWindow::slideChanged(int pos) {
|
void GotoWindow::slideChanged(int pos) {
|
||||||
@@ -69,4 +70,5 @@ void GotoWindow::slideChanged(int pos) {
|
|||||||
text = "";
|
text = "";
|
||||||
stream << (pos);
|
stream << (pos);
|
||||||
goto_frame->setText(text);
|
goto_frame->setText(text);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -982,7 +982,7 @@ void AC_MainWindow::controls_Pause() {
|
|||||||
controls_pause->setText("Paused");
|
controls_pause->setText("Paused");
|
||||||
controls_pause->setChecked(true);
|
controls_pause->setChecked(true);
|
||||||
paused = true;
|
paused = true;
|
||||||
goto_window->show();
|
goto_window->showWindow(0, video_frames);
|
||||||
playback->Stop();
|
playback->Stop();
|
||||||
} else {
|
} else {
|
||||||
controls_pause->setText("Pause");
|
controls_pause->setText("Pause");
|
||||||
|
|||||||
Reference in New Issue
Block a user