Hi Edward On Wednesday, April 18, 2018 at 11:07:15 AM UTC+1, Edward K. Ream wrote: > > On Wed, Apr 18, 2018 at 4:56 AM, jkn <[email protected] <javascript:> > > wrote: > > I have a 'maybe' use case; I want to be able to use key bindings that are >> already taken by Qt for top level menus. For instance, I want ALT+W for >> 'write[save] file', >> ..., but this is taken by the top level Window menui shortcut. >> > > Enabling traceEvent in eventFilter shows that Qt generates only StatusTip > events for these Alt-keys. > > Let me know if you find a way... > > Edward > >
The best links I came across were these: @url http://stackoverflow.com/questions/37020992/qt-prevent-menubar-from-grabbing-focus-after-alt-pressed-on-windows @url http://stackoverflow.com/questions/5126244/how-can-i-change-the-qstyle-properties-in-pyqt4 But I have so far failed to get these working... J^n -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
