Skip to content

Commit

Permalink
Merge pull request #115 from rlaverde/update-readme-use-pyside2
Browse files Browse the repository at this point in the history
PR: Update Readme to reflect that we actually use the PySide2 layout
  • Loading branch information
ccordoba12 committed May 9, 2017
2 parents b09c306 + 749d5ee commit d155901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ write applications using a single API call to either PyQt or PySide.
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
from `qtpy` instead of `PyQt5`.
Basically, you write your code as if you were using PySide2 but import Qt modules
from `qtpy` instead of `PySide2` (or `PyQt5`)


### Attribution and acknowledgements
Expand Down

0 comments on commit d155901

Please sign in to comment.