I created two QPushButton buttons in two different instances
I use two Qt 5.19 QPushButton buttons (button 1 and button 2)
- I hold down the button 1
- I hold down the button 2
- I release button 1
- not released event emitted for button1 released
I expect release event of button 1 emitted when I released it.
New contributor
silvio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3