Button timer
Solved
General and Desktop
-
Hi,
You can do that with focusInEvent / focusOutEvent and either a QTimer or timerEvent combo.
Note however that it's going to likely be pretty strange for your users to have a dialog popping up just because they left the cursor on the button.
-
Hi,
I created a timer but I get a warning in the design tab:
"This type (Timer) is not supported in the Qt Quick Designer (M204).
Any idea ?Timer { id:timer1 interval:1000 repeat:false running:false onTriggered:rectangle11.visible=true }
Thank you very much,
Alex
-
There might have been a regression.