Added a icon label to RSImageBlockWidget

changed some icons for encrypted messages

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-09-25 15:58:01 +00:00
parent 3ced628dc3
commit 440968cb98
7 changed files with 52 additions and 27 deletions

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>476</width>
<height>34</height>
<height>38</height>
</rect>
</property>
<property name="windowTitle">
@ -96,6 +96,16 @@
<property name="margin">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="imageLabel">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../images.qrc">:/images/imageblocked_24.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="infoLabel">
<property name="text">
@ -128,6 +138,8 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>