Fullscreen applications on Qt
Article Metadata
Tested with
Devices(s): Emulator
Compatibility
Platform(s): S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition
Article
Keywords: QWidget
Created: cabezonxdg
(30 Aug 2009)
Last edited: hamishwillee
(13 Jun 2012)
This article demonstrate how to display a widget in full screen mode
QWidget::showFullScreen() method is used to shows the widget in full-screen mode. Calling this function on your window widget will show your application in full-screen.
Application using standard screen size
Application on full-screen
Note: Full-screen mode works fine under Windows, but has certain problems under X. For more information see this

