comparison Preferences.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_Preferences.ui@2c91b5653878
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>Preferences</class>
4 <widget class="QDialog" name="Preferences">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>373</width>
10 <height>288</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Preferences</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>10</x>
24 <y>250</y>
25 <width>160</width>
26 <height>27</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="startMaximized">
37 <property name="geometry">
38 <rect>
39 <x>10</x>
40 <y>10</y>
41 <width>141</width>
42 <height>22</height>
43 </rect>
44 </property>
45 <property name="text">
46 <string>Start maximized</string>
47 </property>
48 </widget>
49 <widget class="QCheckBox" name="hideReadFeedEntries">
50 <property name="geometry">
51 <rect>
52 <x>10</x>
53 <y>70</y>
54 <width>171</width>
55 <height>22</height>
56 </rect>
57 </property>
58 <property name="text">
59 <string>Hide read feed entries</string>
60 </property>
61 </widget>
62 <widget class="QCheckBox" name="showOnlyUnreadFeeds">
63 <property name="geometry">
64 <rect>
65 <x>10</x>
66 <y>40</y>
67 <width>301</width>
68 <height>22</height>
69 </rect>
70 </property>
71 <property name="text">
72 <string>Show only feeds that have unread entries</string>
73 </property>
74 </widget>
75 <widget class="QGroupBox" name="groupBox">
76 <property name="geometry">
77 <rect>
78 <x>10</x>
79 <y>100</y>
80 <width>353</width>
81 <height>106</height>
82 </rect>
83 </property>
84 <property name="title">
85 <string>Web Proxy</string>
86 </property>
87 <widget class="QWidget" name="layoutWidget">
88 <property name="geometry">
89 <rect>
90 <x>6</x>
91 <y>20</y>
92 <width>336</width>
93 <height>78</height>
94 </rect>
95 </property>
96 <layout class="QGridLayout" name="gridLayout">
97 <item row="2" column="0">
98 <widget class="QLabel" name="label_2">
99 <property name="text">
100 <string>Port</string>
101 </property>
102 </widget>
103 </item>
104 <item row="1" column="1">
105 <widget class="QLineEdit" name="proxyHost"/>
106 </item>
107 <item row="2" column="1">
108 <widget class="QLineEdit" name="proxyPort"/>
109 </item>
110 <item row="1" column="0">
111 <widget class="QLabel" name="label">
112 <property name="text">
113 <string>Host</string>
114 </property>
115 </widget>
116 </item>
117 <item row="0" column="1">
118 <widget class="QCheckBox" name="useProxy">
119 <property name="text">
120 <string>Use proxy</string>
121 </property>
122 </widget>
123 </item>
124 </layout>
125 </widget>
126 </widget>
127 <widget class="QLabel" name="label_3">
128 <property name="geometry">
129 <rect>
130 <x>11</x>
131 <y>215</y>
132 <width>136</width>
133 <height>17</height>
134 </rect>
135 </property>
136 <property name="text">
137 <string>Keep feed entries for </string>
138 </property>
139 </widget>
140 <widget class="QLineEdit" name="daysToKeepFeedEntries">
141 <property name="geometry">
142 <rect>
143 <x>150</x>
144 <y>210</y>
145 <width>31</width>
146 <height>23</height>
147 </rect>
148 </property>
149 <property name="text">
150 <string/>
151 </property>
152 </widget>
153 <widget class="QLabel" name="label_4">
154 <property name="geometry">
155 <rect>
156 <x>190</x>
157 <y>215</y>
158 <width>31</width>
159 <height>17</height>
160 </rect>
161 </property>
162 <property name="text">
163 <string>days</string>
164 </property>
165 </widget>
166 </widget>
167 <resources>
168 <include location="Feedworm.qrc"/>
169 </resources>
170 <connections>
171 <connection>
172 <sender>buttonBox</sender>
173 <signal>accepted()</signal>
174 <receiver>Preferences</receiver>
175 <slot>accept()</slot>
176 <hints>
177 <hint type="sourcelabel">
178 <x>248</x>
179 <y>254</y>
180 </hint>
181 <hint type="destinationlabel">
182 <x>157</x>
183 <y>274</y>
184 </hint>
185 </hints>
186 </connection>
187 <connection>
188 <sender>buttonBox</sender>
189 <signal>rejected()</signal>
190 <receiver>Preferences</receiver>
191 <slot>reject()</slot>
192 <hints>
193 <hint type="sourcelabel">
194 <x>316</x>
195 <y>260</y>
196 </hint>
197 <hint type="destinationlabel">
198 <x>286</x>
199 <y>274</y>
200 </hint>
201 </hints>
202 </connection>
203 <connection>
204 <sender>startMaximized</sender>
205 <signal>stateChanged(int)</signal>
206 <receiver>Preferences</receiver>
207 <slot>startMaximizedChanged()</slot>
208 <hints>
209 <hint type="sourcelabel">
210 <x>80</x>
211 <y>20</y>
212 </hint>
213 <hint type="destinationlabel">
214 <x>199</x>
215 <y>149</y>
216 </hint>
217 </hints>
218 </connection>
219 <connection>
220 <sender>hideReadFeedEntries</sender>
221 <signal>stateChanged(int)</signal>
222 <receiver>Preferences</receiver>
223 <slot>hideReadFeedEntriesChanged()</slot>
224 <hints>
225 <hint type="sourcelabel">
226 <x>95</x>
227 <y>50</y>
228 </hint>
229 <hint type="destinationlabel">
230 <x>199</x>
231 <y>149</y>
232 </hint>
233 </hints>
234 </connection>
235 <connection>
236 <sender>showOnlyUnreadFeeds</sender>
237 <signal>stateChanged(int)</signal>
238 <receiver>Preferences</receiver>
239 <slot>showOnlyFeedsWithUnreadEntries()</slot>
240 <hints>
241 <hint type="sourcelabel">
242 <x>160</x>
243 <y>50</y>
244 </hint>
245 <hint type="destinationlabel">
246 <x>199</x>
247 <y>75</y>
248 </hint>
249 </hints>
250 </connection>
251 <connection>
252 <sender>daysToKeepFeedEntries</sender>
253 <signal>editingFinished()</signal>
254 <receiver>Preferences</receiver>
255 <slot>daysToKeepFeedEntriesFinishedEditing()</slot>
256 <hints>
257 <hint type="sourcelabel">
258 <x>165</x>
259 <y>211</y>
260 </hint>
261 <hint type="destinationlabel">
262 <x>194</x>
263 <y>138</y>
264 </hint>
265 </hints>
266 </connection>
267 </connections>
268 <slots>
269 <slot>startMaximizedChanged()</slot>
270 <slot>hideReadFeedEntriesChanged()</slot>
271 <slot>showOnlyFeedsWithUnreadEntries()</slot>
272 <slot>daysToKeepFeedEntriesFinishedEditing()</slot>
273 </slots>
274 </ui>