Skip to content

INS-GitHub/QtAwesome6Demo

Repository files navigation

Get Icon by FontAwesome with Qt

Base of https://github.com/gamecreature/QtAwesome

New

  • Update FontVision to 6.1.1 pro
  • Add brands icons
  • Add search tool

Use

  1. add "include(QtAwesome6/QtAwesome.pri)" in *.pro file
  2. add "QAwesome->initFontAwesome();" before use
    Can't init by SingletonLazzy (QFontDatabase error)
QIcon icon = QAwesome->icon(enum, m_color); 
QVariantMap options;
options.insert("color" , QColor(255, 0 ,0));
QPushButton* musicButton = new QPushButton(awesome->icon(fa::fa_solid, fa::music, options), "Music");  

Others

https://github.com/gamecreature/QtAwesome#readme

Search Tool

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published