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
Platform: QTitanRibbon 5.0.1, Qt 5.13.0, VS 2017
But I have same issue in other ribbon, qt and VS release.
in example Application, here are some codes in MainWindow::setCurrentFileName function:
setWindowTitle(tr("%1[*] - %2").arg(shownName).arg(tr("Qtitan Ribbon Office")));
setWindowModified(false);
setWindowFilePath(shownName);
when you run it, whatever you save it or not, the title bar is always have [*] appeared, but it should be removed when saved or setWindowModified(false);
This bug tested in 5.1.0. Partially fixed, but I still got problem in it. I will try to distinguish the bug come from the QTitanRibbon or from my code.