Fullscreen with pyqt4?

后端 未结 1 1273
迷失自我
迷失自我 2021-01-07 17:21

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

相关标签:
1条回答
  • 2021-01-07 17:33

    use showFullScreen() on your widget.

    0 讨论(0)
提交回复
热议问题