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
When using QTitanDataGrid within my application. No other widgets will accept key presses.
More specifically, when attempting to use the delete key, nothing will happen when a QTitanDataGrid widget is active.
If i close out of this widget, delete functionality returns to the rest of my widgets.
I have observed this behavior with 2 QTitanDataGrid widgets too. If 2 are active, then delete will not work on one. When I close one QTitanDataGrid widget. Delete functionality returns to the other widget.
So what was happening was QTitanDataGrid registers the 'Delete' key as a global shortcut. So when I try and add my own keyPressEvents for my widgets to handle the 'Delete' key press. QTitanDataGrid eats the key if I have a QTitanDataGrid widget active. I ended up removing the problem code.