change QStackedWidget element's margins
-
Hello everyone,
I'm trying to change element's margins in a QStackedWidget but i don't find the attribute to do it in Qt Designer. I would all widgets in the stacked widget have no margins, like that we can do with QLayout by set layout(Top/Bottom/Left/Right)Margin to 0.
Is there a way to do that ?Thanks
-
Hi
a plain QStackedWidget have no margins.
But any layout you apply have 9 as default values
-
Hi,
Ok, i set a layout to my QStackedWidget, so how can i access its ? In the attributes tree, there is no "Layout" part. Is this mean i can't modify these values ? -
What a dumb... Thank you and sorry for this stupid question, that was just under my eyes... ^^
Problem solved !@Loic-B.
well eyes is the first place to go blind :)
No worries. we are here to help and as long as people try them self
and describe any issues with more than "it dont work" then no questions is too
basic or anything like that :)