We are pleased to announce the release of a major update of the component QtitaDataGrid 4.0.0 beta. Version 4 introduce a new layout engine that allows to display all the columns vertically and scroll rows horizontally. It is a best choice when you have a database table (Qt-model) that has more, not all fit on the view completely, fields and only a couple of records. Among other things, horizontal layout allows to create a simplest pivot grid. Horizontal layout is supported for TableView and BandedTableView.
http://www.devmachines.com/images/da..._pic1_orig.png
Following new feature is the ability to create a preview row for table records. A preview row is very easy to configure, it is a Qt::WhatsThisRole role from Qt-model that connected. The stuffing is a HTML text with support of HTML hyperlinks. Preview row may be with an expand button or without it. For more details about this feature please see PreviewRow.exe example.
http://www.devmachines.com/images/da..._pic2_orig.png
Another important innovation is the grid Theme Manager, which allows with a single line of code to change the brand-color of various elements of the grid including icons to best fit for your corporate style. By the way, all the icons have become scaled, that was a problem when using a grid zooming in a previous version. It is not a SVG but PNG with acceptable quality. QtitanDataGrid4 provides an improved layout for the group summary, a new design for "Popup Filter Dialog", "Filter History" and "Field Chooser".
In this version we improved the output mechanism for the grid printing and all known errors were corrected.
http://www.devmachines.com/images/da..._pic3_orig.png
The new version of the grid has a full source code refactoring for best quality and optimization.
For more details about this version please follow home web-site -
http://www.devmachines.com/200-1-jun...-released.html

Best regards,
http://www.devmachines.com