adding template picture for PictureDialog

This commit is contained in:
Rafael 2016-11-14 08:37:20 +01:00
parent 8951bebc95
commit 0e75913254
4 changed files with 10 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>387</width> <width>375</width>
<height>260</height> <height>260</height>
</rect> </rect>
</property> </property>
@ -76,7 +76,8 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="dialog-close"/> <iconset theme="dialog-close">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -43,6 +43,9 @@
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="pixmap">
<pixmap resource="res/app.qrc">:/img/960x536.png</pixmap>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
@ -217,7 +220,9 @@
</slots> </slots>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="res/app.qrc"/>
</resources>
<connections> <connections>
<connection> <connection>
<sender>cmdClose</sender> <sender>cmdClose</sender>

BIN
res/960x536.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -20,6 +20,7 @@
<file>5sync-256.png</file> <file>5sync-256.png</file>
<file>back.png</file> <file>back.png</file>
<file>next.png</file> <file>next.png</file>
<file>960x536.png</file>
</qresource> </qresource>
<qresource prefix="/global"> <qresource prefix="/global">
<file>global.de.ini</file> <file>global.de.ini</file>