开发者

Fullscreen with pyqt4?

开发者 https://www.devze.com 2023-03-16 09:18 出处:网络
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:

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?开发者_JAVA技巧


use showFullScreen() on your widget.

0

精彩评论

暂无评论...
验证码 换一张
取 消