[Qt-interest] Moving the native file open dialog on Windows
Oliver.Knoll at comit.ch
Oliver.Knoll at comit.ch
Mon Sep 7 15:42:49 CEST 2009
Oliver Demetz wrote on Sunday, September 06, 2009 11:28 AM:
> ...
> A note: For some reason, I have to set the parent argument of the
> static method to NULL, it is a must.
Then this 'must' must be changed ;)
Modal dialogs with NO parent are placed ANYWHERE on the screen (I think it is up to the window manager to decide where it fits best).
Modal dialogs with a parent are centered on top of their parent. That's true at least for Qt dialogs, not sure about native dialogs. But IIRC they also adhere to this rule (or Qt makes sure that they do).
Cheers, Oliver
--
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22
More information about the Qt-interest-old
mailing list