annotate Ui_MainWindow.ui @ 26:f9a3223182c5

add a window icon
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 29 Apr 2010 06:47:22 +0200
parents dcc8abff0694
children f371d02fa09d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 <ui version="4.0">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 <class>MainWindow</class>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 <widget class="QMainWindow" name="MainWindow">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 <property name="geometry">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 <rect>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 <x>0</x>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 <y>0</y>
20
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
9 <width>992</width>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
10 <height>750</height>
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 </rect>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 </property>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 <property name="windowTitle">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 <string>Feedworm</string>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 </property>
26
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
16 <property name="windowIcon">
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
17 <iconset>
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
18 <normaloff>worm.png</normaloff>worm.png</iconset>
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
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
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
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
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
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
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
52 <widget class="QMenuBar" name="menubar">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
53 <property name="geometry">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
54 <rect>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
55 <x>0</x>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
56 <y>0</y>
20
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
57 <width>992</width>
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
58 <height>27</height>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
59 </rect>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
60 </property>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
61 <widget class="QMenu" name="menuFeed">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
62 <property name="title">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
63 <string>Feed</string>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
67 <addaction name="actionQuit"/>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
68 </widget>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
69 <addaction name="menuFeed"/>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
70 </widget>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
71 <widget class="QStatusBar" name="statusbar"/>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
72 <action name="actionQuit">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
73 <property name="text">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
74 <string>Quit</string>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
75 </property>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
76 <property name="shortcut">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
77 <string>Ctrl+Q</string>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
78 </property>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
84 <property name="shortcut">
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
85 <string>Ctrl+A</string>
f9a3223182c5 add a window icon
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 23
diff changeset
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
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
93 </widget>
20
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
94 <customwidgets>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
95 <customwidget>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
96 <class>QWebView</class>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
97 <extends>QWidget</extends>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
98 <header>QtWebKit/QWebView</header>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
99 </customwidget>
0b8398ca6cd0 oops forgot these ones
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 18
diff changeset
100 </customwidgets>
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
101 <resources/>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
102 <connections>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
103 <connection>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
104 <sender>actionQuit</sender>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
105 <signal>activated()</signal>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
106 <receiver>MainWindow</receiver>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
107 <slot>close()</slot>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
108 <hints>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
109 <hint type="sourcelabel">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
110 <x>-1</x>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
111 <y>-1</y>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
112 </hint>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
113 <hint type="destinationlabel">
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
114 <x>399</x>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
115 <y>299</y>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
116 </hint>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
117 </hints>
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
173 </ui>