0

在 python 中使用,我正在寻找将窗口大小设置为spynner] Webview? I've looked through theQt Python 的正确方法Documentation and there does seem to be a way have a fixed size, but can't figure out how it implements in to。任何帮助表示赞赏。

http://doc.qt.io/qt-4.8/qwidget.html#setFixedSize

4

1 回答 1

0

尝试这样做:

browser = spynner.Browser()
browser.debug_level = spynner.DEBUG
browser.create_webview()
browser.show()
# now maximize the webview
browser.webview.showMaximized()

请参阅如何设置 spynner python 模块的 GUI 大小?

于 2013-01-28T15:07:43.340 回答