eric6/Debugger/StartRunDialog.ui

branch
multi_processing
changeset 7874
8dcb77600690
parent 6942
2602857055c5
child 8075
6774034a1e0f
equal deleted inserted replaced
7873:cb2badbdf26c 7874:8dcb77600690
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>550</width> 9 <width>550</width>
10 <height>303</height> 10 <height>192</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Start running</string> 14 <string>Start running</string>
15 </property> 15 </property>
207 <string>Start in console</string> 207 <string>Start in console</string>
208 </property> 208 </property>
209 </widget> 209 </widget>
210 </item> 210 </item>
211 </layout> 211 </layout>
212 </item>
213 <item>
214 <widget class="QGroupBox" name="groupBox">
215 <property name="title">
216 <string>Forking</string>
217 </property>
218 <layout class="QHBoxLayout" name="horizontalLayout">
219 <item>
220 <widget class="QCheckBox" name="forkModeCheckBox">
221 <property name="toolTip">
222 <string>Select to go through the fork without asking</string>
223 </property>
224 <property name="whatsThis">
225 <string>&lt;b&gt;Fork without pausing&lt;/b&gt;
226 &lt;p&gt;Select to go through the fork without asking making the forking decision based on the Parent/Child selection.&lt;/p&gt;</string>
227 </property>
228 <property name="text">
229 <string>Fork without pausing</string>
230 </property>
231 </widget>
232 </item>
233 <item>
234 <widget class="QCheckBox" name="forkChildCheckBox">
235 <property name="enabled">
236 <bool>false</bool>
237 </property>
238 <property name="toolTip">
239 <string>Select to debug the child process after forking</string>
240 </property>
241 <property name="whatsThis">
242 <string>&lt;b&gt;Debug Child Process&lt;/b&gt;
243 &lt;p&gt;Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.&lt;/p&gt;</string>
244 </property>
245 <property name="text">
246 <string>Follow Child Process</string>
247 </property>
248 </widget>
249 </item>
250 </layout>
251 </widget>
252 </item> 212 </item>
253 <item> 213 <item>
254 <widget class="QDialogButtonBox" name="buttonBox"> 214 <widget class="QDialogButtonBox" name="buttonBox">
255 <property name="orientation"> 215 <property name="orientation">
256 <enum>Qt::Horizontal</enum> 216 <enum>Qt::Horizontal</enum>
277 <tabstop>workdirPicker</tabstop> 237 <tabstop>workdirPicker</tabstop>
278 <tabstop>environmentCombo</tabstop> 238 <tabstop>environmentCombo</tabstop>
279 <tabstop>exceptionCheckBox</tabstop> 239 <tabstop>exceptionCheckBox</tabstop>
280 <tabstop>clearShellCheckBox</tabstop> 240 <tabstop>clearShellCheckBox</tabstop>
281 <tabstop>consoleCheckBox</tabstop> 241 <tabstop>consoleCheckBox</tabstop>
282 <tabstop>forkModeCheckBox</tabstop>
283 <tabstop>forkChildCheckBox</tabstop>
284 </tabstops> 242 </tabstops>
285 <resources/> 243 <resources/>
286 <connections> 244 <connections>
287 <connection> 245 <connection>
288 <sender>buttonBox</sender> 246 <sender>buttonBox</sender>
314 <x>150</x> 272 <x>150</x>
315 <y>148</y> 273 <y>148</y>
316 </hint> 274 </hint>
317 </hints> 275 </hints>
318 </connection> 276 </connection>
319 <connection>
320 <sender>forkModeCheckBox</sender>
321 <signal>toggled(bool)</signal>
322 <receiver>forkChildCheckBox</receiver>
323 <slot>setEnabled(bool)</slot>
324 <hints>
325 <hint type="sourcelabel">
326 <x>142</x>
327 <y>249</y>
328 </hint>
329 <hint type="destinationlabel">
330 <x>528</x>
331 <y>249</y>
332 </hint>
333 </hints>
334 </connection>
335 </connections> 277 </connections>
336 </ui> 278 </ui>

eric ide

mercurial