Most of the reference site i visited are for C/C++. Is there a reference site of pyqt4 for python? Like https://doc.qt.io/qt-4.8/classes.html.
Absolutely! I use the classes page in their reference guide. Happy coding! :)
I feel comfortable using the help() function through the Python interactive interpreter.
$python
from PyQt4 import QtGui
help(QtGui)
help(QtGui.QTextEdit)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With