ok thanks, i now created my thread class
the problem is: i need a QDir in this thread to browse folders, but Qt says
"Widgets must be created in the GUI thread." and quits my application when creating. What should i do now? Create it in the gui thread and pass the pointer? Searching dirs recursively could become tricky when im not allowed to create a Qdir instance in my thread
Bookmarks