hi,
I have a QT Gui application that has a MdiArea where I open subwindows, also based on QMainwindow. I've done that essentially because I wanted to have a taskbar on each of the subwindows.
Everything works fine but the icon in each of the subwindows is the same as the application itself.

the setWindowTitle works great I can have different windows titles for the subwindows but setWindowIcon has no effect.

anyone knows how to change the icons in this case?

An happy new year.