comparison Ui_MainWindow.ui @ 20:0b8398ca6cd0

oops forgot these ones
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 28 Apr 2010 04:00:56 +0200
parents 35225588b895
children cb9d8da0f307
comparison
equal deleted inserted replaced
19:6f7003fc6e6d 20:0b8398ca6cd0
4 <widget class="QMainWindow" name="MainWindow"> 4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>800</width> 9 <width>992</width>
10 <height>600</height> 10 <height>750</height>
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"> 17 <widget class="QSplitter" name="splitter_2">
18 <property name="geometry"> 18 <property name="geometry">
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>991</width>
23 <height>551</height> 23 <height>701</height>
24 </rect> 24 </rect>
25 </property> 25 </property>
26 <property name="alternatingRowColors"> 26 <property name="orientation">
27 <bool>true</bool> 27 <enum>Qt::Horizontal</enum>
28 </property> 28 </property>
29 <property name="resizeMode"> 29 <widget class="QListView" name="feedList">
30 <enum>QListView::Fixed</enum> 30 <property name="alternatingRowColors">
31 </property> 31 <bool>true</bool>
32 </widget> 32 </property>
33 <widget class="QListView" name="feedEntryList"> 33 <property name="resizeMode">
34 <property name="geometry"> 34 <enum>QListView::Fixed</enum>
35 <rect> 35 </property>
36 <x>230</x> 36 </widget>
37 <y>0</y> 37 <widget class="QSplitter" name="splitter">
38 <width>571</width> 38 <property name="orientation">
39 <height>111</height> 39 <enum>Qt::Vertical</enum>
40 </rect> 40 </property>
41 </property> 41 <widget class="QListView" name="feedEntryList"/>
42 <widget class="QWebView" name="webView">
43 <property name="url">
44 <url>
45 <string>about:blank</string>
46 </url>
47 </property>
48 </widget>
49 </widget>
42 </widget> 50 </widget>
43 </widget> 51 </widget>
44 <widget class="QMenuBar" name="menubar"> 52 <widget class="QMenuBar" name="menubar">
45 <property name="geometry"> 53 <property name="geometry">
46 <rect> 54 <rect>
47 <x>0</x> 55 <x>0</x>
48 <y>0</y> 56 <y>0</y>
49 <width>800</width> 57 <width>992</width>
50 <height>27</height> 58 <height>27</height>
51 </rect> 59 </rect>
52 </property> 60 </property>
53 <widget class="QMenu" name="menuFeed"> 61 <widget class="QMenu" name="menuFeed">
54 <property name="title"> 62 <property name="title">
73 <property name="text"> 81 <property name="text">
74 <string>Add ...</string> 82 <string>Add ...</string>
75 </property> 83 </property>
76 </action> 84 </action>
77 </widget> 85 </widget>
86 <customwidgets>
87 <customwidget>
88 <class>QWebView</class>
89 <extends>QWidget</extends>
90 <header>QtWebKit/QWebView</header>
91 </customwidget>
92 </customwidgets>
78 <resources/> 93 <resources/>
79 <connections> 94 <connections>
80 <connection> 95 <connection>
81 <sender>actionQuit</sender> 96 <sender>actionQuit</sender>
82 <signal>activated()</signal> 97 <signal>activated()</signal>