Why the shortcut display wrong?
-
When I haven't installed translation of chinese file into my Application, the Print shortcut is right(Ctrl+p). But after I installed translation of chinese file into my Application the shortcut display wrong (it shows Ctr+O,because I add Open QAction first).
I use QKeySequence::Open and QKeySequence in my code?
how to solve it?