Hello,
I have created GUI with lots of widget. OnClick of run button i am executing some tasks which takes few minutes to complete. I am running these tasks in background by re-implementing QThread class, so that i can do some changes in GUI like open other widget, change position of dock widgets etc. But after fews changes in GUI i am getting following Error in Linux:
Xlib: sequence lost (0x4aa19 > 0x3aa23) in reply type 0x8!
Xlib: unexpected async reply (sequence 0x3abe3)!
Can you please suggest which is the best way to re-implement QThread class?
Bookmarks