Any update on this topic?

I have a QWidget that I don't want to appear in the Taskbar. For a while I was using the Qt::Tool flag, but that can have weird effects when you try to use -that- widget as a parent of QDialogs (possibly of all widgets)?

Anyway, I tried using the Qt::WindowSystemMenuHint as mentioned above and it did not work for me either.

Thanks,
Daniel