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 let the user change the language without restart the program. So i define actions and set the text for the actions in a seperate function. When the user now change the language then i add the translator for that language and set the text for the actions again. The tooltip text for the ribbon button will be changed, but not the text of the button itself. I attach one screenshot before and one after changing the language.
Now i have only one problem:
When a add a Button to QuickAccessbar i can not Change the Menu-Text for Show/Hide the Button.
QAction* pAct = m_pQuickAccessBar->addAction(QIcon(":/Resources/cpu_flash.png"), "_Laden");
But when i change the Action text, nothing happens!
pAct->setText("test");