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
Demo RibbonApplication shows how to use customization(with RibbonCustomizeManager, RibbonCustomizeDialog, RibbonBarCustomizePage) of a ribbonbar.
But it seems it could handle actions only.
How can i customize ribbon bar with checkbox, radiobutton, combobox etc.?
Now i can see new items in the customization dialog and i can handle them in the dialog
But on new pages in the ribbon the items are not visible(or do not exist?)
I have modified the RibbonApplication example and i added a QWidgetAction to Home-page before "Paste"(see code below)
"CheckBoxControl1" is visible in ribbon. Now i add a new page/new group in cutomization dialog and add "CheckBoxControl1" to the new group.
But after leaving customization dialog there is now "CheckBoxControl1" in the new page.