Does PyQt5 already have its own QT library?

after I install PyQt5, I can directly call Qt"s control to write GUI. I just want to make sure.

Mar.22,2021

it's best to use


with eric6.

PyQt4 or PyQt5 have encapsulated the relevant dynamic libraries of Qt through sip to call
, so you can only use python-based programming to call related libraries.
Pycharm and Eric can both be used for development

.

clipboard.png

Menu