Mercurial > hg > Feedworm
annotate Ui_FeedSettings.ui @ 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.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 14 Aug 2010 02:53:49 +0200 |
parents | 6bc6899f3330 |
children | d11c3f71ac40 |
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> | |
9 <width>400</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
|
10 <height>140</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> |
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
|
24 <y>100</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> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
40 <y>40</y> |
48 | 41 <width>331</width> |
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> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
49 <widget class="QLineEdit" name="feedTitle"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
50 <property name="geometry"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
51 <rect> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
52 <x>42</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
53 <y>10</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
54 <width>341</width> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
55 <height>23</height> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
56 </rect> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
57 </property> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
58 </widget> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
59 <widget class="QLabel" name="label"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
60 <property name="geometry"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
61 <rect> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
62 <x>11</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
63 <y>11</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
64 <width>26</width> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
65 <height>17</height> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
66 </rect> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
67 </property> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
68 <property name="text"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
69 <string>Title</string> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
70 </property> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
71 </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
|
72 <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
|
73 <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
|
74 <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
|
75 <x>10</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
|
76 <y>70</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
|
77 <width>371</width> |
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
|
78 <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
|
79 </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
|
80 </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
|
81 <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
|
82 <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
|
83 </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
|
84 </widget> |
48 | 85 </widget> |
51
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
86 <resources> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
87 <include location="Feedworm.qrc"/> |
8eee0e671696
set our custom window icon on all dialogs
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
48
diff
changeset
|
88 </resources> |
48 | 89 <connections> |
90 <connection> | |
91 <sender>buttonBox</sender> | |
92 <signal>accepted()</signal> | |
93 <receiver>FeedSettings</receiver> | |
94 <slot>accept()</slot> | |
95 <hints> | |
96 <hint type="sourcelabel"> | |
97 <x>248</x> | |
98 <y>254</y> | |
99 </hint> | |
100 <hint type="destinationlabel"> | |
101 <x>157</x> | |
102 <y>274</y> | |
103 </hint> | |
104 </hints> | |
105 </connection> | |
106 <connection> | |
107 <sender>buttonBox</sender> | |
108 <signal>rejected()</signal> | |
109 <receiver>FeedSettings</receiver> | |
110 <slot>reject()</slot> | |
111 <hints> | |
112 <hint type="sourcelabel"> | |
113 <x>316</x> | |
114 <y>260</y> | |
115 </hint> | |
116 <hint type="destinationlabel"> | |
117 <x>286</x> | |
118 <y>274</y> | |
119 </hint> | |
120 </hints> | |
121 </connection> | |
122 <connection> | |
123 <sender>autoLoadArticle</sender> | |
124 <signal>stateChanged(int)</signal> | |
125 <receiver>FeedSettings</receiver> | |
126 <slot>autoLoadArticleChanged()</slot> | |
127 <hints> | |
128 <hint type="sourcelabel"> | |
129 <x>175</x> | |
130 <y>20</y> | |
131 </hint> | |
132 <hint type="destinationlabel"> | |
133 <x>199</x> | |
134 <y>149</y> | |
135 </hint> | |
136 </hints> | |
137 </connection> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
138 <connection> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
139 <sender>feedTitle</sender> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
140 <signal>editingFinished()</signal> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
141 <receiver>FeedSettings</receiver> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
142 <slot>editingTitleFinished()</slot> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
143 <hints> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
144 <hint type="sourcelabel"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
145 <x>212</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
146 <y>21</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
147 </hint> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
148 <hint type="destinationlabel"> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
149 <x>199</x> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
150 <y>62</y> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
151 </hint> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
152 </hints> |
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
153 </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
|
154 <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
|
155 <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
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 <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
|
162 <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
|
163 </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
|
164 <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
|
165 <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
|
166 <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
|
167 </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
|
168 </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
|
169 </connection> |
48 | 170 </connections> |
171 <slots> | |
172 <slot>autoLoadArticleChanged()</slot> | |
52
6bc6899f3330
allow changing a feed's title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
51
diff
changeset
|
173 <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
|
174 <slot>alwaysOpenInExternalBrowser()</slot> |
48 | 175 </slots> |
176 </ui> |