Python 发表于 2017-2-7 16:35:25

PySide2 print_() Qt5.7 QWebEnginePage::printToPdf Qt5.8 QWebEnginePage::print

PySide2 print_() Qt5.7 QWebEnginePage::printToPdf Qt5.8 QWebEnginePage::print
PySide2 QWebEngineView is different from the former QWebView. Printing is not supported.
From Qt 5.7 on, QWebEnginePage::printToPdf is supported, and from Qt 5.8 on have QWebEnginePage::print.
PySide 2 for Qt 5.15.0 官方文档编制 (中文人工翻译)http://pyside.digitser.net/
Unfortunately, PySide2 cannot support more than Qt 5.6 at the moment due to parser limitations.
Until that is solved, you need to build PySide2 yourself and use the QtWebKit source packages.
PySide2 目前还处在开发阶段,并未正式对外发布。因此,还存在不少 Bug。
譬如:QWebEngineView 没有 print_() Slot,要到 Qt5.7 才支持 QWebEnginePage::printToPdf,到 Qt5.8 才支持 QWebEnginePage::print。
智能编辑重构 批处理式 "数字 Python IDE" 集成开发环境 (集成高效 Cython PyInstaller 批处理小程序)
http://dt.digitser.cn/zh-CN/ide/idepy/index.html
PySide2.0.0.dev0 for Python3.5 QT5.6.2 Win32&64(LGPL官方 .whl 格式安装包)http://www.digitser.cn/thread-2023-1-1.html
http://forum.digitser.cn/data/attachment/forum/201605/19/132155fevczeyds5e5y1wy.jpg扫一扫关注 德云社区 微信公众号
版权声明:
本文为独家原创稿件,版权归 德云社区,未经许可不得转载。
页: [1]
查看完整版本: PySide2 print_() Qt5.7 QWebEnginePage::printToPdf Qt5.8 QWebEnginePage::print