![]() |
We are pleased to announce the release of the beta version of QtitanDataGrid 9 and QtitanDocking 7. This update includes fixes for style-related issues as well as corrections for identified bugs. We have moved all rendering to QStyle wherever possible. You can now try the new Windows UI style based on the Adobe XD template. In the new builds, we have added support for the FluentSystemIcons font to provide modern icons. This font is developed by Microsoft and is available under the MIT license , making its use fully legal for Windows, Linux, MacOS and WASM . For example, you can retrieve an icon as follows: QIcon icon = FluentIcons::icon(FluentIcons::StarAdd_20, Qt::red); In Windows UI Adobe XD template, we also use this font to display icons. If you plan to make any changes there, you will need to install FluentSystemIcons-Regular.ttf on your OS system. The beta version of the components is available for installation on Windows only. For Enterprise customers the source code archive is available, which can be built for Linux too. Below are a few screenshots showing how the new components look with the Windows UI style on Windows and Linux: DataGrid for Windows DataGrid for Linux Docking for Windows Docking for Linux |