QFonticon
Showcase
3
Posts
2
Posters
1.9k
Views
1
Watching
-
I created a simple class that allow you to build QIcon from font, like Awesome font.
https://github.com/dridk/QFontIconSuggestions to improve it are welcome. Please do it from github
-
thanks for sharing this.
2 small things:- isn't there a memory leak in
mInstance
? - does
QApplication::palette("QWidget")
use the style palette?
- isn't there a memory leak in