-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Hi, I'd like to implement a change for setup the binding in a circular form. Here is an example.
If the preference list is [pyqt5, pyside2, pyqt, pyside]:
- choosing pyqt, if it is not found, it should try pyside, pyqt5, pyside2;
- choosing pyside2, if it is not found, it should try pyqt, pyside2, pyqt5;
I think this would improve the auto setup and even the message that the "qtpy.PythonQtError: No Qt bindings could be found", because if you choose the last one, all the previous are not tested, so it is not "not found" actually.
Let me know what do you think about it, tks