mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 21:29:59 +01:00
fixed file name, added select image
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
|
||||
CaptureCamera::CaptureCamera(QWidget *parent) : QDialog(parent) {
|
||||
setGeometry(100, 100, 290, 120);
|
||||
setFixedSize(290, 120);
|
||||
setWindowTitle("Capture from Webcam");
|
||||
setWindowIcon(QPixmap(":/images/icon.png"));
|
||||
@@ -67,6 +68,7 @@ void CaptureCamera::btn_Start() {
|
||||
}
|
||||
|
||||
CaptureVideo::CaptureVideo(QWidget *parent) : QDialog(parent) {
|
||||
setGeometry(100, 100, 330, 100);
|
||||
setFixedSize(330, 100);
|
||||
setWindowTitle(("Capture from Video"));
|
||||
setWindowIcon(QPixmap(":/images/icon.png"));
|
||||
|
||||
Reference in New Issue
Block a user