Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to detect whether predictive text in vkb is active or not? - Qt
Qt 6.11 is out! See what's new in the release blog

How to detect whether predictive text in vkb is active or not? - Qt

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    raj.qtdev
    wrote on last edited by
    #1

    I know that if I want to disable predictive text in vkb if my QTextEdit has focus, I can do it like this

    @ mChatInputLine->setInputMethodHints(Qt::ImhNoPredictiveText);@

    On user selects numeric key on vkb, predictive text is disabled by default. Is there any way to detect this?
    Thing is, I need to change the geometry of QTextEdit if predictive text is on or off.

    Please suggest.

    Thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Which version of Qt are you using and which platform are you targeting?

      http://anavi.org/

      1 Reply Last reply
      0
      • R Offline
        R Offline
        raj.qtdev
        wrote on last edited by
        #3

        I am targetting symbian devices based on Qt and I am using Qt 4.7.3

        I am using Nokia 1.1 Qt SDK.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved