mirror of
https://github.com/vale981/Taevitas
synced 2025-03-06 01:51:38 -05:00
write t'll it is over
This commit is contained in:
parent
91509a35e4
commit
8bcb899a37
2 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,8 @@ MainWindow::MainWindow( QWidget * parent ) :
|
||||||
ui->projectName->setText( "Taevitas_Rec_" + QDateTime::currentDateTime().toString( "dd_MM_yyyy_hh_mm_ss" ) );
|
ui->projectName->setText( "Taevitas_Rec_" + QDateTime::currentDateTime().toString( "dd_MM_yyyy_hh_mm_ss" ) );
|
||||||
|
|
||||||
// Set default dir
|
// Set default dir
|
||||||
recorder.setProjectDir( QStandardPaths::writableLocation( QStandardPaths::DocumentsLocation ) );
|
QString defaultDir = QStandardPaths::writableLocation( QStandardPaths::DocumentsLocation );
|
||||||
|
recorder.setProjectDir( defaultDir );
|
||||||
|
|
||||||
// Connect Frame Counts, Time Captured LCD
|
// Connect Frame Counts, Time Captured LCD
|
||||||
connect( &recorder, &Recorder::frameSaved, this, [this] {
|
connect( &recorder, &Recorder::frameSaved, this, [this] {
|
||||||
|
|
|
@ -33,7 +33,7 @@ class MainWindow : public QMainWindow {
|
||||||
void showError( QString error );
|
void showError( QString error );
|
||||||
|
|
||||||
void updateCameraList( unsigned int num_cameras );
|
void updateCameraList( unsigned int num_cameras );
|
||||||
void stopCapture();
|
void resetCapture();
|
||||||
|
|
||||||
void fit();
|
void fit();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue