Skip to content
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

Merged
merged 86 commits into from
Apr 10, 2016
Merged

PR: Migrate to qtpy #3098

merged 86 commits into from
Apr 10, 2016

Conversation

goanpeca
Copy link
Member

@goanpeca goanpeca commented Apr 9, 2016

Fixes #3101

@ccordoba12 ccordoba12 added this to the v3.0beta4 milestone Apr 9, 2016
@ccordoba12
Copy link
Member

Thanks a lot for doing this @goanpeca! I don't know why but tests are failing intermittently...

@goanpeca
Copy link
Member Author

goanpeca commented Apr 9, 2016

Hmmmm ok, I will keep moving and see how it goes.

@goanpeca
Copy link
Member Author

I tested removing the spyderlib/qt to see if everything started. It seems to be working fine.
Should we remove spyderlib/qt as part of this PR, or in a separate PR @ccordoba12?

@goanpeca goanpeca changed the title [WIP] PR: Migrate to qtpy PR: Migrate to qtpy Apr 10, 2016
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!
Copy link
Member Author

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.

@ccordoba12
Copy link
Member

@goanpeca, I just released a new qtpy (1.0.1) with the QIntValidator change. Please do the changes you mentioned yourself, so we don't have to merge a non-passing PR :-)

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.

@goanpeca
Copy link
Member Author

@ccordoba12 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants