1
我正在開發用於Playbook的QtCreator。在酒吧descriptor.xml我設置如下飛濺的路徑:用於劇本的Splash Qt
<asset path="splash.jpg">splash.jpg</asset>
有關設置開機畫面我想:
<splashscreen>splash.jpg</splashscreen>
<splashScreen>splash.jpg</splashScreen>
<splash>splash.jpg</splash>
<splashscreen><image>splash.jpg</image></splashscreen>
<splashScreen><image>splash.jpg</image></splashScreen>
<splash><image>splash.jpg</image></splash>
但出現閃屏與BB標識默認的黑色圖像。有人知道如何改變它?
無論如何,謝謝!