I'm not quite clear on what you are doing, but can you use the QDialog's
signals to trigger the file processing only after the dialog has
finished it's purpose?
I.e. QDialog.finished() or QDialog.accepted()
On 11/12/13 09:17, Janwillem van Dijk wrote:
Hi, I have a PySide script that uses
QFileDialog.getExistingDirectory(). After clicking the Open button the
script proceeds with a lengthy part that processes a files list and
writes to a QPlainTextEdit. Unfortunately the QFileDialog widget does
only disappear after this processing is finished, hiding the
QPlainTextEdit.
How can I make that the QFileDialog widget is gone before the
processing starts?
Cheers, Janwillem
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside