qtreewidget中用setitemwidget给顶级项添加一个widget,如何给这个widget添加图片?
QLabel *label =new QLabel;label->setIcon(QIcon(""));treeWidget->setItemWidget(label);