spyoungtech / FreeSimpleGUI

The free-forever GUI library
GNU Lesser General Public License v3.0
272 stars 35 forks source link

PySide6 support #13

Open zcold opened 2 months ago

zcold commented 2 months ago

Seems PySide2 is supported but not PySide6. Is there any plan supporting PySide6?

spyoungtech commented 2 months ago

Hmm. Great question. I believe there is room for this to be added, yes. The FreeSimpleGUIQt package in this fork currently is based on the Pyside2 of the upstream (LGPL version) PySimpleGUIQt package. There is another PySimpleGUI package, PySimpleGUIQt6, which seems to have support for Pyside6. We could probably add our own fork of this package.

It is worth mentioning that PySimpleGUIQt6 appears to still be available under LGPL license on PyPI and there doesn't (yet?) appear to be any newer versions that are behind a proprietary license. In the meantime, perhaps that will work for your needs if you want to use PySide6.

zcold commented 2 months ago

Thanks for the reply. I will check PySimpleGUIQt6.