|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PythonPage</class> |
|
4 <widget class="QWidget" name="PythonPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>529</width> |
|
10 <height>564</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Python</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_2_2_2_2"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Encoding</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>String Encoding:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QComboBox" name="stringEncodingComboBox"> |
|
49 <property name="sizePolicy"> |
|
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>0</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 <property name="toolTip"> |
|
56 <string>Select the string encoding to be used.</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="0"> |
|
61 <widget class="QLabel" name="label_2"> |
|
62 <property name="text"> |
|
63 <string>I/O Encoding:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="1" column="1"> |
|
68 <widget class="QComboBox" name="ioEncodingComboBox"> |
|
69 <property name="sizePolicy"> |
|
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
71 <horstretch>0</horstretch> |
|
72 <verstretch>0</verstretch> |
|
73 </sizepolicy> |
|
74 </property> |
|
75 <property name="toolTip"> |
|
76 <string>Select the string encoding used by commandline tools.</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QGroupBox" name="groupBox_3"> |
|
85 <property name="title"> |
|
86 <string>Source association</string> |
|
87 </property> |
|
88 <layout class="QGridLayout" name="gridLayout_2"> |
|
89 <item row="0" column="0" colspan="2"> |
|
90 <widget class="QLabel" name="label_3"> |
|
91 <property name="text"> |
|
92 <string>Enter the file extensions to be associated with Python separated by a space.</string> |
|
93 </property> |
|
94 <property name="wordWrap"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="1" column="0"> |
|
100 <widget class="QLabel" name="label_5"> |
|
101 <property name="text"> |
|
102 <string>Python 3:</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="1" column="1"> |
|
107 <widget class="QLineEdit" name="py3ExtensionsEdit"/> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QGroupBox" name="groupBox_2"> |
|
114 <property name="title"> |
|
115 <string>Python Environments</string> |
|
116 </property> |
|
117 <layout class="QVBoxLayout" name="verticalLayout"> |
|
118 <item> |
|
119 <widget class="QLabel" name="label_6"> |
|
120 <property name="text"> |
|
121 <string>Please configure the Python environments on the 'Python3 Debugger' page.</string> |
|
122 </property> |
|
123 <property name="wordWrap"> |
|
124 <bool>true</bool> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item> |
|
129 <widget class="QGroupBox" name="groupBox_4"> |
|
130 <property name="title"> |
|
131 <string>Currently selected environments</string> |
|
132 </property> |
|
133 <layout class="QGridLayout" name="gridLayout_3"> |
|
134 <item row="0" column="0"> |
|
135 <widget class="QLabel" name="label_9"> |
|
136 <property name="text"> |
|
137 <string>Python 3:</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="0" column="1"> |
|
142 <widget class="QLineEdit" name="py3EnvironmentEdit"> |
|
143 <property name="readOnly"> |
|
144 <bool>true</bool> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 </layout> |
|
149 </widget> |
|
150 </item> |
|
151 <item> |
|
152 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
153 <item> |
|
154 <spacer name="horizontalSpacer"> |
|
155 <property name="orientation"> |
|
156 <enum>Qt::Horizontal</enum> |
|
157 </property> |
|
158 <property name="sizeHint" stdset="0"> |
|
159 <size> |
|
160 <width>40</width> |
|
161 <height>20</height> |
|
162 </size> |
|
163 </property> |
|
164 </spacer> |
|
165 </item> |
|
166 <item> |
|
167 <widget class="QPushButton" name="refreshButton"> |
|
168 <property name="toolTip"> |
|
169 <string>Press to update the display of the currently selected environments</string> |
|
170 </property> |
|
171 <property name="text"> |
|
172 <string>Refresh</string> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 <item> |
|
177 <spacer name="horizontalSpacer_2"> |
|
178 <property name="orientation"> |
|
179 <enum>Qt::Horizontal</enum> |
|
180 </property> |
|
181 <property name="sizeHint" stdset="0"> |
|
182 <size> |
|
183 <width>40</width> |
|
184 <height>20</height> |
|
185 </size> |
|
186 </property> |
|
187 </spacer> |
|
188 </item> |
|
189 </layout> |
|
190 </item> |
|
191 </layout> |
|
192 </widget> |
|
193 </item> |
|
194 <item> |
|
195 <widget class="QGroupBox" name="groupBox_5"> |
|
196 <property name="title"> |
|
197 <string>AST Viewer</string> |
|
198 </property> |
|
199 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
200 <item> |
|
201 <widget class="QLabel" name="label_4"> |
|
202 <property name="text"> |
|
203 <string>Error Messages:</string> |
|
204 </property> |
|
205 </widget> |
|
206 </item> |
|
207 <item> |
|
208 <widget class="QPushButton" name="astErrorItemButton"> |
|
209 <property name="minimumSize"> |
|
210 <size> |
|
211 <width>100</width> |
|
212 <height>0</height> |
|
213 </size> |
|
214 </property> |
|
215 <property name="toolTip"> |
|
216 <string>Select the color for error messages</string> |
|
217 </property> |
|
218 <property name="text"> |
|
219 <string/> |
|
220 </property> |
|
221 </widget> |
|
222 </item> |
|
223 <item> |
|
224 <spacer name="horizontalSpacer_4"> |
|
225 <property name="orientation"> |
|
226 <enum>Qt::Horizontal</enum> |
|
227 </property> |
|
228 <property name="sizeHint" stdset="0"> |
|
229 <size> |
|
230 <width>392</width> |
|
231 <height>20</height> |
|
232 </size> |
|
233 </property> |
|
234 </spacer> |
|
235 </item> |
|
236 </layout> |
|
237 </widget> |
|
238 </item> |
|
239 <item> |
|
240 <widget class="QGroupBox" name="groupBox_6"> |
|
241 <property name="title"> |
|
242 <string>Disassembly Viewer</string> |
|
243 </property> |
|
244 <layout class="QGridLayout" name="gridLayout_4"> |
|
245 <item row="0" column="0"> |
|
246 <widget class="QLabel" name="label_7"> |
|
247 <property name="text"> |
|
248 <string>Error Messages:</string> |
|
249 </property> |
|
250 </widget> |
|
251 </item> |
|
252 <item row="0" column="1"> |
|
253 <widget class="QPushButton" name="disErrorItemButton"> |
|
254 <property name="minimumSize"> |
|
255 <size> |
|
256 <width>100</width> |
|
257 <height>0</height> |
|
258 </size> |
|
259 </property> |
|
260 <property name="toolTip"> |
|
261 <string>Select the color for error messages</string> |
|
262 </property> |
|
263 <property name="text"> |
|
264 <string/> |
|
265 </property> |
|
266 </widget> |
|
267 </item> |
|
268 <item row="0" column="2"> |
|
269 <spacer name="horizontalSpacer_3"> |
|
270 <property name="orientation"> |
|
271 <enum>Qt::Horizontal</enum> |
|
272 </property> |
|
273 <property name="sizeHint" stdset="0"> |
|
274 <size> |
|
275 <width>369</width> |
|
276 <height>20</height> |
|
277 </size> |
|
278 </property> |
|
279 </spacer> |
|
280 </item> |
|
281 <item row="1" column="0"> |
|
282 <widget class="QLabel" name="label_8"> |
|
283 <property name="text"> |
|
284 <string>Current Instruction:</string> |
|
285 </property> |
|
286 </widget> |
|
287 </item> |
|
288 <item row="1" column="1"> |
|
289 <widget class="QPushButton" name="disCurrentInstructionButton"> |
|
290 <property name="minimumSize"> |
|
291 <size> |
|
292 <width>100</width> |
|
293 <height>0</height> |
|
294 </size> |
|
295 </property> |
|
296 <property name="toolTip"> |
|
297 <string>Select the color for the current instruction</string> |
|
298 </property> |
|
299 <property name="text"> |
|
300 <string/> |
|
301 </property> |
|
302 </widget> |
|
303 </item> |
|
304 <item row="2" column="0"> |
|
305 <widget class="QLabel" name="label_10"> |
|
306 <property name="text"> |
|
307 <string>Labeled Instruction:</string> |
|
308 </property> |
|
309 </widget> |
|
310 </item> |
|
311 <item row="2" column="1"> |
|
312 <widget class="QPushButton" name="disLabeledInstructionButton"> |
|
313 <property name="minimumSize"> |
|
314 <size> |
|
315 <width>100</width> |
|
316 <height>0</height> |
|
317 </size> |
|
318 </property> |
|
319 <property name="toolTip"> |
|
320 <string>Select the color for labeled instructions</string> |
|
321 </property> |
|
322 <property name="text"> |
|
323 <string/> |
|
324 </property> |
|
325 </widget> |
|
326 </item> |
|
327 <item row="3" column="0" colspan="3"> |
|
328 <widget class="QCheckBox" name="showCodeInfoDetailsCeckBox"> |
|
329 <property name="toolTip"> |
|
330 <string>Select to show code information subsections expanded</string> |
|
331 </property> |
|
332 <property name="text"> |
|
333 <string>Show all code information subsections</string> |
|
334 </property> |
|
335 </widget> |
|
336 </item> |
|
337 </layout> |
|
338 </widget> |
|
339 </item> |
|
340 <item> |
|
341 <spacer name="verticalSpacer"> |
|
342 <property name="orientation"> |
|
343 <enum>Qt::Vertical</enum> |
|
344 </property> |
|
345 <property name="sizeHint" stdset="0"> |
|
346 <size> |
|
347 <width>20</width> |
|
348 <height>40</height> |
|
349 </size> |
|
350 </property> |
|
351 </spacer> |
|
352 </item> |
|
353 </layout> |
|
354 </widget> |
|
355 <tabstops> |
|
356 <tabstop>stringEncodingComboBox</tabstop> |
|
357 <tabstop>ioEncodingComboBox</tabstop> |
|
358 <tabstop>py3ExtensionsEdit</tabstop> |
|
359 <tabstop>py3EnvironmentEdit</tabstop> |
|
360 <tabstop>refreshButton</tabstop> |
|
361 <tabstop>astErrorItemButton</tabstop> |
|
362 <tabstop>disErrorItemButton</tabstop> |
|
363 <tabstop>disCurrentInstructionButton</tabstop> |
|
364 <tabstop>disLabeledInstructionButton</tabstop> |
|
365 </tabstops> |
|
366 <resources/> |
|
367 <connections/> |
|
368 </ui> |