src/eric7/Documentation/Source/eric7.Project.DebuggerPropertiesDialog.html

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
84 </table> 84 </table>
85 85
86 86
87 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a> 87 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a>
88 <h4>DebuggerPropertiesDialog (Constructor)</h4> 88 <h4>DebuggerPropertiesDialog (Constructor)</h4>
89 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>) 89 <b>DebuggerPropertiesDialog</b>(<i>project, isRemote=False, parent=None, name=None</i>)
90 <p> 90 <p>
91 Constructor 91 Constructor
92 </p> 92 </p>
93 93
94 <dl> 94 <dl>
95 95
96 <dt><i>project</i> (Project)</dt> 96 <dt><i>project</i> (Project)</dt>
97 <dd> 97 <dd>
98 reference to the project object 98 reference to the project object
99 </dd> 99 </dd>
100 <dt><i>parent</i> (QWidget)</dt> 100 <dt><i>isRemote</i> (bool (optional))</dt>
101 <dd> 101 <dd>
102 parent widget of this dialog 102 flag indicating a remote project (defaults to False)
103 </dd> 103 </dd>
104 <dt><i>name</i> (str)</dt> 104 <dt><i>parent</i> (QWidget (optional))</dt>
105 <dd> 105 <dd>
106 name of this dialog 106 parent widget of this dialog (defaults to None)
107 </dd>
108 <dt><i>name</i> (str (optional))</dt>
109 <dd>
110 name of this dialog (defaults to None)
107 </dd> 111 </dd>
108 </dl> 112 </dl>
109 <a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a> 113 <a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
110 <h4>DebuggerPropertiesDialog.__clearHistory</h4> 114 <h4>DebuggerPropertiesDialog.__clearHistory</h4>
111 <b>__clearHistory</b>(<i>picker</i>) 115 <b>__clearHistory</b>(<i>picker</i>)

eric ide

mercurial