Resources
Introduction
qts is a Qt5/6 and PyQt/PySide compatibility layer for your libraries and applications. It is designed to work with mypy and includes a CLI utility to notify mypy of the needed conditions. To keep the scope reasonable, qts will focus on the variances that all code using Qt will need such as imports and signals. Nuanced detailed differences will not be abstracted away. Helper functions and similar may be provided on a case by case basis.
import qts
import qts.util
def main():
qts.set_wrapper(qts.available_wrappers()[0])
from qts import QtWidgets
application = QtWidgets.QApplication([])
widget = QtWidgets.QLabel("this is qts")
widget.show()
qts.util.exec(application)
main()
Release files for qts 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qts-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / qts-0.2-py3-none-any.whl
| Download URL | qts-0.2-py3-none-any.whl |
|---|---|
| Size | 16.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8de6a4d2be0ad3e8d2c5893f42d789f53a1c5e31917deddb9e3a9492572dda60
|
|
BLAKE2b-256 checksum How to use checksums |
f81e52aff6ac304fc384c72de722edf8d60bc3d625efb142fec91cc5e4000885
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
|