eric6/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
--- a/eric6/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,29 +18,37 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Project.DebuggerPropertiesDialog</h1>
+
 <p>
 Module implementing a dialog for entering project specific debugger settings.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td>
 <td>Class implementing a dialog for entering project specific debugger settings.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a>
 <h2>DebuggerPropertiesDialog</h2>
+
 <p>
     Class implementing a dialog for entering project specific debugger
     settings.
@@ -48,84 +56,112 @@
 <h3>Derived from</h3>
 QDialog, Ui_DebuggerPropertiesDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td>
 <td>Private method to clear a path picker history.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td>
 <td>Private method to save the path picker histories.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td>
 <td>Private slot to clear the debug clients history.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td>
 <td>Private slot to perform actions before the debug client selection dialog is shown.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td>
 <td>Public method to store the entered/modified data.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a>
 <h4>DebuggerPropertiesDialog (Constructor)</h4>
 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>project</i></dt>
 <dd>
 reference to the project object
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 parent widget of this dialog (QWidget)
-</dd><dt><i>name</i></dt>
+</dd>
+<dt><i>name</i></dt>
 <dd>
 name of this dialog (string)
 </dd>
-</dl><a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
+</dl>
+<a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
 <h4>DebuggerPropertiesDialog.__clearHistory</h4>
 <b>__clearHistory</b>(<i>picker</i>)
+
 <p>
         Private method to clear a path picker history.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>picker</i> (E5ComboPathPicker)</dt>
 <dd>
 reference to the path picker
 </dd>
-</dl><a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a>
+</dl>
+<a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a>
 <h4>DebuggerPropertiesDialog.__saveHistories</h4>
 <b>__saveHistories</b>(<i></i>)
+
 <p>
         Private method to save the path picker histories.
-</p><a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a>
+</p>
+<a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a>
 <h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4>
 <b>on_debugClientClearHistoryButton_clicked</b>(<i></i>)
+
 <p>
         Private slot to clear the debug clients history.
-</p><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
+</p>
+<a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4>
 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>)
+
 <p>
         Private slot to perform actions before the debug client selection
         dialog is shown.
-</p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a>
+</p>
+<a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a>
 <h4>DebuggerPropertiesDialog.storeData</h4>
 <b>storeData</b>(<i></i>)
+
 <p>
         Public method to store the entered/modified data.
 </p>

eric ide

mercurial