Re: [Interest] QSpinbox repeat delay

2019-12-04 Thread Murphy, Sean
> 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

Re: [Interest] QSpinbox repeat delay

2019-12-03 Thread Giuseppe D'Angelo via Interest
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

[Interest] QSpinbox repeat delay

2019-12-03 Thread Murphy, Sean
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