QQt
Wrapper for various PySide2/PyQt5 and PySide6/PyQt6 related packages.
Overview
TBD...
Usage
TBD...
Installation
Prerequisites:
- Python 3.8 or higher
- pip and setuptools
To install run:
python -m pip install --upgrade QQt
Development
Prerequisites:
-
Development is strictly based on tox. To install it run:
python -m pip install --upgrade tox
Visit Development page.
Installation from sources:
clone the sources:
git clone https://github.com/karpierz/QQt.git QQt
and run:
python -m pip install ./QQt
or on development mode:
python -m pip install --editable ./QQt
License
Copyright (c) 2012-2024 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
Authors
- Adam Karpierz <adam@karpierz.net>