//设置listWidget无边框
ui->listWidget->setFrameShape(QListWidget::NoFrame);
设置QListWidget边框透明
原文:https://www.cnblogs.com/sagerking/p/13993413.html