How to flash Qcheckbox when a Qpushbotton is pressed
-
Hello Everyone,
I want to check and immediately uncheck a Qcheckbox so that it feels like its flashing when i push a button. How I can do it
Thanks in Advance@rockon209
this is my ideasetup a
QTimer
connectQTimer'stimeoutsignal to a slot that set theQCheckBoxto unchecked
set theQCheckBoxto checked and start theQTimerwhen push theQPushBotton