I'm developing my first IDA Pro plugin in Python 3 + PyQt5 using IDA API.
Now I'm able to create any detached window (QMainWindow, QDialog, etc.) with any contents but I want to insert it into the IDA main tab widget (like "IDA View-A", "Hex View-1", etc.) (see Image 1 with IDA built-in script editor) or somehow add a gray bar "Drag this title to dock somewhere else" in the top of the window (see Image 2). Is there any API function for that?
Thanks.
Image 1
Image 2