comparison Ui_MainWindow.ui @ 15:b1aeb98824c1

Add a list view displaying all feeds
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 28 Apr 2010 02:57:41 +0200
parents 42a225be7e56
children 35225588b895
comparison
equal deleted inserted replaced
14:42a225be7e56 15:b1aeb98824c1
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Feedworm</string> 14 <string>Feedworm</string>
15 </property> 15 </property>
16 <widget class="QWidget" name="centralwidget"/> 16 <widget class="QWidget" name="centralwidget">
17 <widget class="QListView" name="feedList">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>221</width>
23 <height>551</height>
24 </rect>
25 </property>
26 </widget>
27 </widget>
17 <widget class="QMenuBar" name="menubar"> 28 <widget class="QMenuBar" name="menubar">
18 <property name="geometry"> 29 <property name="geometry">
19 <rect> 30 <rect>
20 <x>0</x> 31 <x>0</x>
21 <y>0</y> 32 <y>0</y>
25 </property> 36 </property>
26 <widget class="QMenu" name="menuFeed"> 37 <widget class="QMenu" name="menuFeed">
27 <property name="title"> 38 <property name="title">
28 <string>Feed</string> 39 <string>Feed</string>
29 </property> 40 </property>
41 <addaction name="actionAdd"/>
42 <addaction name="separator"/>
30 <addaction name="actionQuit"/> 43 <addaction name="actionQuit"/>
31 </widget> 44 </widget>
32 <addaction name="menuFeed"/> 45 <addaction name="menuFeed"/>
33 </widget> 46 </widget>
34 <widget class="QStatusBar" name="statusbar"/> 47 <widget class="QStatusBar" name="statusbar"/>
36 <property name="text"> 49 <property name="text">
37 <string>Quit</string> 50 <string>Quit</string>
38 </property> 51 </property>
39 <property name="shortcut"> 52 <property name="shortcut">
40 <string>Ctrl+Q</string> 53 <string>Ctrl+Q</string>
54 </property>
55 </action>
56 <action name="actionAdd">
57 <property name="text">
58 <string>Add ...</string>
41 </property> 59 </property>
42 </action> 60 </action>
43 </widget> 61 </widget>
44 <resources/> 62 <resources/>
45 <connections> 63 <connections>