Fullscreen with pyqt4?

Question:

I’m new to pyqt and I’ve been looking for some docs about pyqt and fullscreen mode. but I couldn’t find nothing. So here is my question:

is there any way to run a PyQT 4 application on fullscreen?

Asked By: CoCoMonk

||

Answers:

use showFullScreen() on your widget.

Answered By: pokey909
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.