Module implementing the Start Program dialog.
StartDialog | Class implementing the Start Program dialog. |
None |
Class implementing the Start Program dialog.
It implements a dialog that is used to start an application for debugging. It asks the user to enter the commandline parameters, the working directory and whether exception reporting should be disabled.
StartDialog | Constructor |
__clearHistories | Private slot to clear the combo boxes lists and record a flag to clear the lists. |
getCoverageData | Public method to retrieve the coverage related data entered into this dialog. |
getCyclopsData | Public method to retrieve the coverage related data entered into this dialog. |
getData | Public method to retrieve the data entered into this dialog. |
getDebugData | Public method to retrieve the debug related data entered into this dialog. |
getProfilingData | Public method to retrieve the profiling related data entered into this dialog. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_dirButton_clicked | Private method used to open a directory selection dialog. |
on_modFuncCombo_editTextChanged | Private slot to enable/disable the OK button. |
Constructor
Private slot to clear the combo boxes lists and record a flag to clear the lists.
Public method to retrieve the coverage related data entered into this dialog.
Public method to retrieve the coverage related data entered into this dialog.
Public method to retrieve the data entered into this dialog.
Public method to retrieve the debug related data entered into this dialog.
Public method to retrieve the profiling related data entered into this dialog.
Private slot called by a button of the button box clicked.
Private method used to open a directory selection dialog.
Private slot to enable/disable the OK button.