populate_pluginform_with_pyqt_widgets
summary: create a dockable container, and populate it with Qt widgets
- description:
Using ida_kernwin.PluginForm.FormToPyQtWidget, this script converts IDA’s own dockable widget into a type that is recognized by PySide6, which then enables populating it with regular Qt widgets.
level: beginner
Attributes
Classes
Module Contents
- class populate_pluginform_with_pyqt_widgets.MyPluginFormClass
Bases:
ida_kernwin.PluginForm- OnCreate(form)
Called when the widget is created
- PopulateForm()
- OnClose(form)
Called when the widget is closed
- populate_pluginform_with_pyqt_widgets.plg