> As with any similar widget platform-specific behavior, specifically by the
> SH_SpinBox_ClickAutoRepeatThreshold style hint. Use
> spinbox->style()->styleHint to fetch the value; use a custom style or a
> proxy style to change it.
Thanks for teaching me something new! I had no idea things like t
Il 03/12/19 21:07, Murphy, Sean ha scritto:
When using a QSpinBox, if the user clicks and holds on one of the up/down
buttons (or uses one of the keyboard keys that do the same thing), there is a
bit of a delay before the autorepeat functionality starts.
Is there a spot to query what that dela
When using a QSpinBox, if the user clicks and holds on one of the up/down
buttons (or uses one of the keyboard keys that do the same thing), there is a
bit of a delay before the autorepeat functionality starts.
Is there a spot to query what that delay is and/or change it? From trial and
error i