Material Design Icons extension for superqt font icons
Project description
fonticon-materialdesignicons6
Material Design Icons extension for superqt font icons
https://github.com/templarian/MaterialDesign
pip install superqt fonticon-materialdesignicons6
from fonticon_mdi6 import MDI6
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse
app = QApplication([])
btn2 = QPushButton()
btn2.setIcon(icon(MDI6.fan, animation=pulse(btn2)))
btn2.setIconSize(QSize(225, 225))
btn2.show()
app.exec_()
Dev note
To update this package for new fonticon releases, update the VERSION = ...
string
in scripts/bundle.py
, and rerun python scripts/bundle.py
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fonticon_materialdesignicons6-6.9.96.tar.gz
.
File metadata
- Download URL: fonticon_materialdesignicons6-6.9.96.tar.gz
- Upload date:
- Size: 609.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b382a662520c095e513e51b8586cb71f9a9ab5f56d6df9fba89f334e0e61b297 |
|
MD5 | b73b98506c0b5254143fb813e3163430 |
|
BLAKE2b-256 | 2d175ccdaaf03de6527b9cb086b63fc12f0befb0e1ed41caa7f042394b8bba0a |
Provenance
File details
Details for the file fonticon_materialdesignicons6-6.9.96-py3-none-any.whl
.
File metadata
- Download URL: fonticon_materialdesignicons6-6.9.96-py3-none-any.whl
- Upload date:
- Size: 608.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 313ea02b68bcc04b604c4172a2fc93b24c799216b9b210dd7d2f8135cc4fa3b4 |
|
MD5 | a1ca22b06eb5c1a593d5654d9dc2cf5f |
|
BLAKE2b-256 | 507ddbb0ba9372893ec0316bf8c630b9de2c8a5e2d0cc5d65c6884f13075f3f1 |