Is it possible to save big images without blocking Qt GUI?

since this is a Qt problem, you should ideally ask this on a forum for Qt. it’s not a problem specific to OpenCV. any operation that takes a bit of time, if you execute it in an event handler of a GUI, will block the GUI.

then you didn’t actually put that into another thread, or you did something else that defeats the mechanism.