Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. InputMethodHints. QtNamespaces. ImhNoTextHandles amd ImhNoEditMenu
Forum Updated to NodeBB v4.3 + New Features

InputMethodHints. QtNamespaces. ImhNoTextHandles amd ImhNoEditMenu

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 470 Views
  • 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.
  • D Offline
    D Offline
    Darknes
    wrote on last edited by
    #1

    My question is related to the inputMethodHints https://doc.qt.io/qt-5/qml-qtquick-textinput.html#inputMethodHints-prop
    All this flags work perfectly, and there is nothing to complain about. But I found two flags more, and in my situation it is very necessary to use them. https://doc.qt.io/qt-5/qt.html#InputMethodHint-enum
    Qt::ImhNoEditMenu and Qt::ImhNoTextHandles.
    I haven't found, how to use this flags, maybe some one can help me? I tried to use this flags inside the TextInput, TextArea, TextEdit and TextField in the qml code, setting for example

    inputMethodHints: Qt.ImhNoTextHandles
    

    But they doesn't work. Also they are not mentioned anywhere in the documentation, only in the webpage(Qt namespaces) what I linked above. Thanks for attention, hope that someone can help me to figure out the problem.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Darknes
      wrote on last edited by
      #2

      If someone is looking for it, then don't. At the moment this flags are not integrated and are not able to be used.

      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