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: Update Readme to mention that we now support PySide2. #114

Merged
merged 2 commits into from
May 9, 2017

Conversation

rlaverde
Copy link
Member

@rlaverde rlaverde commented May 9, 2017

Fixes #111

@rlaverde rlaverde added this to the v1.3 milestone May 9, 2017
@rlaverde rlaverde self-assigned this May 9, 2017
@rlaverde rlaverde requested a review from ccordoba12 May 9, 2017 20:00
README.md Outdated
@@ -19,8 +19,8 @@ Copyright © 2009- The Spyder Development Team.
**QtPy** is a small abstraction layer that lets you
write applications using a single API call to either PyQt or PySide.

It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
the QtGui module has been split into QtGui and QtWidgets).
It provides support for PyQt5, PyQt4, PySide2 and PySide using the PyQt5 layout
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change here

... using the PyQt5 layout

to

.. using the Qt 5 layout

@ccordoba12
Copy link
Member

It looks good. I just added a minor comment.

@ccordoba12 ccordoba12 merged commit caa9d6d into spyder-ide:master May 9, 2017
@rlaverde rlaverde deleted the update-readme-pyside2 branch May 9, 2017 20:49
It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
the QtGui module has been split into QtGui and QtWidgets).
It provides support for PyQt5, PyQt4, PySide2 and PySide using the Qt5 layout
(where the QtGui module has been split into QtGui and QtWidgets).

Basically, you write your code as if you were using PyQt5 but import Qt modules
Copy link
Member

@goanpeca goanpeca May 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ccordoba12 @rlaverde we should change this to

Basically, you write your code as if you were using PySide2 but import Qt modules from qtpy instead of PySide2 (or PyQt5)

Which is what we actually do, because we use Signal instead of (PyQt5Signal) for instance....

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlaverde, please open a new PR for this.

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

Successfully merging this pull request may close these issues.

3 participants