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
I hit an issue in case of adding separators in the RibbonGroup in case of the following scenario:
• Create an action
• Add to the RibbonGroup
• Set action as a separator (QAction::setSeparator(true))
Actually, the separator appears as dummy text.
Note: Qt allows adding an action to menu and then making it as separator using QAction::setSeparator(bool) function. In Ribbons such behavior is broken.
Are there any way to solve this problem ?
Thanks,
Last edit: 9 years 6 months ago by Vahe. Reason: Adding a note to bug description.