You can increase the timeout of the timer to delay initialization. But it will then freeze your UI.
Bad idea, you can't use threads to operate on GUI.I've decided to instead use threads to implement some of the GUI's functionality. The GUI is basically a control panel for a motor and sensor that are 'coupled' together (so that the motor tries to follow the sensor position).
Yes. You can happily do everything in one thread. Including the initialization. You just need to do it the smart way.* Is what I'm trying to do overkill?
Read my article on Qt Quarterly about responsive GUIs.* Is using threads to handle user commands the norm in keeping a GUI responsive? Or am I looking at this problem wrong?






Reply With Quote
Bookmarks