Debugger/StartDebugDialog.ui

changeset 6875
b40b6e5a2f23
parent 6551
f4adb9431204
equal deleted inserted replaced
6874:5a3a39442711 6875:b40b6e5a2f23
20 <item> 20 <item>
21 <layout class="QGridLayout" name="gridLayout_3"> 21 <layout class="QGridLayout" name="gridLayout_3">
22 <item row="0" column="0"> 22 <item row="0" column="0">
23 <widget class="QLabel" name="label"> 23 <widget class="QLabel" name="label">
24 <property name="text"> 24 <property name="text">
25 <string>&amp;Virtual Environment:</string> 25 <string>Virtual Environment:</string>
26 </property> 26 </property>
27 <property name="buddy"> 27 <property name="buddy">
28 <cstring>venvComboBox</cstring> 28 <cstring>venvComboBox</cstring>
29 </property> 29 </property>
30 </widget> 30 </widget>
46 </widget> 46 </widget>
47 </item> 47 </item>
48 <item row="1" column="0"> 48 <item row="1" column="0">
49 <widget class="QLabel" name="TextLabel1"> 49 <widget class="QLabel" name="TextLabel1">
50 <property name="text"> 50 <property name="text">
51 <string>Command&amp;line:</string> 51 <string>Script Parameters:</string>
52 </property> 52 </property>
53 <property name="buddy"> 53 <property name="buddy">
54 <cstring>cmdlineCombo</cstring> 54 <cstring>cmdlineCombo</cstring>
55 </property> 55 </property>
56 </widget> 56 </widget>
85 </widget> 85 </widget>
86 </item> 86 </item>
87 <item row="2" column="0"> 87 <item row="2" column="0">
88 <widget class="QLabel" name="TextLabel2"> 88 <widget class="QLabel" name="TextLabel2">
89 <property name="text"> 89 <property name="text">
90 <string>&amp;Working directory:</string> 90 <string>Working directory:</string>
91 </property> 91 </property>
92 <property name="buddy"> 92 <property name="buddy">
93 <cstring>workdirPicker</cstring> 93 <cstring>workdirPicker</cstring>
94 </property> 94 </property>
95 </widget> 95 </widget>
115 </widget> 115 </widget>
116 </item> 116 </item>
117 <item row="3" column="0"> 117 <item row="3" column="0">
118 <widget class="QLabel" name="textLabel1"> 118 <widget class="QLabel" name="textLabel1">
119 <property name="text"> 119 <property name="text">
120 <string>&amp;Environment Variables:</string> 120 <string>Environment Variables:</string>
121 </property> 121 </property>
122 <property name="buddy"> 122 <property name="buddy">
123 <cstring>environmentCombo</cstring> 123 <cstring>environmentCombo</cstring>
124 </property> 124 </property>
125 </widget> 125 </widget>
166 <property name="whatsThis"> 166 <property name="whatsThis">
167 <string>&lt;b&gt;Report exceptions&lt;/b&gt; 167 <string>&lt;b&gt;Report exceptions&lt;/b&gt;
168 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</string> 168 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</string>
169 </property> 169 </property>
170 <property name="text"> 170 <property name="text">
171 <string>Report &amp;exceptions</string> 171 <string>Report exceptions</string>
172 </property> 172 </property>
173 <property name="shortcut"> 173 <property name="shortcut">
174 <string>Alt+E</string> 174 <string>Alt+E</string>
175 </property> 175 </property>
176 <property name="checked"> 176 <property name="checked">
185 </property> 185 </property>
186 <property name="whatsThis"> 186 <property name="whatsThis">
187 <string>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</string> 187 <string>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</string>
188 </property> 188 </property>
189 <property name="text"> 189 <property name="text">
190 <string>Clear &amp;interpreter window</string> 190 <string>Clear interpreter window</string>
191 </property> 191 </property>
192 <property name="checked"> 192 <property name="checked">
193 <bool>true</bool> 193 <bool>true</bool>
194 </property> 194 </property>
195 </widget> 195 </widget>
212 <widget class="QCheckBox" name="tracePythonCheckBox"> 212 <widget class="QCheckBox" name="tracePythonCheckBox">
213 <property name="toolTip"> 213 <property name="toolTip">
214 <string>Select to trace into the Python library</string> 214 <string>Select to trace into the Python library</string>
215 </property> 215 </property>
216 <property name="text"> 216 <property name="text">
217 <string>&amp;Trace into interpreter libraries</string> 217 <string>Trace into interpreter libraries</string>
218 </property> 218 </property>
219 <property name="shortcut"> 219 <property name="shortcut">
220 <string>Alt+T</string> 220 <string>Alt+T</string>
221 </property> 221 </property>
222 </widget> 222 </widget>

eric ide

mercurial