Wed, 12 Jul 2017 18:50:22 +0200
Updated source docu for the changes done by Tobias.
--- a/APIs/Python3/eric6.api Tue Jul 11 21:28:04 2017 +0200 +++ b/APIs/Python3/eric6.api Wed Jul 12 18:50:22 2017 +0200 @@ -8452,6 +8452,7 @@ eric6.Templates.TemplateViewer.TemplateViewer.save?4() eric6.Templates.TemplateViewer.TemplateViewer.writeTemplates?4(filename=None) eric6.Templates.TemplateViewer.TemplateViewer?1(parent, viewmanager) +eric6.Toolbox.PyQt4ImportHook.PyQt4Importer.QComboBox_currentData?4(role=None) eric6.Toolbox.PyQt4ImportHook.PyQt4Importer.find_module?4(fullname, path=None) eric6.Toolbox.PyQt4ImportHook.PyQt4Importer.load_module?4(fullname) eric6.Toolbox.PyQt4ImportHook.PyQt4Importer?1()
--- a/Documentation/Help/source.qhp Tue Jul 11 21:28:04 2017 +0200 +++ b/Documentation/Help/source.qhp Wed Jul 12 18:50:22 2017 +0200 @@ -11652,6 +11652,7 @@ <keyword name="PyQt4ImportHook (Module)" id="PyQt4ImportHook (Module)" ref="eric6.Toolbox.PyQt4ImportHook.html" /> <keyword name="PyQt4Importer" id="PyQt4Importer" ref="eric6.Toolbox.PyQt4ImportHook.html#PyQt4Importer" /> <keyword name="PyQt4Importer (Constructor)" id="PyQt4Importer (Constructor)" ref="eric6.Toolbox.PyQt4ImportHook.html#PyQt4Importer.__init__" /> + <keyword name="PyQt4Importer.QComboBox_currentData" id="PyQt4Importer.QComboBox_currentData" ref="eric6.Toolbox.PyQt4ImportHook.html#PyQt4Importer.QComboBox_currentData" /> <keyword name="PyQt4Importer.find_module" id="PyQt4Importer.find_module" ref="eric6.Toolbox.PyQt4ImportHook.html#PyQt4Importer.find_module" /> <keyword name="PyQt4Importer.load_module" id="PyQt4Importer.load_module" ref="eric6.Toolbox.PyQt4ImportHook.html#PyQt4Importer.load_module" /> <keyword name="PyRegExpWizard" id="PyRegExpWizard" ref="eric6.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard" />
--- 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 />