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 have an MDI application with two views. one view A was drawing with normal GDI, and another view B was drawed with OpenGL. it can be layouted and displayed correctly with QtitanRibbon 4.18.0.
with the newest QtitanRibbon 5.0.0. the view A was always overlapped by view B, and the view A cannot be brought into front.
Any feedback?
More information after debug:
The issue comes from the QGLWidget. I have two views, one is developed with QWidget and another is developed QGLWidget. They works fine with QTitanRibbon 4.18.0, and after upgrade to 5.0.0, the QGLWidget view always overlap the QWidget view.
any support is appreciated.