hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
boldButton = new QToolButton(widget);
boldButton->setObjectName(QString::fromUtf8("boldButton"));
boldButton->setCheckable(true);
boldButton->setIcon(QIcon(":/data/textbold.png"));
为什么这个textbold.png图片不能显示呢
有可能是什么原因