Hye,

I want to display some icon with my model.
When I just use some simple picture (QIcon) it work well.

But, I would like this icon to be an addition of an icon that represent the type of data, and an icon that repsent it's state.

For exemple, I would like:
qtg_aircraft.png + qtg_locked.png => qtg_aircraft_locked.png

I tried to make a QIcon, and use the method addPixmap, after I resised the pixmap... but it do not work.
I'm a big noob in interface coding, and image manipulation... if some of you can help