Mercurial > hg > Feedworm
annotate Ui_MainWindow.ui @ 30:ee1432a91141
map the potentially long columns as Text (CLOB) not as String (VARCHAR)
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 29 Apr 2010 16:49:45 +0200 |
parents | f9a3223182c5 |
children | f371d02fa09d |
rev | line source |
---|---|
14 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <ui version="4.0"> | |
3 <class>MainWindow</class> | |
4 <widget class="QMainWindow" name="MainWindow"> | |
5 <property name="geometry"> | |
6 <rect> | |
7 <x>0</x> | |
8 <y>0</y> | |
20 | 9 <width>992</width> |
10 <height>750</height> | |
14 | 11 </rect> |
12 </property> | |
13 <property name="windowTitle"> | |
14 <string>Feedworm</string> | |
15 </property> | |
26 | 16 <property name="windowIcon"> |
17 <iconset> | |
18 <normaloff>worm.png</normaloff>worm.png</iconset> | |
19 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
20 <widget class="QWidget" name="centralwidget"> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
21 <layout class="QGridLayout" name="gridLayout"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
22 <item row="0" column="0"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
23 <widget class="QSplitter" name="splitter_2"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
24 <property name="orientation"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
25 <enum>Qt::Horizontal</enum> |
20 | 26 </property> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
27 <widget class="QListView" name="feedList"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
28 <property name="alternatingRowColors"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
29 <bool>true</bool> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
30 </property> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
31 <property name="resizeMode"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
32 <enum>QListView::Fixed</enum> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
33 </property> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
34 </widget> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
35 <widget class="QSplitter" name="splitter"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
36 <property name="orientation"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
37 <enum>Qt::Vertical</enum> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
38 </property> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
39 <widget class="QListView" name="feedEntryList"/> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
40 <widget class="QWebView" name="webView"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
41 <property name="url"> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
42 <url> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
43 <string>about:blank</string> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
44 </url> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
45 </property> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
46 </widget> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
47 </widget> |
20 | 48 </widget> |
22
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
49 </item> |
cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
20
diff
changeset
|
50 </layout> |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
51 </widget> |
14 | 52 <widget class="QMenuBar" name="menubar"> |
53 <property name="geometry"> | |
54 <rect> | |
55 <x>0</x> | |
56 <y>0</y> | |
20 | 57 <width>992</width> |
14 | 58 <height>27</height> |
59 </rect> | |
60 </property> | |
61 <widget class="QMenu" name="menuFeed"> | |
62 <property name="title"> | |
63 <string>Feed</string> | |
64 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
65 <addaction name="actionAdd"/> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
66 <addaction name="separator"/> |
14 | 67 <addaction name="actionQuit"/> |
68 </widget> | |
69 <addaction name="menuFeed"/> | |
70 </widget> | |
71 <widget class="QStatusBar" name="statusbar"/> | |
72 <action name="actionQuit"> | |
73 <property name="text"> | |
74 <string>Quit</string> | |
75 </property> | |
76 <property name="shortcut"> | |
77 <string>Ctrl+Q</string> | |
78 </property> | |
79 </action> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
80 <action name="actionAdd"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
81 <property name="text"> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
82 <string>Add ...</string> |
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
83 </property> |
26 | 84 <property name="shortcut"> |
85 <string>Ctrl+A</string> | |
86 </property> | |
15
b1aeb98824c1
Add a list view displaying all feeds
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
14
diff
changeset
|
87 </action> |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
88 <action name="actionXxx"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
89 <property name="text"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
90 <string>xxx</string> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
91 </property> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
92 </action> |
14 | 93 </widget> |
20 | 94 <customwidgets> |
95 <customwidget> | |
96 <class>QWebView</class> | |
97 <extends>QWidget</extends> | |
98 <header>QtWebKit/QWebView</header> | |
99 </customwidget> | |
100 </customwidgets> | |
14 | 101 <resources/> |
102 <connections> | |
103 <connection> | |
104 <sender>actionQuit</sender> | |
105 <signal>activated()</signal> | |
106 <receiver>MainWindow</receiver> | |
107 <slot>close()</slot> | |
108 <hints> | |
109 <hint type="sourcelabel"> | |
110 <x>-1</x> | |
111 <y>-1</y> | |
112 </hint> | |
113 <hint type="destinationlabel"> | |
114 <x>399</x> | |
115 <y>299</y> | |
116 </hint> | |
117 </hints> | |
118 </connection> | |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
119 <connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
120 <sender>actionAdd</sender> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
121 <signal>activated()</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
122 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
123 <slot>addFeed()</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
124 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
125 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
126 <x>-1</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
127 <y>-1</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
128 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
129 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
130 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
131 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
132 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
133 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
134 </connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
135 <connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
136 <sender>feedList</sender> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
137 <signal>clicked(QModelIndex)</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
138 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
139 <slot>feedSelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
140 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
141 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
142 <x>126</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
143 <y>377</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
144 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
145 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
146 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
147 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
148 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
149 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
150 </connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
151 <connection> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
152 <sender>feedEntryList</sender> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
153 <signal>clicked(QModelIndex)</signal> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
154 <receiver>MainWindow</receiver> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
155 <slot>feedEntrySelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
156 <hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
157 <hint type="sourcelabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
158 <x>616</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
159 <y>117</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
160 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
161 <hint type="destinationlabel"> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
162 <x>495</x> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
163 <y>374</y> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
164 </hint> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
165 </hints> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
166 </connection> |
14 | 167 </connections> |
23
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
168 <slots> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
169 <slot>addFeed()</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
170 <slot>feedSelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
171 <slot>feedEntrySelected(QModelIndex)</slot> |
dcc8abff0694
All the wiring of slots is done through QtDesigner now, look how much code has just disappeared :-)
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
22
diff
changeset
|
172 </slots> |
14 | 173 </ui> |