PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html

changeset 43
25977715166f
parent 30
2f978a55c8e3
child 50
5e4b312590ba
equal deleted inserted replaced
42:53379f82956b 43:25977715166f
165 <dd> 165 <dd>
166 reference to the menu to be populated (QMenu) 166 reference to the menu to be populated (QMenu)
167 </dd> 167 </dd>
168 </dl><a NAME="PySide2PyQtPlugin.__pyqt2Pyside" ID="PySide2PyQtPlugin.__pyqt2Pyside"></a> 168 </dl><a NAME="PySide2PyQtPlugin.__pyqt2Pyside" ID="PySide2PyQtPlugin.__pyqt2Pyside"></a>
169 <h4>PySide2PyQtPlugin.__pyqt2Pyside</h4> 169 <h4>PySide2PyQtPlugin.__pyqt2Pyside</h4>
170 <b>__pyqt2Pyside</b>(<i></i>) 170 <b>__pyqt2Pyside</b>(<i>pyqt, pyside</i>)
171 <p> 171 <p>
172 Private slot to convert the code of the current editor from PyQt 172 Private slot to convert the code of the current editor from PyQt
173 to PySide. 173 to PySide.
174 </p><a NAME="PySide2PyQtPlugin.__pyside2Pyqt" ID="PySide2PyQtPlugin.__pyside2Pyqt"></a> 174 </p><dl>
175 <dt><i>pyqt</i> (str)</dt>
176 <dd>
177 PyQt variant (pyqt4 or pyqt5)
178 </dd><dt><i>pyside</i> (str)</dt>
179 <dd>
180 PySide variant (pyside or pyside2)
181 </dd>
182 </dl><a NAME="PySide2PyQtPlugin.__pyside2Pyqt" ID="PySide2PyQtPlugin.__pyside2Pyqt"></a>
175 <h4>PySide2PyQtPlugin.__pyside2Pyqt</h4> 183 <h4>PySide2PyQtPlugin.__pyside2Pyqt</h4>
176 <b>__pyside2Pyqt</b>(<i></i>) 184 <b>__pyside2Pyqt</b>(<i>pyside, pyqt</i>)
177 <p> 185 <p>
178 Private slot to convert the code of the current editor from PySide 186 Private slot to convert the code of the current editor from PySide
179 to PyQt. 187 to PyQt.
180 </p><a NAME="PySide2PyQtPlugin.activate" ID="PySide2PyQtPlugin.activate"></a> 188 </p><dl>
189 <dt><i>pyside</i> (str)</dt>
190 <dd>
191 PySide variant (pyside or pyside2)
192 </dd><dt><i>pyqt</i> (str)</dt>
193 <dd>
194 PyQt variant (pyqt4 or pyqt5)
195 </dd>
196 </dl><a NAME="PySide2PyQtPlugin.activate" ID="PySide2PyQtPlugin.activate"></a>
181 <h4>PySide2PyQtPlugin.activate</h4> 197 <h4>PySide2PyQtPlugin.activate</h4>
182 <b>activate</b>(<i></i>) 198 <b>activate</b>(<i></i>)
183 <p> 199 <p>
184 Public method to activate this plugin. 200 Public method to activate this plugin.
185 </p><dl> 201 </p><dl>

eric ide

mercurial