Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, March 2002
QWorkspace and accelerators


Message 1 in thread

Hello QT people,
we are working on an mdi interface, using QWorkspace.
the problem: when we define shortcuts for buttons within mdi widgets and we 
have started the same mdi widget more than once, the shortcut does not surely 
activate the button on the currently active mdi widget. the reason is, that 
you cannot give an mdi widget the widget style "WStyle_TopLevel" and therefore
the accelerator gets bound to the next higher top level widget (here the main 
window of my workspace).
Has anybody an idea, how to get around that problem??

Werner Meininger