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
The Code is wrong.
dockPanel1 is a member of GuiTest but is redefined in GuiTest::GuiTest
////// 4 - Creating a panelManager
DockWidgetPanel *dockPanel1 = dockPanelManager->addDockPanel("My Panel_1", Qtitan::LeftDockPanelArea);
^^^^^^^^^^^^^^^^^^ <- wrong
dockPanelManager = new DockPanelManager(widget);
change to this code
dockPanelManager = new Qtitan::DockPanelManager(qobject_cast<QMainWindow*>(parent));
can not work,dockPanel not show in the RibbonMainWindow frame。