add an icon for dialogwaiting

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2131 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-04-30 08:57:53 +00:00
parent 70beaea9cc
commit e4c8a83b6e
4 changed files with 230 additions and 210 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
ico/48x48/user-away.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,5 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<RCC>
<qresource prefix="/">
<file>ico/128x128/diagram.png</file>
<file>ico/128x128/settings.png</file>
<file>ico/128x128/document-export.png</file>
@@ -204,5 +204,7 @@
<file>ico/splash.png</file>
<file>titleblocks/default.titleblock</file>
<file>LICENSE</file>
<file>ico/48x48/user-away.png</file>
<file>ico/48x48/user-away-extended.png</file>
</qresource>
</RCC>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>136</height>
<height>147</height>
</rect>
</property>
<property name="windowTitle">
@@ -23,7 +23,7 @@
<item>
<widget class="QLabel" name="labelTitle">
<property name="text">
<string>TextLabel</string>
<string>Titre</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
@@ -33,6 +33,22 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../qelectrotech.qrc">:/ico/48x48/user-away-extended.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
@@ -64,6 +80,8 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../../qelectrotech.qrc"/>
</resources>
<connections/>
</ui>