Added Popularity view as icons to display for each channel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2487 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-05 11:58:35 +00:00
parent eccd429f42
commit 4afa46cb82
10 changed files with 67 additions and 11 deletions

View file

@ -209,6 +209,12 @@ p, li { white-space: pre-wrap; }
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="iconSize">
<size>
<width>19</width>
<height>19</height>
</size>
</property>
</widget>
</item>
</layout>