Skip to content

Consider changing default int spinbox step size to 1 #667

@jni

Description

@jni

It is nicely documented that the default step size for the spin box is adaptive:

step (float, default: Undefined ) – The step size for incrementing the value, by default adaptive step is used

However when I just had a widget annotated as int recently I thought I was going crazy when all of a sudden the + would skip 10 numbers. Would it be possible/desirable to change the default to 1 when the data type is int? (For floats, indeed, the situation is more ambiguous.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions