28

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?

CoCoMonk
  • 512
  • 1
  • 5
  • 9
  • It may depend upon your window manager; in `i3`, for example, the default `Mod1+f` will toggle fullscreen mode for a client window. – sarnold Jun 30 '11 at 22:23

1 Answers1

47

use showFullScreen() on your widget.

pokey909
  • 1,797
  • 1
  • 16
  • 22