-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: Migrate to qtpy #3098
PR: Migrate to qtpy #3098
Conversation
Thanks a lot for doing this @goanpeca! I don't know why but tests are failing intermittently... |
Hmmmm ok, I will keep moving and see how it goes. |
I tested removing the spyderlib/qt to see if everything started. It seems to be working fine. |
from qtpy import is_pyqt46 | ||
from qtpy.compat import to_qvariant | ||
from qtpy.QtCore import QRect, QRegExp, QSize, Qt, QTimer, Signal, Slot | ||
from qtpy.QtGui import (QBrush, QColor, QCursor, QFont, #QIntValidator, # FIXME: QTPY needs to be fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ccordoba12 please add QIntValidator to the imports (Uncomment) after new QtPy is available.
@goanpeca, I just released a new Thanks! Note: I decided to add this to beta3 because this is ready and also to give our testers the chance to see if there are problems after this change. |
Fixes #3101