adding template picture for PictureDialog
This commit is contained in:
parent
8951bebc95
commit
0e75913254
4 changed files with 10 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>387</width>
|
||||
<width>375</width>
|
||||
<height>260</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -76,7 +76,8 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<string>&Close</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-close"/>
|
||||
<iconset theme="dialog-close">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -43,6 +43,9 @@
|
|||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="res/app.qrc">:/img/960x536.png</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
|
@ -217,7 +220,9 @@
|
|||
</slots>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="res/app.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>cmdClose</sender>
|
||||
|
|
BIN
res/960x536.png
Normal file
BIN
res/960x536.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
|
@ -20,6 +20,7 @@
|
|||
<file>5sync-256.png</file>
|
||||
<file>back.png</file>
|
||||
<file>next.png</file>
|
||||
<file>960x536.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/global">
|
||||
<file>global.de.ini</file>
|
||||
|
|
Loading…
Reference in a new issue