Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6).
Project description
QtPy: Abstraction layer for PyQt5/PyQt6/PySide2/PySide6
Copyright © 2009–2021 The Spyder Development Team
Description
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, PyQt6, PySide6, PySide2 using the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets).
Basically, you can write your code as if you were using PyQt or PySide directly,
but import Qt modules from qtpy instead of PyQt5, PyQt6, PySide2, or PySide6.
Accordingly, when porting code between different Qt bindings (PyQt vs PySide) or Qt versions (Qt5 vs Qt6), QtPy makes this much more painless, and allows you to easily and incrementally transition between them. QtPy handles incompatibilities and differences between bindings or Qt versions for you while keeping your project running, so you can focus more on your own code and less on keeping track of supporting every Qt version and binding. Furthermore, when you do want to upgrade or support new bindings, it allows you to update your project module by module rather than all at once. You can check out examples of this approach in projects using QtPy, like git-cola.
Attribution and acknowledgments
This project is based on the pyqode.qt project and the spyderlib.qt module from the Spyder project, and also includes contributions adapted from qt-helpers, developed as part of the glue project.
Unlike pyqode.qt this is not a namespace package, so it is not tied
to a particular project or namespace.
License
This project is released under the MIT license.
Requirements
You need PyQt5, PyQt6, PySide2 or PySide6 installed in your system to make use
of QtPy. If several of these packages are found, PyQt5 is used by
default unless you set the QT_API environment variable.
QT_API can take the following values:
pyqt5(to use PyQt5).pyqt6(to use PyQt6).pyside6(to use PySide6)pyside2(to use PySide2)
Installation
pip install qtpy
or
conda install qtpy
Contributing
Everyone is welcome to contribute!
Sponsors
QtPy is funded thanks to the generous support of
and the donations we have received from our users around the world through Open Collective:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file QtPy-2.0.0.tar.gz.
File metadata
- Download URL: QtPy-2.0.0.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777e333df4d711b2ec9743117ab319dadfbd743a5a0eee35923855ca3d35cd9d
|
|
| MD5 |
a6972926c05b15ad0427876a2e0c36f0
|
|
| BLAKE2b-256 |
88f85f987cfd847a38204b4e9135f4ee39614bd1437dc078377a00136d9444db
|
File details
Details for the file QtPy-2.0.0-py3-none-any.whl.
File metadata
- Download URL: QtPy-2.0.0-py3-none-any.whl
- Upload date:
- Size: 62.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74bf26be3288aadc843cf3381d5ef0b82f11417ecdcbf26718a408f32590f1ac
|
|
| MD5 |
1b878dcc13797ce55121512d4d0c4e57
|
|
| BLAKE2b-256 |
66dab1f7184b82eed20a76066aa0c8482eeababc816012836e47f24090c9f655
|