How to read QT documentation?
-
Hi there! I'm learning QT, with Python rather than C++ (which I am unfamiliar with) so, I'm often pretty lost when I read something like:
QSpacerItem::QSpacerItem(int w, int h, QSizePolicy::Policy hPolicy = QSizePolicy::Minimum, QSizePolicy::Policy vPolicy = QSizePolicy::Minimum)
Can someone direct me to a good reference so I can learn to understand what I'm reading here? (Not looking for an explanation of this particular definition)
Thanks a million!
Mark -
Hi there! I'm learning QT, with Python rather than C++ (which I am unfamiliar with) so, I'm often pretty lost when I read something like:
QSpacerItem::QSpacerItem(int w, int h, QSizePolicy::Policy hPolicy = QSizePolicy::Minimum, QSizePolicy::Policy vPolicy = QSizePolicy::Minimum)
Can someone direct me to a good reference so I can learn to understand what I'm reading here? (Not looking for an explanation of this particular definition)
Thanks a million!
MarkHi @macevhicz, here is the Python version of the Qt docs: https://doc.qt.io/qtforpython/
-
Hi @macevhicz, here is the Python version of the Qt docs: https://doc.qt.io/qtforpython/