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. Activate accessibility for Qt 5.7 application
Forum Update on Monday, May 27th 2025

Activate accessibility for Qt 5.7 application

Scheduled Pinned Locked Moved Unsolved General and Desktop
accessibleqt5.7
5 Posts 2 Posters 2.0k 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.
  • DanmanD Offline
    DanmanD Offline
    Danman
    wrote on last edited by
    #1

    Hi,

    How do I go about making my Qt application accessible to screen readers can access it? Is accessibility enabled by default with Qt 5.7 or do I need a plugin or change a setting or something?

    Any help is appreciated.

    raven-worxR 1 Reply Last reply
    0
    • DanmanD Danman

      Hi,

      How do I go about making my Qt application accessible to screen readers can access it? Is accessibility enabled by default with Qt 5.7 or do I need a plugin or change a setting or something?

      Any help is appreciated.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Danman
      official releases should have accessibility support enabled by default.
      As long as you use standard Qt widgets nothing should be needed from your side.

      Special custom widgets may need a custom accessible interface.

      But why dont you simply try it?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      DanmanD 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @Danman
        official releases should have accessibility support enabled by default.
        As long as you use standard Qt widgets nothing should be needed from your side.

        Special custom widgets may need a custom accessible interface.

        But why dont you simply try it?

        DanmanD Offline
        DanmanD Offline
        Danman
        wrote on last edited by
        #3

        @raven-worx
        Ok, good to know that official releases should have accessibility support enable by default. What would happen if I had both standard Qt widgets and special custom widgets? Would the standard widgets be accessible?

        When you say try it, do you mean try if it's accessible? I have, and it's not - unfortunately. I'm trying to access my application with LDTP but it can't find the application at all.

        Thanks for your reply.

        raven-worxR 1 Reply Last reply
        0
        • DanmanD Danman

          @raven-worx
          Ok, good to know that official releases should have accessibility support enable by default. What would happen if I had both standard Qt widgets and special custom widgets? Would the standard widgets be accessible?

          When you say try it, do you mean try if it's accessible? I have, and it's not - unfortunately. I'm trying to access my application with LDTP but it can't find the application at all.

          Thanks for your reply.

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @Danman
          oh i dont know much about the backend on linux systems.
          Maybe this helps?

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          DanmanD 1 Reply Last reply
          2
          • raven-worxR raven-worx

            @Danman
            oh i dont know much about the backend on linux systems.
            Maybe this helps?

            DanmanD Offline
            DanmanD Offline
            Danman
            wrote on last edited by
            #5

            @raven-worx OMG thank you so much!! Your link had the answer and now it works perfectly! I can't thank you enough, you're a hero :)

            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