What's the best way to move the default context menu in Qt?
An example is a context menu that pops up right click from QPlainTextEdit It needs to work on PC and Mac.
I know that it is possible to iterate on each menu item in the custom menu, and apply the translation to each item, but I'm hoping to pull more automatic, ideally OS-originally translated In context menu
I suggest using tr
Comments
Post a Comment