aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 14 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 809354c7f..26ab178e8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,20 +1,20 @@
-======
-PySide
-======
+=======
+PySide2
+=======
-.. image:: https://pypip.in/wheel/PySide/badge.png
+.. image:: https://img.shields.io/pypi/wheel/pyside.svg
:target: https://pypi.python.org/pypi/PySide/
:alt: Wheel Status
-.. image:: https://pypip.in/download/PySide/badge.png
+.. image:: https://img.shields.io/pypi/dm/pyside.svg
:target: https://pypi.python.org/pypi/PySide/
:alt: Downloads
-.. image:: https://pypip.in/version/PySide/badge.png
+.. image:: https://img.shields.io/pypi/v/pyside.svg
:target: https://pypi.python.org/pypi/PySide/
:alt: Latest Version
-.. image:: https://pypip.in/license/PySide/badge.png
+.. image:: https://binstar.org/asmeurer/pyside/badges/license.svg
:target: https://pypi.python.org/pypi/PySide/
:alt: License
@@ -27,6 +27,12 @@ PySide
Introduction
============
+.. note::
+
+ This text is mostly from PySide 1.2.X. We need to update it when
+ PySide2 for Qt5 is more ready.
+
+
PySide is the Python Qt bindings project, providing access the complete Qt 4.8 framework
as well as to generator tools for rapidly generating bindings for any C++ libraries.
@@ -45,7 +51,7 @@ PySide requires Python 2.6 or later and Qt 4.6 or better.
.. note::
- Qt 5.x is currently not supported.
+ Qt 5.x is currently in the works.
Installation
============