QAccessibleMenu
-
¿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 -
Hi,
AFAIK that's a class you do not create explicitly, it's part of Qt's accessibility module.
What is your goal ?
-
Hi,
AFAIK that's a class you do not create explicitly, it's part of Qt's accessibility module.
What is your goal ?
-
Do you have a custom menu ?
Because AFAIK, Qt already provides accessibility support for its widgets. -
Do you have a custom menu ?
Because AFAIK, Qt already provides accessibility support for its widgets. -
Therefore, AFAIK, it's already supporte: by Qt's accessibility module.