We are pleased to announce the release of the next component update for Qt. The main feature of this update is Python bindings support for Qt6 - PySide6. For convenience, in this release we added two python variables DevMachines.__pyside2__, DevMachines.__pyside6__ so that python code can detect the Qt platform - PySide2 or PySide6. Just check these variables and you will know the platform. See our demo examples for more details. |