How to Remove Space between Widget's?
How to remove the space between widgets while applying layout.
in the QT if i apply any layout to 开发者_如何转开发widget like, QBoxLayout or QGridlayout that time automatically taking space between Widgets. i need to remove the space.
How to remove the space?
look for QLayout::setSpacing() function
精彩评论