I have a QGridLayout containing mostly QLabels. It's a 3x10 grid and I want different margins on the content of each of the three columns. Eg. I want to be able to place my labels with a different amount of space to their grid border.
If I set the property ContentMargins it just refers to everything in my grid.
In other words: How do I set content margins for a single column in a QGridLayout?
...and while we're at it, can you do the same for individual rows?
Thank you in advance for your help!