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

DoubleValidator does not prevent user from entering a number outside the bounds

    XMLWordPrintable

Details

    Description

      Unlike IntValidator, DoubleValidator allows the user to enter any number. eg.

      DoubleValidator { top: 30; bottom: 0 }

      allows 3000 to be entered.
      Actual true/false validation works as expected i.e. isValid on 3000 would return false.

      Attachments

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

        Activity

          People

            denexter Andrew den Exter (closed Nokia identity) (Inactive)
            dajansen Damian Jansen (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes