Close a Qt QWidget tab added by a plugin.
void GuiCloseQWidgetTab(QWidget* qWidget);
qWidget The Qt QWidget object of the tab to close.
qWidget
This function does not return a value.
Example code.