Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html

changeset 5815
223fa32b3a32
parent 5814
50b299f6eb98
--- a/Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html	Thu Jul 20 18:42:33 2017 +0200
+++ b/Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html	Thu Jul 20 18:53:24 2017 +0200
@@ -72,7 +72,7 @@
 <table>
 <tr>
 <td><a href="#PyQt4Importer.QComboBox_currentData">QComboBox_currentData</a></td>
-<td>Public method to emulate the currentData method of Qt5.</td>
+<td>Static method to emulate the currentData method of Qt5.</td>
 </tr>
 </table>
 <a NAME="PyQt4Importer.__init__" ID="PyQt4Importer.__init__"></a>
@@ -117,17 +117,25 @@
 <h4>PyQt4Importer.QComboBox_currentData (static)</h4>
 <b>QComboBox_currentData</b>(<i>role=None</i>)
 <p>
-        Public method to emulate the currentData method of Qt5.
+        Static method to emulate the currentData method of Qt5.
 </p><dl>
-<dt><i>role</i></dt>
+<dt><i>other</i> (QComboBox)</dt>
 <dd>
-role of which data should be retrived
+reference to the combo box to get the user data of
+</dd><dt><i>role</i> (int)</dt>
+<dd>
+role of which data should be retrieved
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
 stored data at current selection
 </dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+any
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial