PDA

View Full Version : (solved) MacOSX Utility Window



Zatraz
22nd November 2006, 11:55
Hi. Does anyone that works with Qt in MacOSX know how to construct the Panel Utility Window? In MacOSX is like the fallowing image:

http://img224.imageshack.us/img224/8275/paneldp3.png

With Interface Builder, I can construct it creating a Panel and setting its Utility Window propriety.

I already tried the Windows Flags example program in Qt directory and any flag combination seems to produce this kind of window.

Thank you for any help :)

Zatraz
22nd November 2006, 14:02
Solved: use Qt::Tool with the small note that you cannot use it in QDialog (It seems that this window type cannot be modal).