Qt multithreading: How to update two QLabels?
问题 I am not a multithreading expert. I know that the GUI should be managed by the main thread, however I'd need 2 things to be done by the mainthread simultanuously. The situation is the following: The user clicks on a pushbutton (to take a selfie), a count down timer starts (3 seconds). The user can see in a QLabel the numbers 3-2 changing every second. Meanwhile the user can see the camera data in another QLabel of the same window. In other words the mainthread should do 2 things: update