Hi,
I'm the author of this project that uses PySide2.
I would like to migrate completely to qtpy but I'm facing some issues when compiling the .ui files.
I've noticed that If I compile the .uifiles with the commands provided by PySide2, then change the .pyincludes to use qtpy and then run the project with PySide6, some elements do not transfer well.
I think that the main issue is that I do not have a cross-qt compiler of the .uifiles to .py that are fully compatible with qtpy.
Is there some advise on how to handle this?
Hi,
I'm the author of this project that uses PySide2.
I would like to migrate completely to
qtpybut I'm facing some issues when compiling the.uifiles.I've noticed that If I compile the
.uifiles with the commands provided by PySide2, then change the.pyincludes to useqtpyand then run the project with PySide6, some elements do not transfer well.I think that the main issue is that I do not have a cross-qt compiler of the
.uifiles to.pythat are fully compatible withqtpy.Is there some advise on how to handle this?