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

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>