SetParent Method

WRAPPER_API bool SetParent(QWidget *parent, unsigned int flags = 0)

(Windows Only)WRAPPER_API bool SetParent(HWND *parent, unsigned int flags = 0)

Description

The SetParent method sets the window that acts as the parent for the DataSourceEditor dialog.  When the dialog is constructed, the parent must be specified.  This method can be used to change the parent after construction. Note: the HWND version of this method is only available in Windows.