Re: [PySide] setLayout and setCentralWidget when using true_property

2022-11-24 Thread Christian Tismer-Sperling
Hi Matt, this looked also weird for me (I made these features) and I was tempted to change the centralWidget to a property, but we decided to stay compatible with the Qt documentation, where you can find this as normal getter and setter functions. I hope this changes sometimes soon. There is

Re: [PySide] My first Shiboken6-based bindings: module import error

2022-11-24 Thread Friedemann Kleint via PySide
Hi, > What am I doing wrong here ? It is not necessary to set PYTHONPATH; the recommended way of doing this is to create a venv and build PySide into it (see https://doc.qt.io/qtforpython/gettingstarted.html / platform guides). PySide apps should then work without setting paths. Regards,