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. Where does QT look for the "keys" in the InputContextfactory::keys()
Forum Updated to NodeBB v4.3 + New Features

Where does QT look for the "keys" in the InputContextfactory::keys()

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 971 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.
  • N Offline
    N Offline
    nasuos
    wrote on last edited by
    #1

    All,

    I am running QT embedded on arm (imx28) board.  QT is not finding my input context.  I inserted the QInputConextFactory::keys() to retrieve the keys and its shows none.  However, I take the same exact code and run it on my Ubuntu  desktop and it shows all the keys.  So I'm trying to track down the problem to find out where QT looks for the input context.
    

    Thanks

    1 Reply Last reply
    0
    • T Offline
      T Offline
      twsimpson
      wrote on last edited by
      #2

      Other than the built-in input methods for X11, Windows, and Mac, if dynamic library/plugin support is enabled, it searches for input plugins in the "inputmethods" sub-directory for Qt plugins. Eg, /usr/lib/qt4/plugins/inputmethods/

      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