I use QSplitter to layout widgets. It seems that blank space between neighboring widgets is a litter bigger. How to set QSplitter or other related parameters to reduce this blank spacing? Thank you very much!
I use QSplitter to layout widgets. It seems that blank space between neighboring widgets is a litter bigger. How to set QSplitter or other related parameters to reduce this blank spacing? Thank you very much!
It is still a problem for me. I hope to get any information from you! Thank you very much!
Is this the function you're looking for?
http://doc.qt.nokia.com/4.7/qwidget....ontentsMargins
Also QLayout::spacing() and QLayout::setContentsMargins() and the equivalents in sub-classes.
Bookmarks