How can I maximize the space taken up by children of QTabWidget using PySide6?
IOW, I don’t want the padding the QTabWidget container takes up before drawing the child inside of it.
In the image you can see there is a lighter shade of gray from the background of the tab widget parent. I want to remove this lighter gray and have the child expand to fill that space.