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
It is possibile to use the QtitanRibbon, on Windows platform, with the operating system native theme without being obliged to use other theme, such the office or scenic theme?
On windows 7 I want his native theme as on Windows 8 use the default theme and no other.
Thanks for any suggestion.
AdBe
NOTE: this is required for my project, otherwise I have to drop the QtitanRibbon use .
In Qt all of the QWidgets have the ability to set any QStyle to them - QWidget::setStyle(...). I'd suggest to set system style to elements which should be drawing in native theme.
I try to explain better: my need is, on Windows 8, to have the Ribbon that look as the Windows 8 explorer ribbon and not as the Office Ribbon, and on Windows 7 to draw to Ribbon content with the default style (button, combo, etc., with default colors and style).
Other than the Office2007*, Office2010* and Scenic styles, it is possibile to have a "Native" style where the Ribbon draw its content with default system colors and style (as the QWindowsStyle)?
I am realy do not understand the issue. Why it is not possible to set QWidget::setStyle(new QWindowsStyle()) to element which you need to draw in native theme?
Last week I wrote another reply in this topic, but disappeared from the forum, before getting any reply!
The question was: it is possibile on Windows7/8 to have the application using QtitanRibbon that show has a native application and not as an office themed application?
Note: this is mandantory for my project, in order to use the QtitanRibbon library.