All buttons take 2 clicks to trigger
Solved
Qt for Python
-
I have an app and for every button, you have to click twice for it to trigger. I have absolutely no clue what I could have done wrong. I designed the main window using Qt Designer. The files for the app can be found at the above link.
-
Hi,
Which version of PySide2 ?
Which version of Python ?
On which OS ? -
Can you try a more recent version of PySide2 ? IIRC 5.15.1 just got released.
-
@SGaist That seems to have fixed the issue! Yay!
Thanks!