mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
working on goto window
This commit is contained in:
@@ -75,8 +75,11 @@ AC_MainWindow::AC_MainWindow(QWidget *parent) : QMainWindow(parent) {
|
||||
goto_window = new GotoWindow(this);
|
||||
disp = new DisplayWindow(this);
|
||||
playback = new Playback();
|
||||
//goto_window->show();
|
||||
|
||||
goto_window->showWindow(0, 100);
|
||||
goto_window->setParent(this);
|
||||
goto_window->setDisplayWindow(disp);
|
||||
|
||||
QObject::connect(playback, SIGNAL(procImage(QImage)), this, SLOT(updateFrame(QImage)));
|
||||
QObject::connect(playback, SIGNAL(stopRecording()), this, SLOT(stopRecording()));
|
||||
QObject::connect(playback, SIGNAL(frameIncrement()), this, SLOT(frameInc()));
|
||||
|
||||
Reference in New Issue
Block a user