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
If i try to add a QWidget to the central widget of the ribbon style the widget
and all components of them are not displayed. This works on a normal QMainwindow.
I'm using a qt ui formular class.
The solution is to include the ui_... of the widget an initialize the ui form
with the setupUI command; btw the construtor of the class calls the setupUI
when I create the widget object but without any effect.
This should work without the extra call of setupUI or call them twice.