诺基亚 Qt Mobility:如何从存储卡获取照片?
我正在诺基亚 Qt 中制作照片库应用程序,我想显示设备存储卡中的图片。 Qt中如何获取内存卡中的图片?
I am making photo gallery application in Nokia Qt, I want to show pictures from device's memory card. How can i get pictures from memory card in Qt?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
作为 eburger 答案的附录,QtMobility 的 QSystemStorageInfo 可用于确定哪个(或是否)一个驱动器是存储卡驱动器:
As an addendum to eburger's answer, QtMobility's QSystemStorageInfo can be used to determine which (or if) one of the drives is the memory card drive:
QtMobility 中的 DocumentGallery 应该完成这项工作: http://doc.qt.nokia .com/qtmobility-1.1.0/gallery.html。使用过滤器过滤掉没有存储卡驱动器号的文件。
DocumentGallery in QtMobility should do the job: http://doc.qt.nokia.com/qtmobility-1.1.0/gallery.html. Use filters to filter out files, that dont have the memory card drive letter.