Metadata-Version: 2.1
Name: dvg-pyqt-controls
Version: 1.4.0
Summary: Mishmash of PyQt/PySide stylesheets and custom controls that I personally use in many of my projects.
Home-page: https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls
Author: Dennis van Gils
Author-email: vangils.dennis@gmail.com
License: MIT
Project-URL: Issue Tracker, https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls/issues
Keywords: PyQt5,PyQt6,PySide2,PySide6,controls,stylesheets
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering 
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.rst

.. image:: https://img.shields.io/pypi/v/dvg-pyqt-controls
    :target: https://pypi.org/project/dvg-pyqt-controls
.. image:: https://img.shields.io/pypi/pyversions/dvg-pyqt-controls
    :target: https://pypi.org/project/dvg-pyqt-controls
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/License-MIT-purple.svg
    :target: https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls/blob/master/LICENSE.txt

DvG_PyQt_controls
=================
*Mishmash of PyQt/PySide stylesheets and custom controls that I personally use
in many of my projects.*

Supports PyQt5, PyQt6, PySide2 and PySide6.

- Github: https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls
- PyPI: https://pypi.org/project/dvg-pyqt-controls

Installation::

    pip install dvg-pyqt-controls

.. image:: https://raw.githubusercontent.com/Dennis-van-Gils/python-dvg-pyqt-controls/master/demos/demo_pyqt_controls.png

Changelog
=========

1.4.0 (2023-03-20)
------------------
* Adjusted the `SS_GROUPBOX` stylesheet: Groupbox title is now vertically
  aligned to be centered with the top line, regardless of the Qt lib. Nothing
  changes for PyQt5/PySide2, and fixes PyQt6/PySide6.
* Added function `e8()` to calculate the pixel width that is necessary to fit
  `N` number of '8's in the supplied `font`. In analogy to the 'em' font-metric,
  but now focused on displaying numeric values.

1.3.0 (2023-02-27)
------------------
* Neater support for PyQt5, PyQt6, PySide2 and PySide6

1.2.0 (2022-09-13)
------------------
* Added support for PyQt5, PyQt6, PySide2 and PySide6

1.1.0 (2022-01-21)
------------------
* Vamped up styles conform `DvG_Arduino_lock-in_amp v2.0` project
* Added hover effects
* Added SS_GROUP_RECT, SS_HOVER & SS_TABS
* Added PyQtGraph color definitions

1.0.0 (2020-08-11)
------------------
* First release on PyPI
