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:
@@ -2,9 +2,21 @@
|
||||
|
||||
|
||||
GotoWindow::GotoWindow(QWidget *parent) : QDialog(parent) {
|
||||
createControls();
|
||||
}
|
||||
|
||||
void GotoWindow::setDisplayWindow(DisplayWindow *win) {
|
||||
disp_window = win;
|
||||
}
|
||||
|
||||
void GotoWindow::createControls() {
|
||||
|
||||
}
|
||||
|
||||
void GotoWindow::setVideo(cv::VideoCapture *cap) {
|
||||
capture = cap;
|
||||
void GotoWindow::setFrameIndex(const long &i) {
|
||||
index = i;
|
||||
}
|
||||
|
||||
void GotoWindow::ShowImage() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user