You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully used the PyQt5Singleton class in my PyQt5 projects, but am currently looking at a project that uses qtpy to abstract away PyQ5 and pyside2, allowing either frameworks to be used.
Unfortunately I haven't been able to get PyQt5Singleton to work with pyside2 (either directly, or via qtpy). Do you have any suggestions for how this might be approached.
Thanks,
Russ
The text was updated successfully, but these errors were encountered:
Hi,
I've successfully used the PyQt5Singleton class in my PyQt5 projects, but am currently looking at a project that uses qtpy to abstract away PyQ5 and pyside2, allowing either frameworks to be used.
Unfortunately I haven't been able to get PyQt5Singleton to work with pyside2 (either directly, or via qtpy). Do you have any suggestions for how this might be approached.
Thanks,
Russ
The text was updated successfully, but these errors were encountered: