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 are writing to ask for some help towards the operation of your components.
While using QtitanRibbon component we faced a defect. Our environment is Windows 7 x64, QtitanRibbon3.1.0_msvc2010_source.zip 32-bit. The defect appears at Qt 5.1.0. Qtitan::RibbonMainWindow returns the wrong result in isMaximized()
To reproduce we take your example ribbonsample and modified it as in the attached diff.
When we click the button to Maximize window and exit the application, MainWindow::isMaximized is likely to return false as when we repeat the lounge, the window doesn’t look maximized.
The same example without QtitanRibbon works well. We apply the example to the letter.
We look forward to hearing from you.
Attachments:
Last edit: 11 years 2 months ago by Vitaly Sumenkov. Reason: example and diff were attached
isMaximized() it's a method of the QMainWindow (RibbonMainWindow is inherited from QMainWindow). So looks like an issue in Qt5. Could you send us an example of your ribbon free application where no such errors?