PDA

View Full Version : How to remove Space Between 2 QHBoxLayout Widget



jaya
6th October 2010, 15:15
Can AnyOne Help me
How to remove Space Between 2 QHBoxLayout Widget?

Lykurg
6th October 2010, 15:20
Use QLayout::setContentsMargins() and QLayout::setSpacing()!

squidge
6th October 2010, 15:23
Try adjusting the layout margins and spacing ?

ChrisW67
6th October 2010, 23:57
If you are using Designer these properties are accessible when the layout is selected.