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
From the Spyder project there is the qtpy abstraction layer that lets you write code as if PyQt5 is imported, but run with Qt4 under the hood. This can simplify some parts of the code, taking away some if statements. Additionally the ambiguous import warnings that Spyder gives when opening the project ("QListWidget exists in both PyQt4 and PyQt5") would be gone also.
The text was updated successfully, but these errors were encountered:
From the Spyder project there is the qtpy abstraction layer that lets you write code as if PyQt5 is imported, but run with Qt4 under the hood. This can simplify some parts of the code, taking away some if statements. Additionally the ambiguous import warnings that Spyder gives when opening the project ("QListWidget exists in both PyQt4 and PyQt5") would be gone also.
The text was updated successfully, but these errors were encountered: