mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 21:29:59 +01:00
updated formatting, changed location of combobox, upped version number
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Acid Cam v2 - Qt/OpenCV Edition
|
||||
* written by Jared Bruni ( http://lostsidedead.com )
|
||||
* (C) 2017 GPL
|
||||
*/
|
||||
*/
|
||||
|
||||
|
||||
#include "new_dialog.h"
|
||||
@@ -36,7 +36,7 @@ void CaptureCamera::createControls() {
|
||||
stream << i;
|
||||
combo_device->addItem(*stream.string());
|
||||
}
|
||||
btn_select = new QPushButton(tr("Save Directory"), this);
|
||||
btn_select = new QPushButton(tr("Save Directory"), this);
|
||||
btn_select->setGeometry(10, 65, 100, 20);
|
||||
output_dir = new QLineEdit("", this);
|
||||
output_dir->setGeometry(110, 65, 175, 20);
|
||||
@@ -59,7 +59,7 @@ void CaptureCamera::setParent(AC_MainWindow *p) {
|
||||
}
|
||||
|
||||
void CaptureCamera::btn_Select() {
|
||||
|
||||
|
||||
QString def_path = "";
|
||||
#if defined(__linux__)
|
||||
def_path = "/home";
|
||||
|
||||
Reference in New Issue
Block a user