qss使用background-color:transparent可以将ListView的内容设置为透明;
在cpp中使用setFrameShape(QListView::NoFrame);可以将ListView的边框取消。