! Centers this widget over the native parent window. Use this function to have Qt toplevel windows (i.e. dialogs) positioned correctly over their native parent windows. \code QWinWidget qwin(hParent); qwin.center(); QMessageBox::information(&qwin, "Caption", "Information Text"); \endcode This will center the message box over the client area of hParent. */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected