PDA

View Full Version : mac os dialog effect?



0xl33t
31st July 2009, 12:23
Hi,

is it possible to give a child dialog the "mac os effect", or i don't know how to call it, where the dialog appears from the title of the mainwindow and scrolls down, like in the attached picture...

I saw htis also in qt designer! Is it possible?

nish
31st July 2009, 12:57
if you saw this in qt designer than you can always look at its code...
btw its very much possible to do it.

0xl33t
31st July 2009, 20:05
if you saw this in qt designer than you can always look at its code...
btw its very much possible to do it.

thanks for the answer but
before i spend 1 hour looking to the src code, does anyone know more?

franz
31st July 2009, 20:14
Look into sheets and drawers.

rexi
1st August 2009, 20:11
It is possible, have a look at this Qt Quarterly article (http://doc.trolltech.com/qq/qq18-macfeatures.html) explaining how to do it. What you are looking for is the "Qt::Sheet" flag.

0xl33t
3rd August 2009, 17:05
It is possible, have a look at this Qt Quarterly article (http://doc.trolltech.com/qq/qq18-macfeatures.html) explaining how to do it. What you are looking for is the "Qt::Sheet" flag.

yay! thanks!!!