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,
In QtnGridTableViewBase.cpp/GridColumnPrimitive::paint_column_header_contents()
there is Grid* grid = qobject_cast<Grid *>(option.styleObject); this code.
from Qt-5.x there is "styleObject" variant In "QStyleOptionHeader" class, but Qt-4.8 there is no "styleObject".
(using Visual Studio 2008 in Windows)
before i used QtitanGrid 4.3.0 and now im trying to apply 5.3.1 version.
is QtitanGrid 5.3.1 still supporting Qt-4.7? if support then how can i fix or except that part?