57 <verstretch>0</verstretch> |
57 <verstretch>0</verstretch> |
58 </sizepolicy> |
58 </sizepolicy> |
59 </property> |
59 </property> |
60 <property name="toolTip"> |
60 <property name="toolTip"> |
61 <string>Select the virtual environment to be used</string> |
61 <string>Select the virtual environment to be used</string> |
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QGroupBox" name="groupBox_3"> |
|
70 <property name="title"> |
|
71 <string>Environment for Debug Client</string> |
|
72 </property> |
|
73 <layout class="QGridLayout" name="_6"> |
|
74 <item row="0" column="0" colspan="2"> |
|
75 <widget class="QCheckBox" name="debugEnvironmentOverrideCheckBox"> |
|
76 <property name="toolTip"> |
|
77 <string>Select, if the environment of the debug client should be replaced</string> |
|
78 </property> |
|
79 <property name="text"> |
|
80 <string>Replace Environment</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="1" column="1"> |
|
85 <widget class="QLineEdit" name="debugEnvironmentEdit"> |
|
86 <property name="toolTip"> |
|
87 <string>Enter the environment variables to be set.</string> |
|
88 </property> |
|
89 <property name="whatsThis"> |
|
90 <string><b>Environment</b> |
|
91 <p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> |
|
92 <p>Example: var1=1 var2="hello world"</p></string> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item row="1" column="0"> |
|
97 <widget class="QLabel" name="textLabel1_16"> |
|
98 <property name="text"> |
|
99 <string>Environment:</string> |
|
100 </property> |
62 </property> |
101 </widget> |
63 </widget> |
102 </item> |
64 </item> |
103 </layout> |
65 </layout> |
104 </widget> |
66 </widget> |
229 </item> |
191 </item> |
230 </layout> |
192 </layout> |
231 </widget> |
193 </widget> |
232 </item> |
194 </item> |
233 <item> |
195 <item> |
|
196 <widget class="QGroupBox" name="groupBox_3"> |
|
197 <property name="title"> |
|
198 <string>Environment Variables for Debug Client</string> |
|
199 </property> |
|
200 <layout class="QGridLayout" name="_6"> |
|
201 <item row="0" column="0" colspan="2"> |
|
202 <widget class="QCheckBox" name="debugEnvironmentOverrideCheckBox"> |
|
203 <property name="toolTip"> |
|
204 <string>Select, if the environment of the debug client should be replaced</string> |
|
205 </property> |
|
206 <property name="text"> |
|
207 <string>Replace Environment Variables</string> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 <item row="1" column="1"> |
|
212 <widget class="QLineEdit" name="debugEnvironmentEdit"> |
|
213 <property name="toolTip"> |
|
214 <string>Enter the environment variables to be set.</string> |
|
215 </property> |
|
216 <property name="whatsThis"> |
|
217 <string><b>Environment Variables</b> |
|
218 <p>Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form 'var=value'.</p> |
|
219 <p>Example: var1=1 var2="hello world"</p></string> |
|
220 </property> |
|
221 </widget> |
|
222 </item> |
|
223 <item row="1" column="0"> |
|
224 <widget class="QLabel" name="textLabel1_16"> |
|
225 <property name="text"> |
|
226 <string>Environment Variables:</string> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 </layout> |
|
231 </widget> |
|
232 </item> |
|
233 <item> |
234 <widget class="QCheckBox" name="redirectCheckBox"> |
234 <widget class="QCheckBox" name="redirectCheckBox"> |
235 <property name="toolTip"> |
235 <property name="toolTip"> |
236 <string>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</string> |
236 <string>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</string> |
237 </property> |
237 </property> |
238 <property name="text"> |
238 <property name="text"> |
273 </customwidgets> |
273 </customwidgets> |
274 <tabstops> |
274 <tabstops> |
275 <tabstop>debugClientPicker</tabstop> |
275 <tabstop>debugClientPicker</tabstop> |
276 <tabstop>debugClientClearHistoryButton</tabstop> |
276 <tabstop>debugClientClearHistoryButton</tabstop> |
277 <tabstop>venvComboBox</tabstop> |
277 <tabstop>venvComboBox</tabstop> |
278 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> |
|
279 <tabstop>debugEnvironmentEdit</tabstop> |
|
280 <tabstop>remoteDebuggerGroup</tabstop> |
278 <tabstop>remoteDebuggerGroup</tabstop> |
281 <tabstop>remoteHostEdit</tabstop> |
279 <tabstop>remoteHostEdit</tabstop> |
282 <tabstop>remoteCommandEdit</tabstop> |
280 <tabstop>remoteCommandEdit</tabstop> |
283 <tabstop>pathTranslationGroup</tabstop> |
281 <tabstop>pathTranslationGroup</tabstop> |
284 <tabstop>translationRemoteEdit</tabstop> |
282 <tabstop>translationRemoteEdit</tabstop> |
285 <tabstop>translationLocalEdit</tabstop> |
283 <tabstop>translationLocalEdit</tabstop> |
286 <tabstop>consoleDebuggerGroup</tabstop> |
284 <tabstop>consoleDebuggerGroup</tabstop> |
287 <tabstop>consoleCommandEdit</tabstop> |
285 <tabstop>consoleCommandEdit</tabstop> |
|
286 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> |
|
287 <tabstop>debugEnvironmentEdit</tabstop> |
288 <tabstop>redirectCheckBox</tabstop> |
288 <tabstop>redirectCheckBox</tabstop> |
289 <tabstop>noEncodingCheckBox</tabstop> |
289 <tabstop>noEncodingCheckBox</tabstop> |
290 </tabstops> |
290 </tabstops> |
291 <resources/> |
291 <resources/> |
292 <connections> |
292 <connections> |