Mercurial > hg > Feedworm
comparison 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 |
comparison
equal
deleted
inserted
replaced
76:f909550683b0 | 77:d292ab61ed6f |
---|---|
5 <property name="geometry"> | 5 <property name="geometry"> |
6 <rect> | 6 <rect> |
7 <x>0</x> | 7 <x>0</x> |
8 <y>0</y> | 8 <y>0</y> |
9 <width>400</width> | 9 <width>400</width> |
10 <height>126</height> | 10 <height>140</height> |
11 </rect> | 11 </rect> |
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Dialog</string> | 14 <string>Dialog</string> |
15 </property> | 15 </property> |
19 </property> | 19 </property> |
20 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | 21 <property name="geometry"> |
22 <rect> | 22 <rect> |
23 <x>20</x> | 23 <x>20</x> |
24 <y>80</y> | 24 <y>100</y> |
25 <width>341</width> | 25 <width>341</width> |
26 <height>32</height> | 26 <height>32</height> |
27 </rect> | 27 </rect> |
28 </property> | 28 </property> |
29 <property name="orientation"> | 29 <property name="orientation"> |
65 <height>17</height> | 65 <height>17</height> |
66 </rect> | 66 </rect> |
67 </property> | 67 </property> |
68 <property name="text"> | 68 <property name="text"> |
69 <string>Title</string> | 69 <string>Title</string> |
70 </property> | |
71 </widget> | |
72 <widget class="QCheckBox" name="alwaysOpenInBrowser"> | |
73 <property name="geometry"> | |
74 <rect> | |
75 <x>10</x> | |
76 <y>70</y> | |
77 <width>371</width> | |
78 <height>22</height> | |
79 </rect> | |
80 </property> | |
81 <property name="text"> | |
82 <string>when loading article's url, always use external browser</string> | |
70 </property> | 83 </property> |
71 </widget> | 84 </widget> |
72 </widget> | 85 </widget> |
73 <resources> | 86 <resources> |
74 <include location="Feedworm.qrc"/> | 87 <include location="Feedworm.qrc"/> |
136 <x>199</x> | 149 <x>199</x> |
137 <y>62</y> | 150 <y>62</y> |
138 </hint> | 151 </hint> |
139 </hints> | 152 </hints> |
140 </connection> | 153 </connection> |
154 <connection> | |
155 <sender>alwaysOpenInBrowser</sender> | |
156 <signal>stateChanged(int)</signal> | |
157 <receiver>FeedSettings</receiver> | |
158 <slot>alwaysOpenInExternalBrowser()</slot> | |
159 <hints> | |
160 <hint type="sourcelabel"> | |
161 <x>195</x> | |
162 <y>80</y> | |
163 </hint> | |
164 <hint type="destinationlabel"> | |
165 <x>199</x> | |
166 <y>69</y> | |
167 </hint> | |
168 </hints> | |
169 </connection> | |
141 </connections> | 170 </connections> |
142 <slots> | 171 <slots> |
143 <slot>autoLoadArticleChanged()</slot> | 172 <slot>autoLoadArticleChanged()</slot> |
144 <slot>editingTitleFinished()</slot> | 173 <slot>editingTitleFinished()</slot> |
174 <slot>alwaysOpenInExternalBrowser()</slot> | |
145 </slots> | 175 </slots> |
146 </ui> | 176 </ui> |