Icons

mattiascibienmattiascibien Posts: 140
edited December 1969 in Daz SDK Developer Discussion

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

  • dtammdtamm Posts: 126
    edited December 1969

    gravity0 said:
    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?

    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.

Sign In or Register to comment.