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
we try to release updates every 2 months or more often. Sometimes we have periods when we fail to follow the schedule. It's related with the support of several private projects or with releasing the new components. For instance now, we want to be in time to the end of the year to release two new products - QtitanDocking
(similar to the docking of VisualStudio) and QtitanNavigation (Microsoft Dynamic CRM like menu navigation).
Developer Machines Support wrote: We added it to sizeDefinition object. So you will be able to set the word wrapping for selected buttons only. Like this:
TimerTabControl->sizeDefinition(RibbonControlSizeDefinition::GroupLarge)->setWordWrap(true); //By default it is false
Actually I think it's set to true by default. Using the code above, the text was wraped without change, setting it to false stoped the automatic wordwrap.