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

QLineEdit inputmask does not support semicolon as separator

    XMLWordPrintable

Details

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes