qt - Spacing of QToolButton in a QDialog -


i have qdialog qtoolbutton's. qtoolbutton's grouped in couples in qhboxlayout, added qvboxlayout final layout.

i have used qvboxlayout.spacing(0) remove spacing, still see empty space between border of qdialog , qtoolbutton. tried stylesheet set padding , margin @ 0 (for qdialog) te setcontentmargin (0,0,0,0). nothing works. there other ways? thanks.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -