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. Reorganizing Accessibility Tree
QtWS25 Last Chance

Reorganizing Accessibility Tree

Scheduled Pinned Locked Moved Unsolved General and Desktop
accessibility
4 Posts 2 Posters 487 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.
  • C Offline
    C Offline
    ChiK
    wrote on last edited by
    #1

    I'm trying to reorganize how QT presents widgets to VoiceOver on Mac. What's the best way to reorganize how items appear in accessibility tree?

    1. Relocate an item from current parent to another parent
    2. Group items into a parent just for accessibility purpose without affecting GUI
      I understand that I can change parent and children relationship through QAccessibleInterface.
      However, is there a way to change QAccessibleInterface for QT built-in widgets without modifying QT source and recompiling?
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's a pretty interesting question but I think you might be out of luck here. I may be wrong (I hope so) but I do not think that we have many members using the Qt Accessibilty features.

      I'd recommend posting this on the interest mailing list. You'll find there Qt developers/maintainers.

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

      C 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        That's a pretty interesting question but I think you might be out of luck here. I may be wrong (I hope so) but I do not think that we have many members using the Qt Accessibilty features.

        I'd recommend posting this on the interest mailing list. You'll find there Qt developers/maintainers.

        C Offline
        C Offline
        ChiK
        wrote on last edited by
        #3

        Hi @SGaist, I signed up and posted there, but my message got flagged as a spam.
        Do you know if the admins review and approve the messages marked as spams? Usually different mailing lists would say something like "this message has been flagged for admin's approval," but I just got this message.
        "Spam detection software, running on the system "mx.qt-project.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details."

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

          I do not know sorry, but your message got indeed through.

          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