diff -r 8faca1bed582 -r f1861dd1935d Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html --- a/Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html Tue Jul 11 21:28:04 2017 +0200 +++ b/Documentation/Source/eric6.Toolbox.PyQt4ImportHook.html Wed Jul 12 18:50:22 2017 +0200 @@ -70,7 +70,10 @@ </table> <h3>Static Methods</h3> <table> -<tr><td>None</td></tr> +<tr> +<td><a href="#PyQt4Importer.QComboBox_currentData">QComboBox_currentData</a></td> +<td>Public method to emulate the currentData method of Qt5.</td> +</tr> </table> <a NAME="PyQt4Importer.__init__" ID="PyQt4Importer.__init__"></a> <h4>PyQt4Importer (Constructor)</h4> @@ -110,6 +113,21 @@ <dd> reference to the loaded module (module) </dd> +</dl><a NAME="PyQt4Importer.QComboBox_currentData" ID="PyQt4Importer.QComboBox_currentData"></a> +<h4>PyQt4Importer.QComboBox_currentData (static)</h4> +<b>QComboBox_currentData</b>(<i>role=None</i>) +<p> + Public method to emulate the currentData method of Qt5. +</p><dl> +<dt><i>role</i></dt> +<dd> +role of which data should be retrived +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +stored data at current selection +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />