Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Invalid
-
Affects Version/s: 5.14.2
-
Fix Version/s: None
-
Component/s: Core: Event loop
-
Labels:None
-
Environment:Window 10 Pro.
-
Platform/s:
Description
Problem occurs on Windows; not on Mac; untested on Linux.
Small program is supposed to unhide a push button when two particular keys are pressed. When the button is visible and pressed, it should acknowledge the press with a qDebug() statement.
The signal is getting called, but the slot never gets hit.
Example code provided.