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

Verify that input method hints work as you would expect on QML editors on Symbian

    XMLWordPrintable

Details

    Description

      Some of the modes below have been largely untested for QML editors on Symbian.

      enum InputMethodHint {
          ImhNone = 0x0,
          ImhHiddenText = 0x1,
          ImhNoAutoUppercase = 0x2,
          ImhPreferNumbers = 0x4,
          ImhPreferUppercase = 0x8,
          ImhPreferLowercase = 0x10,
          ImhNoPredictiveText = 0x20,
      
          ImhDigitsOnly = 0x10000,
          ImhFormattedNumbersOnly = 0x20000,
          ImhUppercaseOnly = 0x40000,
          ImhLowercaseOnly = 0x80000,
          ImhDialableCharactersOnly = 0x100000,
          ImhEmailCharactersOnly = 0x200000,
          ImhUrlCharactersOnly = 0x400000,
      
          ImhExclusiveInputMask = 0xffff0000
      };
      

      Attachments

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

        Activity

          People

            jpetrell Joona Petrell
            jpetrell Joona Petrell
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes