Border of qgroupbox

前端 未结 2 1169
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 02:12

I\'m having some trouble setting a border of a groupbox.

my aim is to have something like this:

\"enter

2条回答
  •  情话喂你
    2021-02-04 03:01

    I suggest

    QGroupBox::title {
        subcontrol-origin: margin;
        left: 3px;
        padding: 3 0 3 0;
    }
    

    for the title, to adjust the title more properly.

提交回复
热议问题