hi all,

I am using Qt 3.2.3 on windows and have made a stand-alone dialog that lives in a dll. Two minor issues, first is the title bar of the dialog contains an icon - I have checked all the WStyle* flags and can remove the icon iff the WStyle_SysMenu is not used, however that also eliminates the close box, which is unacceptable. I have also tried assigning a transparent and even a size 0 icon, neither works.

Second problem: the dialog is called from another application, so I would like to eliminate the toolbar icon.

thanks in advance,
bill