gpt4 book ai didi

c++ - 所有文件的 mime 类型是什么

转载 作者:太空宇宙 更新时间:2023-11-04 15:35:31 26 4
gpt4 key购买 nike

简单问题:“所有文件”的 mime 类型是什么,即 **.*

我需要它来将选项“所有文件”添加到 QFileDialog 中的文件过滤器:

QFileDialog dialog(this);
QStringList mTypes= byteToStringList(QImageReader::supportedMimeTypes());
mTypes.append("???");//what to add here to get "All Files (*)" or "All Files (*.*)"
dialog.setMimeTypeFilters(mTypes);

最佳答案

字面意思是 the documentation for the function

Use "application/octet-stream" for the "All files (*)" filter, since that is the base MIME type for all files.

关于c++ - 所有文件的 mime 类型是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34930793/

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