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
Hello. In our product we use Office 2013 style. After migrating to version 5.4.0 from 4.* I noticed that menu items are not rendered properly, for example checked items with icons are not shown as checked. Looking at the source code of "drawMenuItem" method I see some calls to draw* functions are commented out. What is the purpose of this? How can I workaround the issue?
Also there is a Q_ASSERT(false) instead one of the calls. Please don't ever do this in library code as it makes debug build pretty much unusable.