Icons

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?
You currently have no notifications.
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?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
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.