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
Problem context :
I need to create snapshots of the layout of the docking system, to save the settings of the DockWidgetPanel elements and be able to restore it later on.
My first thought was to use DockPanelManager::saveStateToXML/ loadStateFromDevice but unfortunately using loadStateFromDevice was not working out of the box for us...
It would be also a better fit for our design if we could save/reload the context per DockWidgetPanel element i.o saving everything globaly from the DockPanelManager.
So I am saving the id of the parent panel of the DockWidgetPanelElement using DockWidgetPanelElement::parentPanel() but what I miss is the way to retrieve the DockWidgetPanelElement* from the saved id later on...
Is there a way :
to retrieve a DockWidgetPanelElement* from an id ?
or to get the list of every DockWidgetPanelElement ? I have tried to browse widgetPanelList() and documentPanelList but they are not containing element having the id of my DockWidgetPanel parentl [/i]
or to retrieve the current Qtitan::DockPanelArea of a DockWidgetPanel ?