FontAwesome 6 extension for superqt font icons
Project description
fonticon-fontawesome6
FontAwesome 6 extension for superqt font icons
pip install superqt fonticon-fontawesome6
from fonticon_fa6 import FA6S
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse
app = QApplication([])
btn2 = QPushButton()
btn2.setIcon(icon(FA6S.spinner, 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
fonticon_fontawesome6-6.4.0.tar.gz
(714.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fonticon_fontawesome6-6.4.0.tar.gz.
File metadata
- Download URL: fonticon_fontawesome6-6.4.0.tar.gz
- Upload date:
- Size: 714.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69d31f0d803bd1f7ec8b8f72066814f5f81c710666b496397ec2efa6272d5189
|
|
| MD5 |
380120eef23b3c4b8fe1133f69146e47
|
|
| BLAKE2b-256 |
50a66662a96f5d2a117c5f698ba216799b4aa8dec0baa13c218792fa8ffab786
|
File details
Details for the file fonticon_fontawesome6-6.4.0-py3-none-any.whl.
File metadata
- Download URL: fonticon_fontawesome6-6.4.0-py3-none-any.whl
- Upload date:
- Size: 717.9 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 |
755bfbef8f90c1033369b78b27e0ba811bc9fcb99b4aeba9ef8137ac1d43b680
|
|
| MD5 |
293d6deec7471f2bbc6920180fa98937
|
|
| BLAKE2b-256 |
315d29fda080b909d7d2ceeb2825d2e447633da266ae147c20323710df04e6d3
|