Qt5.9中QTreeView添加图标用法

在QTreeView中,添加图标时,可以用QIcon语句,具体的用法如下:

txtItem = new QStandardItem(QIcon(":/res/img/txt.png"),QStringLiteral("文本"));

效果图:

Qt5.9中QTreeView添加图标用法_第1张图片


参考内容:

https://blog.csdn.net/vah101/article/details/6190978

你可能感兴趣的:(嵌入式积累,Qt基础知识,Qt工程应用)