Qt 6.11 is out! See what's new in the release
blog
[Solved] Pushbutton pressed
General and Desktop
3
Posts
2
Posters
3.2k
Views
1
Watching
-
Hello
I need a hint on how to solve this problemI got a button and on the buttons click event the counter thet I use takes step by ten (10)
but in the buttons pressed event i want the counter to step one (1) until the buttons release event.Maybe this is a simpel task but I'm stuck
Solution
used a Timer and press and release signals.