- Most of the code is there for rss feeds grouping. However it is not used yet and it is probably quite unstable

This commit is contained in:
Christophe Dumez 2009-08-22 14:06:05 +00:00
parent fdaeafc701
commit 73dbce45b2
8 changed files with 880 additions and 637 deletions

View file

@ -101,7 +101,7 @@
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="columnCount">
<number>2</number>
<number>3</number>
</property>
<column>
<property name="text">
@ -110,7 +110,12 @@
</column>
<column>
<property name="text">
<string>2</string>
<string>url</string>
</property>
</column>
<column>
<property name="text">
<string>type</string>
</property>
</column>
</widget>