gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
773 stars 147 forks source link

How to use QtAwesome directly in the Qt Designer #53

Open amir-arayeshnia opened 1 year ago

amir-arayeshnia commented 1 year ago

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

gamecreature commented 1 year ago

Goed question, there isn't any support for this at the moment. (And haven't tried it)

Dariusz1989 commented 1 year ago

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.