Metadata-Version: 2.1
Name: dvg-pyqt-controls
Version: 1.1.0
Summary: Mishmash of PyQt5 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
Description: .. 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://requires.io/github/Dennis-van-Gils/python-dvg-pyqt-controls/requirements.svg?branch=master
            :target: https://requires.io/github/Dennis-van-Gils/python-dvg-pyqt-controls/requirements/?branch=master
            :alt: Requirements Status
        .. 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 PyQt5 stylesheets and custom controls that I personally use
        in many of my projects.*
        
        - 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.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
        
Keywords: controls,stylesheets,pyqt5
Platform: UNKNOWN
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: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering 
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
