1
0
Fork 0
x64dbg/docs/developers/functions/gui/GuiCloseQWidgetTab.md

349 B

GuiCloseQWidgetTab

Close a Qt QWidget tab added by a plugin.

void GuiCloseQWidgetTab(QWidget* qWidget);

Parameters

qWidget The Qt QWidget object of the tab to close.

Return Value

This function does not return a value.

Example

Example code.