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

QLineEdit inputmask does not support semicolon as separator

XMLWordPrintable

      QLineEdit's inputmask does not work when a semicolon is used as a separator, even if it is properly escaped.

      Example:
      pLineEdit->setInputMask("\\(xxxx\\;xxxx\\;xxxx
      )"; ... inputmask is incorrect
      pLineEdit->setInputMask("\\(xxxx\\#xxxx\\#xxxx
      )"; ... works as expected

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

            bjnilsen Bjørn Erik Nilsen
            dettman Dean Dettman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes