Details
Description
Using the snake_case feature simultaneously with files generated with uic does not seem to work.
For example, when launching the attached script, I get :
AttributeError: 'PySide6.QtWidgets.QHBoxLayout' object has no attribute 'sizeHint'
This is reproducible on several of my projects (which work just fine without activating snake_case).
Is this supposed to work ? (according to PYSIDE-1561, yes).
Attachments
Issue Links
- relates to
-
PYSIDE-1561 Use snake_case and true_property feature in combination with pyside6-uic tool
- Closed