Hi all,

I have a second thread outside the main (GUI) thread, this (second) thread copys a directory with all subdirs and all files. If a file is exists, I have a (modal) QMessageBox for asking the user to override or not. But it comes:

QObject::setParent: Cannot set parent, new parent is in a different thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
How can I do this?

Thx!
Chris