dvg-pyqt-controls


Namedvg-pyqt-controls JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/Dennis-van-Gils/python-dvg-pyqt-controls
SummaryMishmash of PyQt/PySide stylesheets and custom controls that I personally use in many of my projects.
upload_time2024-06-25 21:48:44
maintainerNone
docs_urlNone
authorDennis van Gils
requires_python>=3.6
licenseMIT
keywords pyqt5 pyqt6 pyside2 pyside6 controls stylesheets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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.5.0 (2024-06-25)
------------------
* Using ``qtpy`` library instead of my own Qt5/6 mechanism

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls",
    "name": "dvg-pyqt-controls",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "PyQt5, PyQt6, PySide2, PySide6, controls, stylesheets",
    "author": "Dennis van Gils",
    "author_email": "vangils.dennis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/b5/c2666114c433122430d6b2c3861dc56341c61ca07e903a71b522a83b36e2/dvg_pyqt_controls-1.5.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/dvg-pyqt-controls\r\n    :target: https://pypi.org/project/dvg-pyqt-controls\r\n.. image:: https://img.shields.io/pypi/pyversions/dvg-pyqt-controls\r\n    :target: https://pypi.org/project/dvg-pyqt-controls\r\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\r\n    :target: https://github.com/psf/black\r\n.. image:: https://img.shields.io/badge/License-MIT-purple.svg\r\n    :target: https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls/blob/master/LICENSE.txt\r\n\r\nDvG_PyQt_controls\r\n=================\r\n*Mishmash of PyQt/PySide stylesheets and custom controls that I personally use\r\nin many of my projects.*\r\n\r\nSupports PyQt5, PyQt6, PySide2 and PySide6.\r\n\r\n- Github: https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls\r\n- PyPI: https://pypi.org/project/dvg-pyqt-controls\r\n\r\nInstallation::\r\n\r\n    pip install dvg-pyqt-controls\r\n\r\n.. image:: https://raw.githubusercontent.com/Dennis-van-Gils/python-dvg-pyqt-controls/master/demos/demo_pyqt_controls.png\r\n\r\nChangelog\r\n=========\r\n\r\n1.5.0 (2024-06-25)\r\n------------------\r\n* Using ``qtpy`` library instead of my own Qt5/6 mechanism\r\n\r\n1.4.0 (2023-03-20)\r\n------------------\r\n* Adjusted the `SS_GROUPBOX` stylesheet: Groupbox title is now vertically\r\n  aligned to be centered with the top line, regardless of the Qt lib. Nothing\r\n  changes for PyQt5/PySide2, and fixes PyQt6/PySide6.\r\n* Added function `e8()` to calculate the pixel width that is necessary to fit\r\n  `N` number of '8's in the supplied `font`. In analogy to the 'em' font-metric,\r\n  but now focused on displaying numeric values.\r\n\r\n1.3.0 (2023-02-27)\r\n------------------\r\n* Neater support for PyQt5, PyQt6, PySide2 and PySide6\r\n\r\n1.2.0 (2022-09-13)\r\n------------------\r\n* Added support for PyQt5, PyQt6, PySide2 and PySide6\r\n\r\n1.1.0 (2022-01-21)\r\n------------------\r\n* Vamped up styles conform `DvG_Arduino_lock-in_amp v2.0` project\r\n* Added hover effects\r\n* Added SS_GROUP_RECT, SS_HOVER & SS_TABS\r\n* Added PyQtGraph color definitions\r\n\r\n1.0.0 (2020-08-11)\r\n------------------\r\n* First release on PyPI\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Mishmash of PyQt/PySide stylesheets and custom controls that I personally use in many of my projects.",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls",
        "Issue Tracker": "https://github.com/Dennis-van-Gils/python-dvg-pyqt-controls/issues"
    },
    "split_keywords": [
        "pyqt5",
        " pyqt6",
        " pyside2",
        " pyside6",
        " controls",
        " stylesheets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f0c6717b72de16df5d0a130a659b8b32f6623efb50095167663b76da1690e63",
                "md5": "5323d9ddbb8dbe3579648a5fb5907720",
                "sha256": "9714a307089b983ff2122dc0f7cce38cbb37eca0e6a8de74badd5f563263836f"
            },
            "downloads": -1,
            "filename": "dvg_pyqt_controls-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5323d9ddbb8dbe3579648a5fb5907720",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8739,
            "upload_time": "2024-06-25T21:48:42",
            "upload_time_iso_8601": "2024-06-25T21:48:42.281032Z",
            "url": "https://files.pythonhosted.org/packages/4f/0c/6717b72de16df5d0a130a659b8b32f6623efb50095167663b76da1690e63/dvg_pyqt_controls-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71b5c2666114c433122430d6b2c3861dc56341c61ca07e903a71b522a83b36e2",
                "md5": "1ca42e30ef095bc863e01115d7339f69",
                "sha256": "2a605930b6de74c886fd8e53f188311e7e99a29973b30edc6052a90d1e70c6a7"
            },
            "downloads": -1,
            "filename": "dvg_pyqt_controls-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ca42e30ef095bc863e01115d7339f69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 411698,
            "upload_time": "2024-06-25T21:48:44",
            "upload_time_iso_8601": "2024-06-25T21:48:44.412484Z",
            "url": "https://files.pythonhosted.org/packages/71/b5/c2666114c433122430d6b2c3861dc56341c61ca07e903a71b522a83b36e2/dvg_pyqt_controls-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 21:48:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dennis-van-Gils",
    "github_project": "python-dvg-pyqt-controls",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dvg-pyqt-controls"
}
        
Elapsed time: 0.31975s