Icons
mattiascibien
Posts: 140
I am planning to add icons to my plugin project actions.
Is there a particoular way to use them in DAZ since qrc is not included in the SDK?
What kind of guidelines should be followed?
Comments
qrc is fine to use, you can get it from Qt's website. I think most people load png's from a specific folder. If qrc seems to complicated, you can convert the image to an xpm and copy and paste that into your source code.