Material Design Icons 7 extension for superqt font icons
Project description
fonticon-materialdesignicons7
Material Design Icons 7 extension for superqt font icons
https://github.com/templarian/MaterialDesign
pip install superqt fonticon-materialdesignicons7
from fonticon_mdi7 import MDI7
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse
app = QApplication([])
btn2 = QPushButton()
btn2.setIcon(icon(MDI7.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_materialdesignicons7-7.2.96.tar.gz
.
File metadata
- Download URL: fonticon_materialdesignicons7-7.2.96.tar.gz
- Upload date:
- Size: 634.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 151c800658635d1da6f168ebb808db19f97288e1f9a9a743947854a3f1690e8a |
|
MD5 | a9603c020793630f3dff3f18093fc422 |
|
BLAKE2b-256 | eb92749e69a86c5c97197daa28ad0532e075d27f33469a7126dc52701395cb9f |
Provenance
File details
Details for the file fonticon_materialdesignicons7-7.2.96-py3-none-any.whl
.
File metadata
- Download URL: fonticon_materialdesignicons7-7.2.96-py3-none-any.whl
- Upload date:
- Size: 633.3 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 | 187191b5e9e58c397396d876a6cea9f0a935b26f22056b1605ef6ad7808ffa1d |
|
MD5 | 9ec9a5f6e8890998d163510c78876198 |
|
BLAKE2b-256 | 1a0164d00d540a316169e72ac45d96427b593a2caa2195e949bebd9ff54816de |