eric6.Project.DebuggerPropertiesDialog

Module implementing a dialog for entering project specific debugger settings.

Global Attributes

None

Classes

DebuggerPropertiesDialog Class implementing a dialog for entering project specific debugger settings.

Functions

None


DebuggerPropertiesDialog

Class implementing a dialog for entering project specific debugger settings.

Derived from

QDialog, Ui_DebuggerPropertiesDialog

Class Attributes

None

Class Methods

None

Methods

DebuggerPropertiesDialog Constructor
on_debugClientPicker_aboutToShowPathPickerDialog Private slot to perform actions before the debug client selection dialog is shown.
storeData Public method to store the entered/modified data.

Static Methods

None

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.

Up