Is there a way to specify a child's initial window position in Qt?
I have an application that runs on Linux and Windows and it looks like the default behavior of Qt lets the Window Manager determine the placement of the child windows.
On Windows, this is in the center of the screen the parent is on which seems reasonable.
On Linux, in GNOME (metacity) it is always in the upper left-hand corner which is annoying. I can't find any window manager preferences for metacity that allow me to control window placement so I would like to override that behavior.