mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 21:29:59 +01:00
adding dialog windows
This commit is contained in:
@@ -1 +1,13 @@
|
||||
#include "new_dialog.h"
|
||||
|
||||
CaptureCamera::CaptureCamera(QWidget *parent) : QDialog(parent) {
|
||||
setFixedSize(640, 480);
|
||||
setWindowTitle("Capture from Webcam");
|
||||
setWindowIcon(QPixmap(":/images/icon.png"));
|
||||
}
|
||||
|
||||
CaptureVideo::CaptureVideo(QWidget *parent) : QDialog(parent) {
|
||||
setFixedSize(640, 480);
|
||||
setWindowTitle(("Capture from Video"));
|
||||
setWindowIcon(QPixmap(":/images/icon.png"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user