菜鸟教程小白 发表于 2022-12-12 16:14:35

ios - 用于 iOS 开发的 Qt : File read and write


                                            <p><p>我正在使用 Qt5.5 进行 iOS 开发。 </p>

<p>我想知道如何在 iOS 设备中查找和打开文件以使用 Qt5.5 进行读写。据我所知,iOS 中没有这样的文件树结构。例如,当我下载一张图片时,我什至不知道它在哪里。但我可以在应用程序中看到它。</p>

<p>有人可以帮忙吗?非常感谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我不是 Qt 专家,但我相信您需要 <a href="http://doc.qt.io/qt-5/qstandardpaths.html" rel="noreferrer noopener nofollow"><code>QStandardPaths</code></a>类。</p>

<p>iOS 与将文件存储在某些预定义位置的任何其他平台没有什么不同。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 用于 iOS 开发的 Qt : File read and write,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32453341/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32453341/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 用于 iOS 开发的 Qt : File read and write