2013-02-19 97 views
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標識默認的黑色圖像。有人知道如何改變它?

無論如何,謝謝!

回答

1

Qt需要橫向和縱向飛濺圖像。所以,在我的情況下,橫向和縱向是相同的,要編輯的方式,這是類似如下:

<splashscreen>splash.jpg:splash.jpg</splashscreen> 

在其他情況下,都存在圖像,編輯這就像如下的方式:

<splashscreen>splash_landscape.jpg:splash_portrait.jpg</splashscreen>