src/eric7/Documentation/Source/eric7.UI.DiffDialog.html

branch
eric7
changeset 10303
ee1aadab1215
parent 9209
b99e7fd55fd3
child 10433
328f3ec4b77a
equal deleted inserted replaced
10302:8cb0dabf852f 10303:ee1aadab1215
101 <tr><td>None</td></tr> 101 <tr><td>None</td></tr>
102 </table> 102 </table>
103 103
104 <a NAME="DiffDialog.__init__" ID="DiffDialog.__init__"></a> 104 <a NAME="DiffDialog.__init__" ID="DiffDialog.__init__"></a>
105 <h4>DiffDialog (Constructor)</h4> 105 <h4>DiffDialog (Constructor)</h4>
106 <b>DiffDialog</b>(<i>parent=None</i>) 106 <b>DiffDialog</b>(<i>files=None, parent=None</i>)
107 107
108 <p> 108 <p>
109 Constructor 109 Constructor
110 </p> 110 </p>
111 <dl> 111 <dl>
112 112
113 <dt><i>parent</i></dt> 113 <dt><i>files</i> (list of two str)</dt>
114 <dd> 114 <dd>
115 reference to the parent widget (QWidget) 115 list of two file names to be diffed
116 </dd>
117 <dt><i>parent</i> (QWidget)</dt>
118 <dd>
119 reference to the parent widget
116 </dd> 120 </dd>
117 </dl> 121 </dl>
118 <a NAME="DiffDialog.__appendText" ID="DiffDialog.__appendText"></a> 122 <a NAME="DiffDialog.__appendText" ID="DiffDialog.__appendText"></a>
119 <h4>DiffDialog.__appendText</h4> 123 <h4>DiffDialog.__appendText</h4>
120 <b>__appendText</b>(<i>txt</i>) 124 <b>__appendText</b>(<i>txt</i>)
290 <tr><td>None</td></tr> 294 <tr><td>None</td></tr>
291 </table> 295 </table>
292 296
293 <a NAME="DiffWindow.__init__" ID="DiffWindow.__init__"></a> 297 <a NAME="DiffWindow.__init__" ID="DiffWindow.__init__"></a>
294 <h4>DiffWindow (Constructor)</h4> 298 <h4>DiffWindow (Constructor)</h4>
295 <b>DiffWindow</b>(<i>parent=None</i>) 299 <b>DiffWindow</b>(<i>files=None, parent=None</i>)
296 300
297 <p> 301 <p>
298 Constructor 302 Constructor
299 </p> 303 </p>
300 <dl> 304 <dl>
301 305
302 <dt><i>parent</i></dt> 306 <dt><i>files</i> (list of two str)</dt>
303 <dd> 307 <dd>
304 reference to the parent widget (QWidget) 308 list of two file names to be diffed
309 </dd>
310 <dt><i>parent</i> (QWidget)</dt>
311 <dd>
312 reference to the parent widget
305 </dd> 313 </dd>
306 </dl> 314 </dl>
307 <a NAME="DiffWindow.eventFilter" ID="DiffWindow.eventFilter"></a> 315 <a NAME="DiffWindow.eventFilter" ID="DiffWindow.eventFilter"></a>
308 <h4>DiffWindow.eventFilter</h4> 316 <h4>DiffWindow.eventFilter</h4>
309 <b>eventFilter</b>(<i>obj, event</i>) 317 <b>eventFilter</b>(<i>obj, event</i>)

eric ide

mercurial