QtAwesome
QtAwesome copied to clipboard
How to use QtAwesome directly in the Qt Designer
Hi
As far as I understand, I should write some pieces of code in .cpp files to use QtAwesome fonts. How can I use QtAwesome directly in the Qt Creator (or designer) environment in the UI design step (through the property editor, for example)?
Thanks
Goed question, there isn't any support for this at the moment. (And haven't tried it)
You could compile ur own QWidgets plugin, and in that u could set it up to take string as icon & use qtAwesome icons. A bit much but could work.