comparison FeedSettings.ui @ 235:a34cb404cef3

remove the Ui_ prefix from the Qt designer files - The eric IDE will add it without any configuration. Rewrite the Makefile to behave as eric.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 26 Jan 2015 13:38:55 +0100
parents Ui_FeedSettings.ui@a2552f1e450e
children
comparison
equal deleted inserted replaced
234:82199c57ad93 235:a34cb404cef3
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>474</width>
10 <height>222</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="Feedworm.qrc">
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset>
19 </property>
20 <widget class="QDialogButtonBox" name="buttonBox">
21 <property name="geometry">
22 <rect>
23 <x>20</x>
24 <y>180</y>
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>
40 <y>110</y>
41 <width>361</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>
49 <widget class="QCheckBox" name="alwaysOpenInBrowser">
50 <property name="geometry">
51 <rect>
52 <x>10</x>
53 <y>140</y>
54 <width>410</width>
55 <height>22</height>
56 </rect>
57 </property>
58 <property name="text">
59 <string>when loading article's url, always use external browser</string>
60 </property>
61 </widget>
62 <widget class="QLabel" name="label_4">
63 <property name="geometry">
64 <rect>
65 <x>11</x>
66 <y>11</y>
67 <width>28</width>
68 <height>16</height>
69 </rect>
70 </property>
71 <property name="maximumSize">
72 <size>
73 <width>35</width>
74 <height>16777215</height>
75 </size>
76 </property>
77 <property name="text">
78 <string>URL</string>
79 </property>
80 </widget>
81 <widget class="QLabel" name="urlLabel">
82 <property name="geometry">
83 <rect>
84 <x>52</x>
85 <y>11</y>
86 <width>358</width>
87 <height>16</height>
88 </rect>
89 </property>
90 <property name="text">
91 <string/>
92 </property>
93 <property name="textInteractionFlags">
94 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
95 </property>
96 </widget>
97 <widget class="QWidget" name="">
98 <property name="geometry">
99 <rect>
100 <x>10</x>
101 <y>30</y>
102 <width>401</width>
103 <height>28</height>
104 </rect>
105 </property>
106 <layout class="QHBoxLayout" name="horizontalLayout">
107 <item>
108 <widget class="QLabel" name="label">
109 <property name="text">
110 <string>Title</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <widget class="QLineEdit" name="feedTitle"/>
116 </item>
117 </layout>
118 </widget>
119 <widget class="QWidget" name="">
120 <property name="geometry">
121 <rect>
122 <x>10</x>
123 <y>70</y>
124 <width>221</width>
125 <height>28</height>
126 </rect>
127 </property>
128 <layout class="QHBoxLayout" name="horizontalLayout_2">
129 <item>
130 <widget class="QLabel" name="label_2">
131 <property name="text">
132 <string>Update every</string>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <widget class="QLineEdit" name="updateInterval"/>
138 </item>
139 <item>
140 <widget class="QLabel" name="label_3">
141 <property name="text">
142 <string>minutes</string>
143 </property>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 </widget>
149 <resources>
150 <include location="Feedworm.qrc"/>
151 </resources>
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>
201 <connection>
202 <sender>feedTitle</sender>
203 <signal>editingFinished()</signal>
204 <receiver>FeedSettings</receiver>
205 <slot>editingTitleFinished()</slot>
206 <hints>
207 <hint type="sourcelabel">
208 <x>212</x>
209 <y>21</y>
210 </hint>
211 <hint type="destinationlabel">
212 <x>199</x>
213 <y>62</y>
214 </hint>
215 </hints>
216 </connection>
217 <connection>
218 <sender>alwaysOpenInBrowser</sender>
219 <signal>stateChanged(int)</signal>
220 <receiver>FeedSettings</receiver>
221 <slot>alwaysOpenInExternalBrowser()</slot>
222 <hints>
223 <hint type="sourcelabel">
224 <x>195</x>
225 <y>80</y>
226 </hint>
227 <hint type="destinationlabel">
228 <x>199</x>
229 <y>69</y>
230 </hint>
231 </hints>
232 </connection>
233 <connection>
234 <sender>updateInterval</sender>
235 <signal>editingFinished()</signal>
236 <receiver>FeedSettings</receiver>
237 <slot>editingUpdateIntervalFinished()</slot>
238 <hints>
239 <hint type="sourcelabel">
240 <x>127</x>
241 <y>56</y>
242 </hint>
243 <hint type="destinationlabel">
244 <x>199</x>
245 <y>88</y>
246 </hint>
247 </hints>
248 </connection>
249 </connections>
250 <slots>
251 <slot>autoLoadArticleChanged()</slot>
252 <slot>editingTitleFinished()</slot>
253 <slot>alwaysOpenInExternalBrowser()</slot>
254 <slot>editingUpdateIntervalFinished()</slot>
255 </slots>
256 </ui>