rss : from qlistwidget to qtreewidget

This commit is contained in:
Arnaud Demaiziere 2007-04-15 19:06:19 +00:00
commit 2c6b66a834
3 changed files with 67 additions and 55 deletions

View file

@ -36,23 +36,18 @@
<number>6</number>
</property>
<item>
<widget class="QLabel" name="lbl_streams" >
<property name="font" >
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>RSS streams:</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listStreams" >
<widget class="QTreeWidget" name="listStreams" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="columnCount" >
<number>1</number>
</property>
<column>
<property name="text" >
<string>RSS streams :</string>
</property>
</column>
</widget>
</item>
<item>