gpt4 book ai didi

qt - QSettings 和包含空格的部分

转载 作者:行者123 更新时间:2023-12-03 00:36:04 29 4
gpt4 key购买 nike

我使用 QSettings 来编辑 .desktop 菜单条目。我这样做: dfile 是一个 QString - 绝对文件路径

QSettings set(dfile, QSettings::IniFormat);
qDebug() << "Editing " << set.fileName();
set.beginGroup("Desktop Entry");
// set whatever I need
set.endGroup();

但是当保存 .desktop 文件时,我得到

[Desktop%20Entry]
Encoding=UTF-8
Version=1.0
# and etc.

而不是

[Desktop Entry]
Encoding=UTF-8
Version=1.0
# and etc.

我做错了什么?谢谢

最佳答案

你没有做错任何事。空格仅使用 HTML URL encoding 编码为 %20 。您可以读回设置,对吗?

关于qt - QSettings 和包含空格的部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14787972/

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