Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-92123

Spinbox Range in QtDesginer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.2, 6.0.2
    • Tools: Designer
    • None
    • Ubuntu 20.04 LTS
    • All

    Description

      The Designer tool of QtCreator, and I assume the standalone Ui-Editor as well, does not allow all inputs that a QSpinBox can have.

      It seems like there's an Input-Validator/Mask that prevents users from inputing any number with more than 9 digits.

      But the QSpinBox allows a range between std::numeric_limits<int32_t>::min() and std::numeric_limits<int32_t>::max()

      -> -2147483648 and 2147483647

      10 digits

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            jhilk Jonas Hilk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes