Mercurial > hg > Feedworm
annotate FeedSettings.ui @ 245:8e73a8ae863f
Fix the docstrings
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 09 Jun 2015 02:30:55 +0200 |
parents | a34cb404cef3 |
children |
rev | line source |
---|---|
48 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <ui version="4.0"> | |
3 <class>FeedSettings</class> | |
4 <widget class="QDialog" name="FeedSettings"> | |
5 <property name="geometry"> | |
6 <rect> | |
7 <x>0</x> | |
8 <y>0</y> | |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
9 <width>474</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
10 <height>222</height> |
48 | 11 </rect> |
12 </property> | |
13 <property name="windowTitle"> | |
14 <string>Dialog</string> | |
15 </property> | |
51
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
16 <property name="windowIcon"> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
17 <iconset resource="Feedworm.qrc"> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
19 </property> |
48 | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | |
22 <rect> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
23 <x>20</x> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
24 <y>180</y> |
48 | 25 <width>341</width> |
26 <height>32</height> | |
27 </rect> | |
28 </property> | |
29 <property name="orientation"> | |
30 <enum>Qt::Horizontal</enum> | |
31 </property> | |
32 <property name="standardButtons"> | |
33 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
34 </property> | |
35 </widget> | |
36 <widget class="QCheckBox" name="autoLoadArticle"> | |
37 <property name="geometry"> | |
38 <rect> | |
39 <x>10</x> | |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
40 <y>110</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
41 <width>361</width> |
48 | 42 <height>22</height> |
43 </rect> | |
44 </property> | |
45 <property name="text"> | |
46 <string>load article's url instead of displaying summary</string> | |
47 </property> | |
48 </widget> | |
77
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
49 <widget class="QCheckBox" name="alwaysOpenInBrowser"> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
50 <property name="geometry"> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
51 <rect> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
52 <x>10</x> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
53 <y>140</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
54 <width>410</width> |
77
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
55 <height>22</height> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
56 </rect> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
57 </property> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
58 <property name="text"> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
59 <string>when loading article's url, always use external browser</string> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
60 </property> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
61 </widget> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
62 <widget class="QLabel" name="label_4"> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
63 <property name="geometry"> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
64 <rect> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
65 <x>11</x> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
66 <y>11</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
67 <width>28</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
68 <height>16</height> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
69 </rect> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
70 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
71 <property name="maximumSize"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
72 <size> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
73 <width>35</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
74 <height>16777215</height> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
75 </size> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
76 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
77 <property name="text"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
78 <string>URL</string> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
79 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
80 </widget> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
81 <widget class="QLabel" name="urlLabel"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
82 <property name="geometry"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
83 <rect> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
84 <x>52</x> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
85 <y>11</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
86 <width>358</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
87 <height>16</height> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
88 </rect> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
89 </property> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
90 <property name="text"> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
91 <string/> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
92 </property> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
93 <property name="textInteractionFlags"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
94 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
95 </property> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
96 </widget> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
97 <widget class="QWidget" name=""> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
98 <property name="geometry"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
99 <rect> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
100 <x>10</x> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
101 <y>30</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
102 <width>401</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
103 <height>28</height> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
104 </rect> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
105 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
106 <layout class="QHBoxLayout" name="horizontalLayout"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
107 <item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
108 <widget class="QLabel" name="label"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
109 <property name="text"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
110 <string>Title</string> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
111 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
112 </widget> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
113 </item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
114 <item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
115 <widget class="QLineEdit" name="feedTitle"/> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
116 </item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
117 </layout> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
118 </widget> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
119 <widget class="QWidget" name=""> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
120 <property name="geometry"> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
121 <rect> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
122 <x>10</x> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
123 <y>70</y> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
124 <width>221</width> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
125 <height>28</height> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
126 </rect> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
127 </property> |
208
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
128 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
129 <item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
130 <widget class="QLabel" name="label_2"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
131 <property name="text"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
132 <string>Update every</string> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
133 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
134 </widget> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
135 </item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
136 <item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
137 <widget class="QLineEdit" name="updateInterval"/> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
138 </item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
139 <item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
140 <widget class="QLabel" name="label_3"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
141 <property name="text"> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
142 <string>minutes</string> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
143 </property> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
144 </widget> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
145 </item> |
a2552f1e450e
display the feed's URL on the feed settings dialog
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
79
diff
changeset
|
146 </layout> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
147 </widget> |
48 | 148 </widget> |
51
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
149 <resources> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
150 <include location="Feedworm.qrc"/> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
151 </resources> |
48 | 152 <connections> |
153 <connection> | |
154 <sender>buttonBox</sender> | |
155 <signal>accepted()</signal> | |
156 <receiver>FeedSettings</receiver> | |
157 <slot>accept()</slot> | |
158 <hints> | |
159 <hint type="sourcelabel"> | |
160 <x>248</x> | |
161 <y>254</y> | |
162 </hint> | |
163 <hint type="destinationlabel"> | |
164 <x>157</x> | |
165 <y>274</y> | |
166 </hint> | |
167 </hints> | |
168 </connection> | |
169 <connection> | |
170 <sender>buttonBox</sender> | |
171 <signal>rejected()</signal> | |
172 <receiver>FeedSettings</receiver> | |
173 <slot>reject()</slot> | |
174 <hints> | |
175 <hint type="sourcelabel"> | |
176 <x>316</x> | |
177 <y>260</y> | |
178 </hint> | |
179 <hint type="destinationlabel"> | |
180 <x>286</x> | |
181 <y>274</y> | |
182 </hint> | |
183 </hints> | |
184 </connection> | |
185 <connection> | |
186 <sender>autoLoadArticle</sender> | |
187 <signal>stateChanged(int)</signal> | |
188 <receiver>FeedSettings</receiver> | |
189 <slot>autoLoadArticleChanged()</slot> | |
190 <hints> | |
191 <hint type="sourcelabel"> | |
192 <x>175</x> | |
193 <y>20</y> | |
194 </hint> | |
195 <hint type="destinationlabel"> | |
196 <x>199</x> | |
197 <y>149</y> | |
198 </hint> | |
199 </hints> | |
200 </connection> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
201 <connection> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
202 <sender>feedTitle</sender> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
203 <signal>editingFinished()</signal> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
204 <receiver>FeedSettings</receiver> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
205 <slot>editingTitleFinished()</slot> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
206 <hints> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
207 <hint type="sourcelabel"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
208 <x>212</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
209 <y>21</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
210 </hint> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
211 <hint type="destinationlabel"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
212 <x>199</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
213 <y>62</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
214 </hint> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
215 </hints> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
216 </connection> |
77
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
217 <connection> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
218 <sender>alwaysOpenInBrowser</sender> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
219 <signal>stateChanged(int)</signal> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
220 <receiver>FeedSettings</receiver> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
221 <slot>alwaysOpenInExternalBrowser()</slot> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
222 <hints> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
223 <hint type="sourcelabel"> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
224 <x>195</x> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
225 <y>80</y> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
226 </hint> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
227 <hint type="destinationlabel"> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
228 <x>199</x> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
229 <y>69</y> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
230 </hint> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
231 </hints> |
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
232 </connection> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
233 <connection> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
234 <sender>updateInterval</sender> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
235 <signal>editingFinished()</signal> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
236 <receiver>FeedSettings</receiver> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
237 <slot>editingUpdateIntervalFinished()</slot> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
238 <hints> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
239 <hint type="sourcelabel"> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
240 <x>127</x> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
241 <y>56</y> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
242 </hint> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
243 <hint type="destinationlabel"> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
244 <x>199</x> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
245 <y>88</y> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
246 </hint> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
247 </hints> |
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
248 </connection> |
48 | 249 </connections> |
250 <slots> | |
251 <slot>autoLoadArticleChanged()</slot> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
252 <slot>editingTitleFinished()</slot> |
77
d292ab61ed6f
Add another setting to feed: when opening a feed entry in browser, you can force opening it in an external browser now. This is because some sites just crash the QWebView.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
52
diff
changeset
|
253 <slot>alwaysOpenInExternalBrowser()</slot> |
79
d11c3f71ac40
Make update interval editable via the feed's settings dialog.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
77
diff
changeset
|
254 <slot>editingUpdateIntervalFinished()</slot> |
48 | 255 </slots> |
256 </ui> |