Set focus in lineEdit after adding variables to the filename pattern
This commit is contained in:
@@ -101,4 +101,5 @@ void FileNameEditor::resetName() {
|
||||
|
||||
void FileNameEditor::addToNameEditor(QString s) {
|
||||
m_nameEditor->setText(m_nameEditor->text() + s);
|
||||
m_nameEditor->setFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user