mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
write t'll it is over
This commit is contained in:
parent
ac3e36163b
commit
da13d95dd5
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ MainWindow::MainWindow( QWidget * parent ) :
|
|||
// Set default name
|
||||
ui->projectName->setText( "Taevitas_Rec_" + QDateTime::currentDateTime().toString( "dd_MM_yyyy_hh_mm_ss" ) );
|
||||
|
||||
// Set default dir
|
||||
recorder.setProjectDir(QStandardPaths::writableLocation( QStandardPaths::DocumentsLocation ));
|
||||
|
||||
// Connect Frame Counts, Time Captured LCD
|
||||
connect( &recorder, &Recorder::frameSaved, this, [this] {
|
||||
ui->framesCaptured->display( recorder.frameNumber() );
|
||||
|
|
Loading…
Add table
Reference in a new issue