PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html

changeset 16
051e29b6bdd6
parent 1
299876e9654d
child 21
757e8b5d9f5a
equal deleted inserted replaced
15:23324a7a0aa2 16:051e29b6bdd6
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#PySide2PyQtPlugin.__init__">PySide2PyQtPlugin</a></td> 60 <td><a href="#PySide2PyQtPlugin.__init__">PySide2PyQtPlugin</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#PySide2PyQtPlugin.__editorClosed">__editorClosed</a></td>
64 <td>Private slot called, when an editor was closed.</td>
65 </tr><tr>
66 <td><a href="#PySide2PyQtPlugin.__editorOpened">__editorOpened</a></td>
67 <td>Private slot called, when a new editor was opened.</td>
68 </tr><tr>
63 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td> 69 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td>
64 <td>Private method to load the translation file.</td> 70 <td>Private method to load the translation file.</td>
65 </tr><tr> 71 </tr><tr>
66 <td><a href="#PySide2PyQtPlugin.__populateMenu">__populateMenu</a></td> 72 <td><a href="#PySide2PyQtPlugin.__populateMenu">__populateMenu</a></td>
67 <td>Private slot to populate the tools menu with our entries.</td> 73 <td>Private slot to populate the tools menu with our entries.</td>
90 Constructor 96 Constructor
91 </p><dl> 97 </p><dl>
92 <dt><i>ui</i></dt> 98 <dt><i>ui</i></dt>
93 <dd> 99 <dd>
94 reference to the user interface object (UI.UserInterface) 100 reference to the user interface object (UI.UserInterface)
101 </dd>
102 </dl><a NAME="PySide2PyQtPlugin.__editorClosed" ID="PySide2PyQtPlugin.__editorClosed"></a>
103 <h4>PySide2PyQtPlugin.__editorClosed</h4>
104 <b>__editorClosed</b>(<i>editor</i>)
105 <p>
106 Private slot called, when an editor was closed.
107 </p><dl>
108 <dt><i>editor</i></dt>
109 <dd>
110 reference to the editor (QScintilla.Editor)
111 </dd>
112 </dl><a NAME="PySide2PyQtPlugin.__editorOpened" ID="PySide2PyQtPlugin.__editorOpened"></a>
113 <h4>PySide2PyQtPlugin.__editorOpened</h4>
114 <b>__editorOpened</b>(<i>editor</i>)
115 <p>
116 Private slot called, when a new editor was opened.
117 </p><dl>
118 <dt><i>editor</i></dt>
119 <dd>
120 reference to the new editor (QScintilla.Editor)
95 </dd> 121 </dd>
96 </dl><a NAME="PySide2PyQtPlugin.__loadTranslator" ID="PySide2PyQtPlugin.__loadTranslator"></a> 122 </dl><a NAME="PySide2PyQtPlugin.__loadTranslator" ID="PySide2PyQtPlugin.__loadTranslator"></a>
97 <h4>PySide2PyQtPlugin.__loadTranslator</h4> 123 <h4>PySide2PyQtPlugin.__loadTranslator</h4>
98 <b>__loadTranslator</b>(<i></i>) 124 <b>__loadTranslator</b>(<i></i>)
99 <p> 125 <p>

eric ide

mercurial