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
Thanks for the example. At the moment there is no setting to control the button width and text wrapping. But we can add the setWordWrap() function to the RibbonButton. Is this option right for you?
Developer Machines Support wrote: Thanks for the example. At the moment there is no setting to control the button width and text wrapping. But we can add the setWordWrap() function to the RibbonButton. Is this option right for you?
That would help while developing but I would like some kind of setting where we can define the Width of Large, Medium and Small
In my other tool set I can set the width of a Large and Small Glyph
I know your not DevExpress but it would be nice to have something like this.
Relatively of the width management in different modes, I now can add a wish for further investigation. I want to draw your attention that all settings are calculated automatically based on the DPI settings, font size, etc. Setiing the width in pixels, typically can lead to incorrect display, for example if the user changed the font size.
P.S. Probably a good idea to tie the width of ribbon button to the size of icon in some way.
Developer Machines Support wrote: Relatively of the width management in different modes, I now can add a wish for further investigation. I want to draw your attention that all settings are calculated automatically based on the DPI settings, font size, etc. Setiing the width in pixels, typically can lead to incorrect display, for example if the user changed the font size.
P.S. Probably a good idea to tie the width of ribbon button to the size of icon in some way.
I was not exactly sure how the width's were being set. The ability to control the autowrap is going to be the best option if that is the case. But I want the ability to set the auto wrap on each button.. not all buttons at once.