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
Hi,
We are using Office2016 style with Colorful theme (that we slightly modified through styleconfig.xml to get ligher colors).
Some issues were observed using this style:
Sort arrows in table headers are big and reversed; instead of using the native arrows
Expectation:
When a tab is selected, its title is forced to be black => it breaks our color code for tab titles
In OfficeStylePrivate::drawTabBarTabLabel function, we had to remove the following expression:
tab->state & QStyle::State_Selected
from the if on the line 199 of src/styles/QtnOfficeStyle.cpp.
The system menu (top left) when open, hides the "Menu" button (it was not the case with 6.1.0)
Partially checked checkbox is displayed as fully checked; the native behavior is to display a filled square
The ribbon bar's contextual menu can alter our software’s graphical interface by adding or removing tabs or groups, is there a way to disable it without modifying the code?