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
My application uses QSS for some styling. I am slowly changing all QTableViews over to QtitanDataGrids. I would like to be able to keep the styling in my app consistent by applying the same styles to all QtitanDataGrids.
It seems that QTableView and QTreeView styles do not affect QtitanDataGrid, so either QtitanDataGrid doesn't use QTableView and QTreeView behind the scenes or the style information is not getting the the underlying QTableView and QTreeView.
In the QtitanDataGrid not all elements are rendered with QStyle. It is especially true for elements that are not in the Qt's QTableView. If possible, attach a few screenshots here that show the difference in the rendering of elements in two tables.
Please, tell me about qss rules for Grid of QTitanDataGrig (something like manual or examples). I want to use propesties like QTableView and QTableWidget use (the most necessary are: border, color and background (for table and for header apart), selection-color, selection-background-color, alternate-background-color or item:alternate etc.), but I don't know what object names and properties I can use in my stylesheets. I can't find similar manual.
Qt-CSS is not an exhaustive way to change grid settings. I'd suggest to use Grid API for such purposes. But some of the elements can be changed, please use the following snippet:
I'm interested in way to change border style by qss (Qtitan--Grid { border: none; } doesn't work). Can you answer what names of Qtitan classes I can use to change style of grid border, grid header (background and text colors, font family and size), customize scroll and sort/filter buttons in header (place and icon)? And how adjust colunm width to contents? Maybe you can take me the link to similar manual? I must use qss by design requirements of my project.