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. QAccessible unusably slow

QAccessible unusably slow

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 933 Views 2 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.
  • S Offline
    S Offline
    Serendipity
    wrote on last edited by Serendipity
    #1

    Hi,

    I am encountering a severe issue in our application using Qt 5.42 on Windows.

    As soon as a touch enabled device is attached and the Tablet-PC-Service is running on Windows, the QAccessible becomes active and causes massive performance issues like having to wait for about 30 seconds when clicking on an treeview item.
    I have attached Vtune to figure out where the time is spend and it showed that about 16 seconds were spend in QAccessible::uniqueId, which was called about 94k times and another 18 seconds were spend in QHashData::nextNode, which was called by QAccessible::uniqueId and was called about 1.4 billion times.

    Disabling the Tablet-PC-Service and therefore disabling QAccessible fixed this slowdown but of course it not something we can do. So is there a way in Qt do disable the QAccessible stuff in our application?

    Kind regards
    Michael

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Since it looks like a bug, I'd recommend bringing this to the interest mailing list. You should also have a look at the bug report system

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Since it looks like a bug, I'd recommend bringing this to the interest mailing list. You should also have a look at the bug report system

        S Offline
        S Offline
        Serendipity
        wrote on last edited by
        #3

        @SGaist Ok, thanks, I will do so.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          If there's a bug report related to that matter, don't forget to share it here so others will be able to find it more easily

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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