From cebdc9244c019224846cb8d2668080fe386a6adc Mon Sep 17 00:00:00 2001 From: Alexandre Marie Date: Mon, 17 Dec 2018 12:28:24 +0100 Subject: New upstream version 0.9.0+dfsg --- silx/gui/qt/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'silx/gui/qt/__init__.py') diff --git a/silx/gui/qt/__init__.py b/silx/gui/qt/__init__.py index f7bc916..b8c6cdd 100644 --- a/silx/gui/qt/__init__.py +++ b/silx/gui/qt/__init__.py @@ -25,12 +25,11 @@ """Common wrapper over Python Qt bindings: - `PyQt5 `_ +- `PySide2 `_ - `PyQt4 `_ -- `PySide `_ -- `PySide2 `_ If a Qt binding is already loaded, it will use it, otherwise the different -Qt bindings are tried in this order: PyQt5, PyQt4, PySide, PySide2. +Qt bindings are tried in this order: PyQt5, PyQt4, PySide2. The name of the loaded Qt binding is stored in the BINDING variable. @@ -48,7 +47,7 @@ Example of using :mod:`silx.gui.qt` module: For an alternative solution providing a structured namespace, see `qtpy `_ which -provides the namespace of PyQt5 over PyQt4 and PySide. +provides the namespace of PyQt5 over PyQt4, PySide and PySide2. """ from ._qt import * # noqa -- cgit v1.2.3