PDA

View Full Version : Add a Widget to border(frame) of QGroupBox



mohammadmohsen
14th May 2014, 13:14
hello all
i want add a widget (like QPushButton) on over of QGroupBox border.
for example a setting button over the border of QGroupBox.
is there any one to help me?:cool:

anda_skoa
14th May 2014, 13:33
How well that looks will depend on the style and how it draws the groupbox, but you could try setting the groubbox's layout's margins to 0

Cheers,
_