eric6.Project.DebuggerPropertiesDialog
Module implementing a dialog for entering project specific debugger settings.
Global Attributes
Classes
Functions
DebuggerPropertiesDialog
    Class implementing a dialog for entering project specific debugger
    settings.
Derived from
QDialog, Ui_DebuggerPropertiesDialog
Class Attributes
Class Methods
Methods
Static Methods
DebuggerPropertiesDialog (Constructor)
DebuggerPropertiesDialog(project, parent=None, name=None)
        Constructor
- project
- 
reference to the project object
- parent
- 
parent widget of this dialog (QWidget)
- name
- 
name of this dialog (string)
DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog
on_debugClientPicker_aboutToShowPathPickerDialog()
        Private slot to perform actions before the debug client selection
        dialog is shown.
DebuggerPropertiesDialog.storeData
storeData()
        Public method to store the entered/modified data.