In Qt Creator, from context menu choose "change style sheet"
and add following lines,
QGroupBox {
border: 2px solid gray;
border-radius: 3px;
}
在QtCreator中,通过右键菜单选择更改样式表,可以为GroupBox添加边框和圆角效果。
In Qt Creator, from context menu choose "change style sheet"
and add following lines,
QGroupBox {
border: 2px solid gray;
border-radius: 3px;
}

被折叠的 条评论
为什么被折叠?