[Qt-interest] QWindow:WindowStayOnTopHint and QDialog:WindowStayOnTopHint under OSX
Martin Guillon
MGuillon at movea.com
Fri Dec 4 18:21:17 CET 2009
H,
I am currently porting my QT application under OSX (currently under windows), and I am now facing a big problem with QDialogs
My application main window is a fullscreen Qt::WindowStayOnTopHint.
Now from this window I can open QFileDialog/QFontDialog.
Under windows, the QDialog appears on top of my MainWindow which is exactly what I want
The problem is under OSX, even if create my QDialog as a child of the MainWindow the Qdialog opens below it and doesn't go in front event when in focus.
That s a real breakdown for me.
Any idea?
Thanks
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091204/52c2f73a/attachment.html
More information about the Qt-interest-old
mailing list