CoCoMonk
CoCoMonk

Reputation: 520

Fullscreen with pyqt4?

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?

Upvotes: 29

Views: 30297

Answers (1)

pokey909
pokey909

Reputation: 1837

use showFullScreen() on your widget.

Upvotes: 48

Related Questions