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
I am currently having two issues using QTitan for my project:
- first, I updated to your latest release with the rows resizing enabled...
However, it seems we can only set it for the rows in the table and not for the left vertical headers yet?
Also, the resize area appears in white/default view background color (I read the code adding ident to the drawn cell rectangle)... I would like to just get the handle, but keep my cells colors with resizing enabled... Is this feasible?
- secondly, I am using a Memo editor for one of my columns and I can't get the text alignment to work properly... When the editor gets activated, its text becomes centered and stays that way. But for rows added by my program, in display role they appear in left alignment, even though I set the column alignment, editor repository alignment and model data text alignment role to centered...! Do you have an idea of what I could be missing? Also when I select rows, alignment in cells of this column change "randomly" between centered and left aligned (except when editing, I think the editor repository alignement is working correctly)
Thanks a lot in advance,
BR,
Emmanuel
EDIT : I was also wondering if there was a way to constrain built-in cell buttons height, because with row resize, buttons get streched with the cells...
However, it seems we can only set it for the rows in the table and not for the left vertical headers yet?
Absolutely. The resize grip is at the grid cell, not on a vertical header item. We felt that this is unnecessary duplication of functionality. Let's think to add there too.
Also, the resize area appears in white/default view background color (I read the code adding ident to the drawn cell rectangle)... I would like to just get the handle, but keep my cells colors with resizing enabled... Is this feasible?
Unfortunately, this will not work, since then the grip will overlap the cell editor widget and a conflict will arise - some parts of the editor will not be accessible by the mouse. But you can reduce it as much as possible from the code.
I am using a Memo editor for one of my columns and I can't get the text alignment to work properly...
I registered the bug-report, the problem will be analyzed. We will answer you by email or here.