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 recently upgraded from QTitanRibbon version 2.8.4 to version 4.9.0.
I notice that the RibbonGalleriesDemo uses a new RibbonGalleryControl class. Previously I would add my RibbonGallery directly to the RibbonGroup using addWidget(). The demo creates a RibbonGalleryControl and adds it using addControl().
My code seems to function correctly without the new control class.
Should I convert to use the new RibbonGalleryControl? What are the advantages?
(NOTE: This new class is not described in the documentation)