开发者

Where to download the PyQt4 class reference?

开发者 https://www.devze.com 2023-03-15 20:28 出处:网络
Is there an offline version of this PyQt开发者_如何学运维4 class reference: http://doc.trolltech.com/4.3/classes.html?On debian based systems, there is a package called python-qt4-doc you can just ins

Is there an offline version of this PyQt开发者_如何学运维4 class reference: http://doc.trolltech.com/4.3/classes.html?


On debian based systems, there is a package called python-qt4-doc you can just install it via sudo apt-get install python-qt4-doc.

Then the documentation is found in

/usr/share/doc/python-qt4-doc/html/index.html

and the class reference is

/usr/share/doc/python-qt4-doc/html/classes.html


Windows users can also download python-qt4-doc package (from this link, for example) and extract the .deb content with file archiver software, like 7-zip

0

精彩评论

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