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'm having an issue where my RibbonGallery does not expand horizontally as my Main Window size changes. I've tried using the new RibbonGalleryControl but it doesn't expand either.
My gallery is stuck at the minimum count (set using RibbonGallery::setMinimumColumnCount, or RibbonControlSizeDefinition::setMinimumItemCount). It never expands towards the maximum count.
I've tried setting the sizePolicy for the RibbonGroup, RibbonGallery, and RibbonGalleryControl -- that did not change the behavior. I've also tried using RibbonGallery::setAutoWidth(true) which did not work either.
I see that the RibbonGalleryDemo project does adjust the size of its ribbon galleries. So this is likely a problem with my project. Any ideas on where to look?