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. How to disable/remove gesture support (QGesture, QGestureRecognizer, QGestureEvent)?
Forum Updated to NodeBB v4.3 + New Features

How to disable/remove gesture support (QGesture, QGestureRecognizer, QGestureEvent)?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 519 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.
  • F Offline
    F Offline
    FrozenTarzan
    wrote on last edited by
    #1

    During a debugging session with valgrind I found multiple calls to QGestureXYZ methods which made me think that somewhere deep in Qt's code something is actually trying to interpret gestures somehow. We don't use gestures at all and have not touch support so I want to disable the whole gesture recognition code ideally at compile time. If this is not possible I would also go for a run-time "deinitialization" of some sort.

    I'm afraid that the gesture recognition code might have a performance impact. Even if only simple events or objects are created it might already have an impact on our very limited embedded platform.

    We use Qt: 4.8.6 for embedded

    1 Reply Last reply
    1

    • Login

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