[PyQt] Documentation

Florian Bruhin me at the-compiler.org
Sat Sep 22 09:27:04 BST 2018


On Fri, Sep 21, 2018 at 10:44:21PM -0500, Mandrake wrote:
> /Good evening, where can I download or check the official documentation
> of pyqt5?
> the Qt documentation is very confusing/

There's this documentation for PyQt-specific things:
http://pyqt.sourceforge.net/Docs/PyQt5/

You can also run help() in Python on methods to get their Python
signature. You'll need to read the C++ documentation though - apart from
the signatures and example code, it applies to Python as well, as PyQt
is mostly a quite thin wrapper over C++ Qt.

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180922/326eb64a/attachment.sig>


More information about the PyQt mailing list