QPushbuttons signals mismatch
Unsolved
General and Desktop
-
Hi!
I develop a toy car controller. I have four qpushbuttons, left wheels forward and backward and right wheels forward and backward.
The pressed signal starting the motor, and the released signal is stopped. When I pressing a simple button, it is working fine, but when I press a button while an another button is pressed, the signals is mismatched, i receive the firstly pressed button's released signal.Thanks in advance.