Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Hooking into Windows IME without creating an input field inside QQuickWindow
Forum Updated to NodeBB v4.3 + New Features

Hooking into Windows IME without creating an input field inside QQuickWindow

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 224 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.
  • N Offline
    N Offline
    niks_entire
    wrote on 1 Mar 2022, 19:43 last edited by niks_entire 3 Jan 2022, 19:48
    #1

    I have a QQuickWindow and I just want to receive Ime messages via NativeEventFilter whenever my QQuickWindow gets focused.
    I've used ImmAssociateContextEx. But it does not work after focus switch.

    Now, I don't want to add an input field in my window. Is it possible to do it this way or do I have to use something else?

    G 1 Reply Last reply 29 May 2023, 08:14
    0
    • N niks_entire
      1 Mar 2022, 19:43

      I have a QQuickWindow and I just want to receive Ime messages via NativeEventFilter whenever my QQuickWindow gets focused.
      I've used ImmAssociateContextEx. But it does not work after focus switch.

      Now, I don't want to add an input field in my window. Is it possible to do it this way or do I have to use something else?

      G Offline
      G Offline
      gongluck
      wrote on 29 May 2023, 08:14 last edited by
      #2

      @niks_entire Hello, have you solved this problem? I had the same need.

      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