Skip to main content

FontAwesome 5 extension for superqt font icons

Project description

fonticon-fontawesome5

License PyPI Python Version CI codecov

FontAwesome 5 extension for superqt font icons

pip install superqt fonticon-fontawesome5
from fonticon_fa5 import FA5S
from qtpy.QtCore import QSize
from qtpy.QtWidgets import QApplication, QPushButton
from superqt.fonticon import icon, pulse

app = QApplication([])

btn2 = QPushButton()
btn2.setIcon(icon(FA5S.spinner, animation=pulse(btn2)))
btn2.setIconSize(QSize(225, 225))
btn2.show()

app.exec_()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fonticon-fontawesome5-5.15.4.tar.gz (556.9 kB view hashes)

Uploaded Source

Built Distribution

fonticon_fontawesome5-5.15.4-py2.py3-none-any.whl (562.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page