QtAwesome icon indicating copy to clipboard operation
QtAwesome copied to clipboard

How to use QtAwesome directly in the Qt Designer

Open amir-arayeshnia opened this issue 1 year ago • 2 comments

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

amir-arayeshnia avatar May 01 '23 17:05 amir-arayeshnia

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

gamecreature avatar May 03 '23 07:05 gamecreature

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.

Dariusz1989 avatar May 06 '23 15:05 Dariusz1989