Hi, Thanks, no Im not using mousePressEvent. I cannot find how I could use mousePressEvent to help me.
Is there a command I can write that will update the button/GUI instantly? I have tried a few but none of them seem to do the trick.
Hi, Thanks, no Im not using mousePressEvent. I cannot find how I could use mousePressEvent to help me.
Is there a command I can write that will update the button/GUI instantly? I have tried a few but none of them seem to do the trick.
Last edited by Ferric; 26th October 2010 at 08:59.
change the text at the beginning of the slot and call e.g. QCoreApplication::processEvents(). Or do everything else in a thread.
Ferric (26th October 2010)
Thank You, using QCoreApplication::processEvents() works well. Using a thread is a little over my head at this stage.
I know what you are saying Wysota.. My application is not as professional as it could be. One day I will hopefully find the time to comprehend using threads.
Bookmarks