Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
e20e29d1b (dev), c66dd4fca (6.4), 6f58aa74b (dev), e7f2ccf53 (6.4), cdda72b0f (dev)
Description
The current C++ api make uses of properties for certain Object (https://doc.qt.io/qt-5/qlabel.html), where as the current pySide API use exclusively methods (https://doc.qt.io/qtforpython/PySide2/QtWidgets/QLabel.html)
One would expect to set the alignment this way:
QLabel.alignment = Qt.AlignLeft
Attachments
Issue Links
- relates to
-
PYSIDE-904 Investigate Qt6 opportunities based on current Qt for Python issues
- Closed
-
PYSIDE-1502 Compiling pyside2 with build target does not result in PySide2 `support` module being installed
- Open