QThread doesn't start
问题 Sorry for the length of this post. But I am stuck for two days now.... I am working on a Qt 4.6 Windows application that communicates with a hardware device through ActiveX. When I send a command, the device does some stuff and when it's done (can take up to one minute) it emits a signal. I need to wait this signal to know if everything went okay (or not) and do some actions in consequence. A command is sent to the device when a user clicks a button. And obviously, I don't want the HMI to