views:

73

answers:

0

Hello. Is it possible in QT to run QRunnable from QThread object without blocking GUI? I was created new thread using class derivered from QThread and from this class I want to run many small functions. But GUI is loocking when I'm trying to run QRunnable. Could you give me some instruction how to do this or maybe some example how to do this well?

Thank you in advance. regards.