Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.6.3
-
None
Description
The same way as it is done in a QTextEdit; it would be nice to be able to set an overwrite mode in a QSpinBox and QDoubleSpinBox.
With setOverwriteMode(true) we would get for example:
When | is the cursor and we have
12|3
Typing a 4, would return the result:
124|