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
Hi,
i want give the users the possibility to change the GUI language. In standard qt programs i store the pointer of the menu into a class variable, then i can change the menu title with setTitle. In my MainWindow class which is based on RibbonMainWindow, i have a class variable f.e. the first page in ribbon. When i now call setTitle() the program crash. When i call ribbonBar() to call getPageCount() it crash also.
How can i changed the titles after the ribbon is shown.