Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
When you use the implicit mnemonic shortcut for a QPushButton this will invoke animateClick. Though this looks nice you are then often able to invoke to actions before the first one is done (with the default timeout of 100ms). This can sometimes lead to unexpected behavior in a program. Maybe it should invoke click() instead of animateClick.