Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved QAccessibleMenu

    General and Desktop
    2
    8
    161
    Loading More Posts
    • 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.
    • O
      Oumayma last edited by

      ¿How I can call this class and use its functions ? I not being able to find examples.
      This is the class documentation: https://dreamswork.github.io/qt4/classQAccessibleMenu.html

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        AFAIK that's a class you do not create explicitly, it's part of Qt's accessibility module.

        What is your goal ?

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

        O 1 Reply Last reply Reply Quote 1
        • O
          Oumayma @SGaist last edited by

          @SGaist I want to use it to implement accessibility to my menu

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Do you have a custom menu ?
            Because AFAIK, Qt already provides accessibility support for its widgets.

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

            O 1 Reply Last reply Reply Quote 0
            • O
              Oumayma @SGaist last edited by

              @SGaist I have a simple menu like this : https://doc.qt.io/qt-5/qtwidgets-mainwindows-menus-example.html

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                Therefore, AFAIK, it's already supporte: by Qt's accessibility module.

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

                O 1 Reply Last reply Reply Quote 0
                • O
                  Oumayma @SGaist last edited by

                  @SGaistthen then I can use the functions that come in the documentation

                  1 Reply Last reply Reply Quote 0
                  • SGaist
                    SGaist Lifetime Qt Champion last edited by

                    Again, can you explain what exactly do you want to do with that class ?

                    Qt's accessibility implementation already collaborates with standard accessibility tools from various platforms. It's explained there.

                    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 Reply Quote 1
                    • First post
                      Last post