Skip to content

Conversation

@jnsebgosselin
Copy link
Member

@jnsebgosselin jnsebgosselin commented Dec 16, 2025

Introduces a precise boolean parameter to the RangeWidget constructor and passes it to the RangeSpinBox instances, which already have this parameter in its constructor.

"""
Parameters
    ----------
    precise : bool, optional
        If True (default), the spinbox preserves full float64 precision for
        programmatically set values. If False, it behaves like a standard
        QDoubleSpinBox without storing an internal precise value.
"""

Introduces a 'precise' boolean parameter to the RangeWidget constructor and passes it to the RangeSpinBox instances.
@jnsebgosselin jnsebgosselin added this to the 0.10.0 milestone Dec 16, 2025
@jnsebgosselin jnsebgosselin self-assigned this Dec 16, 2025
@jnsebgosselin jnsebgosselin added the enhancement New feature or request label Dec 16, 2025
@jnsebgosselin jnsebgosselin merged commit c65fd53 into main Dec 16, 2025
1 check passed
@jnsebgosselin jnsebgosselin deleted the add_precise_arg_rnge_widget branch December 18, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants