Preferences/ConfigurationPages/ProjectPage.ui

changeset 0
de9c2efb9d02
child 608
d8fea1e76975
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>ProjectPage</class>
3 <widget class="QWidget" name="ProjectPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>602</width>
9 <height>624</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" name="verticalLayout" >
13 <item>
14 <widget class="QLabel" name="headerLabel" >
15 <property name="text" >
16 <string>&lt;b>Configure project settings&lt;/b></string>
17 </property>
18 </widget>
19 </item>
20 <item>
21 <widget class="Line" name="line8" >
22 <property name="frameShape" >
23 <enum>QFrame::HLine</enum>
24 </property>
25 <property name="frameShadow" >
26 <enum>QFrame::Sunken</enum>
27 </property>
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QGroupBox" name="groupBox" >
35 <property name="title" >
36 <string>Compression</string>
37 </property>
38 <layout class="QVBoxLayout" >
39 <item>
40 <widget class="QCheckBox" name="projectCompressedProjectFilesCheckBox" >
41 <property name="toolTip" >
42 <string>Select, if the project file of a new project should be compressed</string>
43 </property>
44 <property name="text" >
45 <string>Compress project file upon creation</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 </item>
52 <item>
53 <widget class="QGroupBox" name="groupBox_6" >
54 <property name="title" >
55 <string>XML</string>
56 </property>
57 <layout class="QVBoxLayout" >
58 <item>
59 <widget class="QCheckBox" name="projectTimestampCheckBox" >
60 <property name="toolTip" >
61 <string>Select, if a timestamp should be written to all project related XML files</string>
62 </property>
63 <property name="text" >
64 <string>Include timestamp in project related XML files</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 </item>
71 <item>
72 <widget class="QGroupBox" name="groupBox_2" >
73 <property name="title" >
74 <string>Search new files</string>
75 </property>
76 <layout class="QGridLayout" >
77 <item row="0" column="0" >
78 <widget class="QCheckBox" name="projectSearchNewFilesRecursiveCheckBox" >
79 <property name="text" >
80 <string>Search for new files recursively</string>
81 </property>
82 </widget>
83 </item>
84 <item row="0" column="1" >
85 <widget class="QCheckBox" name="projectSearchNewFilesCheckBox" >
86 <property name="toolTip" >
87 <string>Select whether a search for new files on a project open should be performed.</string>
88 </property>
89 <property name="text" >
90 <string>Search for new files on open</string>
91 </property>
92 </widget>
93 </item>
94 <item row="1" column="1" >
95 <widget class="QCheckBox" name="projectAutoIncludeNewFilesCheckBox" >
96 <property name="enabled" >
97 <bool>false</bool>
98 </property>
99 <property name="toolTip" >
100 <string>Select whether the found files should be included automatically.</string>
101 </property>
102 <property name="text" >
103 <string>Automatically include found files</string>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 </item>
110 <item>
111 <widget class="QGroupBox" name="groupBox_4" >
112 <property name="title" >
113 <string>Debugger Properties</string>
114 </property>
115 <layout class="QGridLayout" >
116 <item row="0" column="0" >
117 <widget class="QCheckBox" name="projectLoadDebugPropertiesCheckBox" >
118 <property name="toolTip" >
119 <string>Select, whether a project debugger properties file shall be read on opening the project</string>
120 </property>
121 <property name="text" >
122 <string>Load debugger properties upon opening</string>
123 </property>
124 </widget>
125 </item>
126 <item row="0" column="1" >
127 <widget class="QCheckBox" name="projectSaveDebugPropertiesCheckBox" >
128 <property name="toolTip" >
129 <string>Select, whether a project debugger properties file shall be written on closing the project</string>
130 </property>
131 <property name="text" >
132 <string>Save debugger properties upon closing</string>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 </item>
139 <item>
140 <widget class="QGroupBox" name="groupBox_3" >
141 <property name="title" >
142 <string>Sessions</string>
143 </property>
144 <layout class="QGridLayout" >
145 <item row="0" column="0" >
146 <widget class="QCheckBox" name="projectLoadSessionCheckBox" >
147 <property name="toolTip" >
148 <string>Select, whether a project session file shall be read on opening the project</string>
149 </property>
150 <property name="text" >
151 <string>Load session upon opening</string>
152 </property>
153 </widget>
154 </item>
155 <item row="0" column="1" >
156 <widget class="QCheckBox" name="projectSaveSessionCheckBox" >
157 <property name="toolTip" >
158 <string>Select, whether a project session file shall be written on closing the project</string>
159 </property>
160 <property name="text" >
161 <string>Save session upon closing</string>
162 </property>
163 </widget>
164 </item>
165 <item row="1" column="1" >
166 <widget class="QCheckBox" name="projectSessionAllBpCheckBox" >
167 <property name="toolTip" >
168 <string>Select whether all breakpoints should be saved to the session file.</string>
169 </property>
170 <property name="text" >
171 <string>Save all breakpoints</string>
172 </property>
173 </widget>
174 </item>
175 </layout>
176 </widget>
177 </item>
178 <item>
179 <widget class="QGroupBox" name="groupBox_5" >
180 <property name="title" >
181 <string>Automatically compile</string>
182 </property>
183 <layout class="QGridLayout" >
184 <item row="0" column="0" >
185 <widget class="QCheckBox" name="projectAutoCompileFormsCheckBox" >
186 <property name="toolTip" >
187 <string>Select, if changed forms should be compiled automatically upon a run action</string>
188 </property>
189 <property name="text" >
190 <string>changed forms</string>
191 </property>
192 </widget>
193 </item>
194 <item row="0" column="1" >
195 <widget class="QCheckBox" name="projectAutoCompileResourcesCheckBox" >
196 <property name="toolTip" >
197 <string>Select, if changed resources should be compiled automatically upon a run action</string>
198 </property>
199 <property name="text" >
200 <string>changed resources</string>
201 </property>
202 </widget>
203 </item>
204 </layout>
205 </widget>
206 </item>
207 <item>
208 <widget class="QGroupBox" name="groupBox_7" >
209 <property name="title" >
210 <string>Recent Projects</string>
211 </property>
212 <layout class="QHBoxLayout" name="horizontalLayout" >
213 <item>
214 <widget class="QLabel" name="label" >
215 <property name="text" >
216 <string>Number of recent projects:</string>
217 </property>
218 </widget>
219 </item>
220 <item>
221 <widget class="QSpinBox" name="projectRecentSpinBox" >
222 <property name="toolTip" >
223 <string>Enter the number of recent projects to remember</string>
224 </property>
225 <property name="alignment" >
226 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
227 </property>
228 <property name="minimum" >
229 <number>5</number>
230 </property>
231 <property name="maximum" >
232 <number>50</number>
233 </property>
234 </widget>
235 </item>
236 <item>
237 <spacer>
238 <property name="orientation" >
239 <enum>Qt::Horizontal</enum>
240 </property>
241 <property name="sizeHint" stdset="0" >
242 <size>
243 <width>40</width>
244 <height>20</height>
245 </size>
246 </property>
247 </spacer>
248 </item>
249 </layout>
250 </widget>
251 </item>
252 <item>
253 <spacer>
254 <property name="orientation" >
255 <enum>Qt::Vertical</enum>
256 </property>
257 <property name="sizeHint" stdset="0" >
258 <size>
259 <width>584</width>
260 <height>20</height>
261 </size>
262 </property>
263 </spacer>
264 </item>
265 </layout>
266 </widget>
267 <tabstops>
268 <tabstop>projectCompressedProjectFilesCheckBox</tabstop>
269 <tabstop>projectTimestampCheckBox</tabstop>
270 <tabstop>projectSearchNewFilesRecursiveCheckBox</tabstop>
271 <tabstop>projectSearchNewFilesCheckBox</tabstop>
272 <tabstop>projectAutoIncludeNewFilesCheckBox</tabstop>
273 <tabstop>projectLoadSessionCheckBox</tabstop>
274 <tabstop>projectSaveSessionCheckBox</tabstop>
275 <tabstop>projectSessionAllBpCheckBox</tabstop>
276 <tabstop>projectLoadDebugPropertiesCheckBox</tabstop>
277 <tabstop>projectSaveDebugPropertiesCheckBox</tabstop>
278 <tabstop>projectAutoCompileFormsCheckBox</tabstop>
279 <tabstop>projectAutoCompileResourcesCheckBox</tabstop>
280 <tabstop>projectRecentSpinBox</tabstop>
281 </tabstops>
282 <resources/>
283 <connections>
284 <connection>
285 <sender>projectSearchNewFilesCheckBox</sender>
286 <signal>toggled(bool)</signal>
287 <receiver>projectAutoIncludeNewFilesCheckBox</receiver>
288 <slot>setEnabled(bool)</slot>
289 <hints>
290 <hint type="sourcelabel" >
291 <x>50</x>
292 <y>133</y>
293 </hint>
294 <hint type="destinationlabel" >
295 <x>73</x>
296 <y>190</y>
297 </hint>
298 </hints>
299 </connection>
300 </connections>
301 </ui>

eric ide

mercurial