|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DebuggerPython3Page</class> |
|
4 <widget class="QWidget" name="DebuggerPython3Page"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>453</width> |
|
10 <height>449</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 Python3 Debugger</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_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>Python3 Interpreter for Debug Client</string> |
|
38 </property> |
|
39 <layout class="QGridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLineEdit" name="interpreterEdit"> |
|
42 <property name="toolTip"> |
|
43 <string>Enter the path of the Python3 interpreter to be used by the debug client.</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QPushButton" name="interpreterButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to select the Python3 interpreter via a file selection dialog</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string>...</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QGroupBox" name="groupBox_2"> |
|
62 <property name="title"> |
|
63 <string>Debug Client Type</string> |
|
64 </property> |
|
65 <layout class="QGridLayout"> |
|
66 <item row="1" column="0" colspan="3"> |
|
67 <layout class="QHBoxLayout"> |
|
68 <item> |
|
69 <widget class="QLineEdit" name="debugClientEdit"> |
|
70 <property name="enabled"> |
|
71 <bool>false</bool> |
|
72 </property> |
|
73 <property name="toolTip"> |
|
74 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QPushButton" name="debugClientButton"> |
|
80 <property name="enabled"> |
|
81 <bool>false</bool> |
|
82 </property> |
|
83 <property name="toolTip"> |
|
84 <string>Press to select the Debug Client via a file selection dialog</string> |
|
85 </property> |
|
86 <property name="text"> |
|
87 <string>...</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </item> |
|
93 <item row="0" column="0"> |
|
94 <widget class="QRadioButton" name="standardButton"> |
|
95 <property name="toolTip"> |
|
96 <string>Select the standard debug client</string> |
|
97 </property> |
|
98 <property name="text"> |
|
99 <string>Standard</string> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item row="0" column="2"> |
|
104 <widget class="QRadioButton" name="customButton"> |
|
105 <property name="toolTip"> |
|
106 <string>Select the custom selected debug client</string> |
|
107 </property> |
|
108 <property name="text"> |
|
109 <string>Custom</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="0" column="1"> |
|
114 <widget class="QRadioButton" name="threadedButton"> |
|
115 <property name="toolTip"> |
|
116 <string>Select the multi threaded debug client</string> |
|
117 </property> |
|
118 <property name="text"> |
|
119 <string>Multi Threaded</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 </layout> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QGroupBox" name="groupBox_3"> |
|
128 <property name="title"> |
|
129 <string>Source association</string> |
|
130 </property> |
|
131 <layout class="QVBoxLayout" name="verticalLayout"> |
|
132 <item> |
|
133 <widget class="QLabel" name="label"> |
|
134 <property name="text"> |
|
135 <string>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</string> |
|
136 </property> |
|
137 <property name="wordWrap"> |
|
138 <bool>true</bool> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <widget class="QLineEdit" name="sourceExtensionsEdit"/> |
|
144 </item> |
|
145 </layout> |
|
146 </widget> |
|
147 </item> |
|
148 <item> |
|
149 <widget class="QCheckBox" name="pyRedirectCheckBox"> |
|
150 <property name="toolTip"> |
|
151 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric4 IDE</string> |
|
152 </property> |
|
153 <property name="text"> |
|
154 <string>Redirect stdin/stdout/stderr</string> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 <item> |
|
159 <widget class="QCheckBox" name="pyNoEncodingCheckBox"> |
|
160 <property name="toolTip"> |
|
161 <string>Select to not set the debug client encoding</string> |
|
162 </property> |
|
163 <property name="text"> |
|
164 <string>Don't set the encoding of the debug client</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item> |
|
169 <spacer> |
|
170 <property name="orientation"> |
|
171 <enum>Qt::Vertical</enum> |
|
172 </property> |
|
173 <property name="sizeHint" stdset="0"> |
|
174 <size> |
|
175 <width>435</width> |
|
176 <height>21</height> |
|
177 </size> |
|
178 </property> |
|
179 </spacer> |
|
180 </item> |
|
181 </layout> |
|
182 </widget> |
|
183 <tabstops> |
|
184 <tabstop>interpreterEdit</tabstop> |
|
185 <tabstop>interpreterButton</tabstop> |
|
186 <tabstop>standardButton</tabstop> |
|
187 <tabstop>threadedButton</tabstop> |
|
188 <tabstop>customButton</tabstop> |
|
189 <tabstop>debugClientEdit</tabstop> |
|
190 <tabstop>debugClientButton</tabstop> |
|
191 <tabstop>sourceExtensionsEdit</tabstop> |
|
192 <tabstop>pyRedirectCheckBox</tabstop> |
|
193 <tabstop>pyNoEncodingCheckBox</tabstop> |
|
194 </tabstops> |
|
195 <resources/> |
|
196 <connections> |
|
197 <connection> |
|
198 <sender>customButton</sender> |
|
199 <signal>toggled(bool)</signal> |
|
200 <receiver>debugClientEdit</receiver> |
|
201 <slot>setEnabled(bool)</slot> |
|
202 <hints> |
|
203 <hint type="sourcelabel"> |
|
204 <x>368</x> |
|
205 <y>194</y> |
|
206 </hint> |
|
207 <hint type="destinationlabel"> |
|
208 <x>332</x> |
|
209 <y>219</y> |
|
210 </hint> |
|
211 </hints> |
|
212 </connection> |
|
213 <connection> |
|
214 <sender>customButton</sender> |
|
215 <signal>toggled(bool)</signal> |
|
216 <receiver>debugClientButton</receiver> |
|
217 <slot>setEnabled(bool)</slot> |
|
218 <hints> |
|
219 <hint type="sourcelabel"> |
|
220 <x>455</x> |
|
221 <y>195</y> |
|
222 </hint> |
|
223 <hint type="destinationlabel"> |
|
224 <x>463</x> |
|
225 <y>222</y> |
|
226 </hint> |
|
227 </hints> |
|
228 </connection> |
|
229 </connections> |
|
230 </ui> |