Show appers only after user change format.
--HG-- branch : develop
This commit is contained in:
parent
8d497c68eb
commit
b14e98fea3
|
@ -68,6 +68,7 @@ DialogSaveLayout::DialogSaveLayout(const QMap<QString, QString> &formates, int c
|
||||||
connect(ui->lineEditPath, &QLineEdit::textChanged, this, &DialogSaveLayout::PathChanged);
|
connect(ui->lineEditPath, &QLineEdit::textChanged, this, &DialogSaveLayout::PathChanged);
|
||||||
|
|
||||||
ui->lineEditPath->setText(qApp->getSettings()->GetPathLayout());
|
ui->lineEditPath->setText(qApp->getSettings()->GetPathLayout());
|
||||||
|
ShowExample();//Show example for current format.
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user