Hello,
after starting and closing a modal Dialog i am not able to click in a QLineEdit field to change the value.
QLineEdit* qEditName = new QLineEdit(this);
is working fine.
but after some interaction i show a Fullsceen Dialog:
SpringjamTellDialog *sjDialogObject = new SpringjamTellDialog(qHashDaten.value("t" + strResStr));
sjDialogObject->setAttribute(Qt::WA_QuitOnClose);
sjDialogObject->exec()
and when i come back.. the QLineEdit is somehow deactivated to edit.
thx
Paul



