Hi, since your class name is Worker, I am guessing that you might be running this code in a separate thread. Are you sure there's an event loop running in your thread?

Can you show how you have created the Worker, the QThread, etc?

Edit: apologies, I see anda_skoa asked about the event loop in a prior reply...