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
If I have a 32x32 icon button (an action) and place a widget to the right of it, however the spacing is way too close and it looks cramped. How do I set the left margin on the widget (say a combobox)?
At the moment padding can not be set explicitly. We are currently working on a new mechanism of Ribbon item's layout, in which this can be obviously realized. The mechanism will allow to group elements in the Ribbon page arbitrarily and even create new rows of the elements.
For example you can put the items in the four rows instead of three as now.
Very closely to what is specified in this specification:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd371656(v=vs.85).aspx
However, this mechanism appears in the major version in late summer.
Please show me the code that you are trying and maybe i can to help to solve problem in current implementation.
I'd also like the ability to control the layout more. One of our current problems is the Ribbon Group will stack three rows of small buttons before making a second column. I'd like to control when the group switches to a new column (i.e. put down two small buttons then start a new column and add some additional widgets like a spin box).