Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 18:35225588b895
add a list view for displaying feed entries from the selected feed
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 28 Apr 2010 03:46:47 +0200 |
parents | b1aeb98824c1 |
children | 0b8398ca6cd0 |
comparison
equal
deleted
inserted
replaced
17:5fda8bd94fa8 | 18:35225588b895 |
---|---|
19 <rect> | 19 <rect> |
20 <x>0</x> | 20 <x>0</x> |
21 <y>0</y> | 21 <y>0</y> |
22 <width>221</width> | 22 <width>221</width> |
23 <height>551</height> | 23 <height>551</height> |
24 </rect> | |
25 </property> | |
26 <property name="alternatingRowColors"> | |
27 <bool>true</bool> | |
28 </property> | |
29 <property name="resizeMode"> | |
30 <enum>QListView::Fixed</enum> | |
31 </property> | |
32 </widget> | |
33 <widget class="QListView" name="feedEntryList"> | |
34 <property name="geometry"> | |
35 <rect> | |
36 <x>230</x> | |
37 <y>0</y> | |
38 <width>571</width> | |
39 <height>111</height> | |
24 </rect> | 40 </rect> |
25 </property> | 41 </property> |
26 </widget> | 42 </widget> |
27 </widget> | 43 </widget> |
28 <widget class="QMenuBar" name="menubar"> | 44 <widget class="QMenuBar" name="menubar"> |