qtmui


Nameqtmui JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryPython Desktop Application Development
upload_time2025-09-15 08:34:04
maintainerNone
docs_urlNone
authorSangPC
requires_python>=3.9
licenseBSD 3-Clause License
keywords gui pyqt pyside qt qt components qt flat ui qt material ui qt mui qt range slider qt widgets qtmui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ![tiny](https://user-images.githubusercontent.com/1609449/120636353-8c3f3800-c43b-11eb-8732-a14dec578897.png)  superqt!

[![License](https://img.shields.io/pypi/l/superqt.svg?color=green)](https://github.com/pyapp-kit/superqt/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/superqt.svg?color=green)](https://pypi.org/project/superqt)
[![Python
Version](https://img.shields.io/pypi/pyversions/superqt.svg?color=green)](https://python.org)
[![Test](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml)
[![codecov](https://codecov.io/gh/pyapp-kit/superqt/branch/main/graph/badge.svg?token=dcsjgl1sOi)](https://codecov.io/gh/pyapp-kit/superqt)

###  "missing" widgets and components for PyQt/PySide

This repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide
that are not provided in the native QtWidgets module.

Components are tested on:

- macOS, Windows, & Linux
- Python 3.9 and above
- PyQt5 (5.11 and above) & PyQt6
- PySide2 (5.11 and above) & PySide6

## Documentation

Documentation is available at https://pyapp-kit.github.io/superqt/

## Widgets

superqt provides a variety of widgets that are not included in the native QtWidgets module, including multihandle (range) sliders, comboboxes, and more.

See the [widgets documentation](https://pyapp-kit.github.io/superqt/widgets) for a full list of widgets.

- [Range Slider](https://pyapp-kit.github.io/superqt/widgets/qrangeslider/) (multi-handle slider)

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/demo_darwin10.png" alt="range sliders" width=680>

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_qslider.png" alt="range sliders" width=680>

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_range.png" alt="range sliders" width=680>

## Utilities

superqt includes a number of utilities for working with Qt, including:

- tools and decorators for working with threads in qt.
- `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/))

See the [utilities documentation](https://pyapp-kit.github.io/superqt/utilities/) for a full list of utilities.

## Contributing

We welcome contributions!

Please see the [Contributing Guide](CONTRIBUTING.md)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qtmui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "gui, pyqt, pyside, qt, qt components, qt flat ui, qt material ui, qt mui, qt range slider, qt widgets, qtmui",
    "author": "SangPC",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/af/6e5183f4ee1e5b8680b9a0f51f85ead7f685d5811565c7c5eeab9e45e6a0/qtmui-0.0.4.tar.gz",
    "platform": null,
    "description": "# ![tiny](https://user-images.githubusercontent.com/1609449/120636353-8c3f3800-c43b-11eb-8732-a14dec578897.png)  superqt!\n\n[![License](https://img.shields.io/pypi/l/superqt.svg?color=green)](https://github.com/pyapp-kit/superqt/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/superqt.svg?color=green)](https://pypi.org/project/superqt)\n[![Python\nVersion](https://img.shields.io/pypi/pyversions/superqt.svg?color=green)](https://python.org)\n[![Test](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml)\n[![codecov](https://codecov.io/gh/pyapp-kit/superqt/branch/main/graph/badge.svg?token=dcsjgl1sOi)](https://codecov.io/gh/pyapp-kit/superqt)\n\n###  \"missing\" widgets and components for PyQt/PySide\n\nThis repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide\nthat are not provided in the native QtWidgets module.\n\nComponents are tested on:\n\n- macOS, Windows, & Linux\n- Python 3.9 and above\n- PyQt5 (5.11 and above) & PyQt6\n- PySide2 (5.11 and above) & PySide6\n\n## Documentation\n\nDocumentation is available at https://pyapp-kit.github.io/superqt/\n\n## Widgets\n\nsuperqt provides a variety of widgets that are not included in the native QtWidgets module, including multihandle (range) sliders, comboboxes, and more.\n\nSee the [widgets documentation](https://pyapp-kit.github.io/superqt/widgets) for a full list of widgets.\n\n- [Range Slider](https://pyapp-kit.github.io/superqt/widgets/qrangeslider/) (multi-handle slider)\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/demo_darwin10.png\" alt=\"range sliders\" width=680>\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_qslider.png\" alt=\"range sliders\" width=680>\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_range.png\" alt=\"range sliders\" width=680>\n\n## Utilities\n\nsuperqt includes a number of utilities for working with Qt, including:\n\n- tools and decorators for working with threads in qt.\n- `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/))\n\nSee the [utilities documentation](https://pyapp-kit.github.io/superqt/utilities/) for a full list of utilities.\n\n## Contributing\n\nWe welcome contributions!\n\nPlease see the [Contributing Guide](CONTRIBUTING.md)",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Python Desktop Application Development",
    "version": "0.0.4",
    "project_urls": {
        "Changelog": "https://github.com/pyapp-kit/qtmui/blob/main/CHANGELOG.md",
        "Documentation": "https://pyapp-kit.github.io/qtmui/",
        "Source": "https://github.com/pyapp-kit/qtmui",
        "Tracker": "https://github.com/pyapp-kit/qtmui/issues"
    },
    "split_keywords": [
        "gui",
        " pyqt",
        " pyside",
        " qt",
        " qt components",
        " qt flat ui",
        " qt material ui",
        " qt mui",
        " qt range slider",
        " qt widgets",
        " qtmui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d272f33e68c0e0349961d47f4dfc08f483f99d1f8240b098c3da77671cc4eaa7",
                "md5": "5932c78ee27f7ba3057a582616b8ea62",
                "sha256": "a5f68ef6c61f228ddd22ff05f51776f27e92b15ca8e6072bb4011136a37e41c0"
            },
            "downloads": -1,
            "filename": "qtmui-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5932c78ee27f7ba3057a582616b8ea62",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 22173005,
            "upload_time": "2025-09-15T08:33:59",
            "upload_time_iso_8601": "2025-09-15T08:33:59.985658Z",
            "url": "https://files.pythonhosted.org/packages/d2/72/f33e68c0e0349961d47f4dfc08f483f99d1f8240b098c3da77671cc4eaa7/qtmui-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8baf6e5183f4ee1e5b8680b9a0f51f85ead7f685d5811565c7c5eeab9e45e6a0",
                "md5": "1b993e497996fcee8b9af80cda92a95f",
                "sha256": "55b3958b7475dc3af62a8aaa4be8c1dafdcc06895b0447e372e2cc054259577b"
            },
            "downloads": -1,
            "filename": "qtmui-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1b993e497996fcee8b9af80cda92a95f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 21590440,
            "upload_time": "2025-09-15T08:34:04",
            "upload_time_iso_8601": "2025-09-15T08:34:04.214068Z",
            "url": "https://files.pythonhosted.org/packages/8b/af/6e5183f4ee1e5b8680b9a0f51f85ead7f685d5811565c7c5eeab9e45e6a0/qtmui-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-15 08:34:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyapp-kit",
    "github_project": "qtmui",
    "github_not_found": true,
    "lcname": "qtmui"
}
        
Elapsed time: 5.57584s