properly restore saved folder when backuping
This commit is contained in:
parent
e1e7abd6ca
commit
9b477c0e8e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ FormBackupDatabaseSettings::FormBackupDatabaseSettings(QWidget* parent)
|
|||
this,
|
||||
&FormBackupDatabaseSettings::checkOkButton);
|
||||
connect(m_ui->m_btnSelectFolder, &QPushButton::clicked, this, &FormBackupDatabaseSettings::selectFolderInitial);
|
||||
selectFolder(qApp->documentsFolder());
|
||||
selectFolder(FileDialog::storedFolder(GENERAL_REMEMBERED_PATH, qApp->documentsFolder()));
|
||||
m_ui->m_txtBackupName->lineEdit()->setText(QSL(APP_LOW_NAME) + QL1S("_") +
|
||||
QDateTime::currentDateTime().toString(QSL("yyyyMMddHHmm")));
|
||||
m_ui->m_lblResult->setStatus(WidgetWithStatus::StatusType::Warning,
|
||||
|
|
Loading…
Add table
Reference in a new issue