eric6/Documentation/Source/eric6.UI.UserInterface.html

changeset 7911
4621c9082a43
parent 7902
a5248d27c8a9
child 7946
6901746220fc
equal deleted inserted replaced
7910:2eeec6bc49e6 7911:4621c9082a43
673 <tr> 673 <tr>
674 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> 674 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
675 <td>Private slot used to show the previous tab or file.</td> 675 <td>Private slot used to show the previous tab or file.</td>
676 </tr> 676 </tr>
677 <tr> 677 <tr>
678 <td><a href="#UserInterface.__showPyQt5Doc">__showPyQt5Doc</a></td> 678 <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td>
679 <td>Private slot to show the PyQt5 documentation.</td> 679 <td>Private slot to show the PyQt5/6 documentation.</td>
680 </tr> 680 </tr>
681 <tr> 681 <tr>
682 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> 682 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td>
683 <td>Private slot to show the PySide2 documentation.</td> 683 <td>Private slot to show the PySide2/PySide6 documentation.</td>
684 </tr> 684 </tr>
685 <tr> 685 <tr>
686 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td> 686 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td>
687 <td>Private slot to show the Python 3 documentation.</td> 687 <td>Private slot to show the Python 3 documentation.</td>
688 </tr> 688 </tr>
2304 <b>__showPrevious</b>(<i></i>) 2304 <b>__showPrevious</b>(<i></i>)
2305 2305
2306 <p> 2306 <p>
2307 Private slot used to show the previous tab or file. 2307 Private slot used to show the previous tab or file.
2308 </p> 2308 </p>
2309 <a NAME="UserInterface.__showPyQt5Doc" ID="UserInterface.__showPyQt5Doc"></a> 2309 <a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a>
2310 <h4>UserInterface.__showPyQt5Doc</h4> 2310 <h4>UserInterface.__showPyQtDoc</h4>
2311 <b>__showPyQt5Doc</b>(<i></i>) 2311 <b>__showPyQtDoc</b>(<i>variant=5</i>)
2312 2312
2313 <p> 2313 <p>
2314 Private slot to show the PyQt5 documentation. 2314 Private slot to show the PyQt5/6 documentation.
2315 </p> 2315 </p>
2316 <dl>
2317
2318 <dt><i>variant</i> (int or str)</dt>
2319 <dd>
2320 PyQt variant to show documentation for (5 or 6)
2321 </dd>
2322 </dl>
2316 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> 2323 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
2317 <h4>UserInterface.__showPySideDoc</h4> 2324 <h4>UserInterface.__showPySideDoc</h4>
2318 <b>__showPySideDoc</b>(<i>variant="2"</i>) 2325 <b>__showPySideDoc</b>(<i>variant=2</i>)
2319 2326
2320 <p> 2327 <p>
2321 Private slot to show the PySide2 documentation. 2328 Private slot to show the PySide2/PySide6 documentation.
2322 </p> 2329 </p>
2323 <dl> 2330 <dl>
2324 2331
2325 <dt><i>variant</i> (str)</dt> 2332 <dt><i>variant</i> (int or str)</dt>
2326 <dd> 2333 <dd>
2327 PySide variant (2) 2334 PySide variant (2 or 6)
2328 </dd> 2335 </dd>
2329 </dl> 2336 </dl>
2330 <a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a> 2337 <a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>
2331 <h4>UserInterface.__showPythonDoc</h4> 2338 <h4>UserInterface.__showPythonDoc</h4>
2332 <b>__showPythonDoc</b>(<i></i>) 2339 <b>__showPythonDoc</b>(<i></i>)

eric ide

mercurial