I added a tab widget in my Qt application, and then added a vertical layout in the first tab, and added things inside the vertical layout. However, I cannot make the vertical layout fill the entire tab, I can only set the dimensions with the mouse. There's no option to make it fill everything.
How to make a vertical layout (or any widget) fill the entire widget tab?