ColinDuquesnoy / QDarkStyleSheet

A dark style sheet for QtWidgets application
Other
2.76k stars 725 forks source link

Drop PySide2 dependency from the example in Python 3.12+ #355

Open musicinmybrain opened 2 weeks ago

musicinmybrain commented 2 weeks ago

PySide2 was never adjusted to work with Python 3.12 and later; all effort went into PySide6 instead.

Unless I misunderstand, since 1c5be2e296e643ca47ec7450f17264ffb4d00251 it seems like the example defaults to pyqt5 anyway. Maybe it would be better to drop pyside2 unconditionally rather than conditionalizing it on the Python interpreter version? Let me know and I can amend the PR.