actually I experienced this problem when I changed the QGroupBox main style.
when that style is changed, the QGroupBox::title's padding is gone, so I had to modify it.
the above can be observed by just putting the following style sheet in the designer to a widget:
QGroupBox
{
border-width: 1px;
border-color: #FF0000;
border-radius: 1px;
}
actually I started thinking that I am missing a point about the style sheets.




Reply With Quote
Bookmarks