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>
|
<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 &copy; <a href="https://github.com/Syping/">Syping
|
||||||
<string>&Close</string>
|
<string>&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>
|
||||||
|
|
|
@ -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
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>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>
|
||||||
|
|
Loading…
Reference in a new issue