From kde-devel Sat May 12 09:00:34 2001 From: Aurelien Gateau Date: Sat, 12 May 2001 09:00:34 +0000 To: kde-devel Subject: Actions and multiple top-level widgets X-MARC-Message: https://marc.info/?l=kde-devel&m=98965853522947 Hi, I need help with an utility I'm developping. It's called Gwenview and it'= s a=20 simple image viewer for KDE. You can try it from here : http://bugkiller.free.fr/gwenview/ What I'm trying to add is full screen support. After a few experiments, I= =20 decided to create a specialized widget for full screen. This widget is=20 created as a top-level widget by the main window constructor. Whenever th= e=20 user enter full screen mode, I show my full screen widget by calling its=20 showFullScreen() method. This works great except that I can't trigger my actions from this new wid= get=20 because they are associated with the main window. This means I loose all=20 keyboard shortcuts, which is quite annoying in full screen mode :o) My question is : is there a way to associate an action with more than one= =20 top-level widget ? or is there a simpler way to achieve what I try to do = ? Aur=E9lien >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<