PDA

View Full Version : How to set Full Screen For Qt Embedded Linux DirectFB ?



Thành Viên Mới
10th February 2011, 01:51
Can you help me set full screen for Qt embedded application ?

nish
10th February 2011, 09:06
if QWidget::showFullScreen dosent work, make your window frameless and use QWidget::showMaximized(), or get QDesktopWidget::geometry() and set the same geometry to your widget.