Hi Attila
Correct me if I'm wrong, but Qt (in general) does not have a default QAction > for 'full screen'. Exactly This means that any app that tries to implement > full-screen switching via QAction (and that full-screen switch isn't just a > setWindowState) is broken and needs to be worked around specifically for > Maemo. It's correct.The point is, How many applications need to implement a own full-creen switching QAction? When we started to work on this port, we did some decisions. One of them was using a QMainWindow QAction to bind F6. If some developers want to add an his own full-screen switching, them just need to remove the QMainWindow QAction that F6 as shortcut and add a new one. BR Antonio > > I appreciate the default handler(s) for maemo-only applications, but with > Qt, > I'd much rather see the app act the same way on all platforms. > -- Casey Stengel<http://www.brainyquote.com/quotes/authors/c/casey_stengel.html> - "There comes a time in every man's life, and I've had plenty of them."
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
