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><b>Fork without pausing</b> |
|
226 <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></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><b>Debug Child Process</b> |
|
243 <p>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.</p></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> |