Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bb::cascades::Image m_image = Image(QUrl(appRoot +"default.png"));
如果文件不存在 m_image 返回什么?
它应该返回null
将图像与应用程序打包的好处之一是它允许该工具验证图像并针对它们所针对的设备优化它们。因为它们与应用程序打包在一起,所以应该假设它们是立即可用的,并且永远不会加载失败。如果在创建资产时提供了不正确的名称,则返回空图像。
图像文档