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
I am using a qss (css) file for styling my application. This file is loaded in the main.cpp and it works well. But if I try to change the style (from blue to black) the application crashed.
Hello Frank!
When you apply css-style, Qt will replace the object available from QAllicoation::style() on its own - QStyleSheetStyle. In the demo we're trying to get this object and cast it to the RibbonStyle. So if you plan to use the css-style you need to pre-save a reference to the RibbonStyle and use it.
I would like to clarify the purposes for which you want to use CSS?
Maybe it can be activated in the Qtitan::Office2007Stlye/RibbonStlye...
I would like to clarify the purposes for which you want to use CSS?
Maybe it can be activated in the Qtitan::Office2007Stlye/RibbonStlye...
My program is an SDI form so every widget has the same color of the selected ribbon style
and i change the color of some widgets / frames and panels so it looks a bit nicer.
If you like i can make some screenshots.
btw: first i load and set the qss file in the main.cpp and then i set the ribbon-style
in the constructor of the first window.
Look at the some screenshots would be very helpful.
Well, in any case in combination with the CSS it is better to have a separate reference to the ribbon style.
Sure send screenshot to This email address is being protected from spambots. You need JavaScript enabled to view it.. In the subject of the email please enter the title of this forum topic.