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_()
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-fontawesome6-6.1.1.tar.gz
.
File metadata
- Download URL: fonticon-fontawesome6-6.1.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01fd7be44ce2fbd7416276d87dee83dc2cd82e38ff79f8eab7240fe6c1bd0b2 |
|
MD5 | 877817aaa55a9bc7305fff8589c0176c |
|
BLAKE2b-256 | 9cdd629bff484bf1ae137a437f4e318ce9a3c092f4fe300b0a75e2330604ab6e |
File details
Details for the file fonticon_fontawesome6-6.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: fonticon_fontawesome6-6.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78e80e67f39b1ead1d0559d2df2e5ba7101fde3b5f2d832f78423bb639bc016f |
|
MD5 | 739de28aed32fb9c03b629cd3358cdee |
|
BLAKE2b-256 | baf92f15daa93d64a1ded273ddfb8674906faa1c3334850f943b9b5faba1de04 |