gpt4 book ai didi

c++ - QT中如何在消息框中显示图标?

转载 作者:行者123 更新时间:2023-11-30 03:49:05 25 4
gpt4 key购买 nike

我正在尝试根据我的 resources.qrc 文件中的图像“/newicon.png”在消息框中创建一个图标。但是,当我创建消息框时,图像不会出现。

我下面的代码可能有什么问题?

void MainWindow::aboutClicked(){
QMessageBox messageBox;
messagebox.setIconPixmap(QPixmap(":/newicon.png"));
messageBox.setText("hello this is the message box");
messageBox.setWindowTitle("About");
messageBox.exec();
}

编辑:有关 resources.qrc 文件的更多信息:

<RCC>
<qresource prefix="/.">
<file>button.png</file>
<file>newicon.png</file>
</qresource>
</RCC>

最佳答案

更改您的前缀

<qresource prefix="/.">

<qresource prefix="/">

关于c++ - QT中如何在消息框中显示图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32800443/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com