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
QSpinBox is not being drawn through drawComplexControl(CC_SpinBox) for the Office2010Silver theme. The function QStyleSheetStyle::drawComplexControl() does not call into the base style because rule.hasNativeBorder() is false. This does not happen for other themes like Office2016DarkGray.
Is there a way I can modify the 2010 Silver theme to function correctly for CC_SpinBox?
EDIT: This appears to be an issue in Qt5 where it's using an extra style rather than the QApplication style:
The d->extra->style is being used for QAbstractSpinBox paint. This occurs when setStyleSheet() is used to modify the appearance in a small way. The Style defaults to QStyleSheetStyle. I guess this makes sense, but I don't recall it happening in Qt4, but maybe we never hit this use case.