
用了圆角之后ListView还是有一个边框,如图中的4个角,怎么去掉ListView的边框?
关于该ListView的样式表如下:QListView {color: rgb(127, 0, 63);background-color: rgb(255, 255, 241);selection-color: white;selection-background-color: rgb(191, 31, 127);border: 2px groove gray;border-radius: 10px;padding: 5px 4px;}奇怪的是,同一个样式表下的下面这个ListWidget却去掉了边框,呈现出了圆角效果