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.
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.
Bookmarks