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
We are using Ribbon and Docking components and things are going pretty well except that we cannot get the system button (the one triggering the backstage) to be clickable on its whole geometry (it seems the active area is limited by the titleBar height).
This issue is only visible when the "Windows 7 Scenic" theme is activated, and this can be experienced with the "Backstage view" example.
I am wondering if this could be related to RibbonSystemButton::sizeHint() using the tabBar height whatever the theme...
In addition, we do have another issue which might be related : still using "Window 7 scene", the backstage is not well positioned and sized as its top is the menu bar top (without taking into account the height of the tabBar height, so the backstage is hiding half the system button instead of being positionned right below it). I have not been able to reproduce this issue with the "Backstage view" but our application is inhereting from a DockMainWindow (i.o a RibbonMainWindow) - we have added to our mainWindow the ribbonMainWindow methods to have the ribbons working.