https://bugs.kde.org/show_bug.cgi?id=494356
--- Comment #3 from Christoph Cullmann <[email protected]> --- https://doc.qt.io/qt-6/macos-issues.html#menu-bar Other standard menu items such as Cut, Copy, Paste and Select All are applicable both in your application and in some native dialogs such as QFileDialog. It's important that you create these menu items with the standard shortcuts so that the corresponding editing features will be enabled in the dialogs. At this time there are no MenuRole identifiers for them, but they will be auto-detected just like the application menu items when the QAction has the default TextHeuristicRole. Looks like that is a known problem, not sure how to fix that best to have right actions there. -- You are receiving this mail because: You are watching all bug changes.
