QtitanDataGridModel-view DataGrid component with rich functionality for Qt.C++ and PySideQtitanRibbonReplicates Microsoft RibbonUI interface for Qt.C++ and PySideQtitanNavigationDesignUIReplicates Microsoft Navigation Design interface for Qt.C++ and PySideQtitanChartCharts and Diagrams component for Qt.C++ and PySideQtitanDockingDockable Panels and Tool Bars for Qt.C++ and PySideQtitanFastInfosetXML Compressed format FastInfoset implementation for Qt.C++ and PySideRoadmap Development 2023
FireDataGridPowerful, modern, fast, DB-Aware Grid for Delphi-FiremonkeyFireDockingDelphi IDE/Visual Studio implementation of dock panels for Delphi-Firemonkey
Thank you for extremely interesting question.
If i understand you correctly, you need to call the setAccessibleName(...) for widget using
that action. To get a list of widgets you can use the following function from QAction:
QList<QWidget *> QAction::associatedWidgets() const;
It doesn't work. I can test ist by yourself, if you download NVDA for windows. There is a second question:
On a ribbon page i can navigate between groups with the tab keys. How can i enter one group and navigate between the group items? My colleague can only work with the keyboard.
Thanks
In this example, widgetList will contain two widgets. One of them is QtoolButton (what you need). The second will be groupManagement - you need ignore it.
In addition, if it possible, please tell me how you solve this problem with standard Qt tool bar?