70 </table> |
70 </table> |
71 <h3>Static Methods</h3> |
71 <h3>Static Methods</h3> |
72 <table> |
72 <table> |
73 <tr> |
73 <tr> |
74 <td><a href="#PyQt4Importer.QComboBox_currentData">QComboBox_currentData</a></td> |
74 <td><a href="#PyQt4Importer.QComboBox_currentData">QComboBox_currentData</a></td> |
75 <td>Public method to emulate the currentData method of Qt5.</td> |
75 <td>Static method to emulate the currentData method of Qt5.</td> |
76 </tr> |
76 </tr> |
77 </table> |
77 </table> |
78 <a NAME="PyQt4Importer.__init__" ID="PyQt4Importer.__init__"></a> |
78 <a NAME="PyQt4Importer.__init__" ID="PyQt4Importer.__init__"></a> |
79 <h4>PyQt4Importer (Constructor)</h4> |
79 <h4>PyQt4Importer (Constructor)</h4> |
80 <b>PyQt4Importer</b>(<i></i>) |
80 <b>PyQt4Importer</b>(<i></i>) |
115 </dd> |
115 </dd> |
116 </dl><a NAME="PyQt4Importer.QComboBox_currentData" ID="PyQt4Importer.QComboBox_currentData"></a> |
116 </dl><a NAME="PyQt4Importer.QComboBox_currentData" ID="PyQt4Importer.QComboBox_currentData"></a> |
117 <h4>PyQt4Importer.QComboBox_currentData (static)</h4> |
117 <h4>PyQt4Importer.QComboBox_currentData (static)</h4> |
118 <b>QComboBox_currentData</b>(<i>role=None</i>) |
118 <b>QComboBox_currentData</b>(<i>role=None</i>) |
119 <p> |
119 <p> |
120 Public method to emulate the currentData method of Qt5. |
120 Static method to emulate the currentData method of Qt5. |
121 </p><dl> |
121 </p><dl> |
122 <dt><i>role</i></dt> |
122 <dt><i>other</i> (QComboBox)</dt> |
123 <dd> |
123 <dd> |
124 role of which data should be retrived |
124 reference to the combo box to get the user data of |
|
125 </dd><dt><i>role</i> (int)</dt> |
|
126 <dd> |
|
127 role of which data should be retrieved |
125 </dd> |
128 </dd> |
126 </dl><dl> |
129 </dl><dl> |
127 <dt>Returns:</dt> |
130 <dt>Returns:</dt> |
128 <dd> |
131 <dd> |
129 stored data at current selection |
132 stored data at current selection |
130 </dd> |
133 </dd> |
|
134 </dl><dl> |
|
135 <dt>Return Type:</dt> |
|
136 <dd> |
|
137 any |
|
138 </dd> |
131 </dl> |
139 </dl> |
132 <div align="right"><a href="#top">Up</a></div> |
140 <div align="right"><a href="#top">Up</a></div> |
133 <hr /> |
141 <hr /> |
134 </body></html> |
142 </body></html> |