Documentation/Source/eric5.E5Gui.E5Application.html

changeset 2077
68a34718a0ce
parent 1229
a8207dc73672
child 2087
795992a5c561
equal deleted inserted replaced
2076:0d6286344ac1 2077:68a34718a0ce
83 <td>Public method to unregister a plugin object in the object registry.</td> 83 <td>Public method to unregister a plugin object in the object registry.</td>
84 </tr> 84 </tr>
85 </table> 85 </table>
86 <h3>Static Methods</h3> 86 <h3>Static Methods</h3>
87 <table> 87 <table>
88 <tr><td>None</td></tr> 88 <tr>
89 <td><a href="#E5Application.palette">palette</a></td>
90 <td>Static method to get compatibility between Qt4 QApplication and Qt5 QGuiApplication.</td>
91 </tr>
89 </table> 92 </table>
90 <a NAME="E5Application.__init__" ID="E5Application.__init__"></a> 93 <a NAME="E5Application.__init__" ID="E5Application.__init__"></a>
91 <h4>E5Application (Constructor)</h4> 94 <h4>E5Application (Constructor)</h4>
92 <b>E5Application</b>(<i>argv</i>) 95 <b>E5Application</b>(<i>argv</i>)
93 <p> 96 <p>
214 Public method to unregister a plugin object in the object registry. 217 Public method to unregister a plugin object in the object registry.
215 </p><dl> 218 </p><dl>
216 <dt><i>name</i></dt> 219 <dt><i>name</i></dt>
217 <dd> 220 <dd>
218 name of the plugin object (string) 221 name of the plugin object (string)
222 </dd>
223 </dl><a NAME="E5Application.palette" ID="E5Application.palette"></a>
224 <h4>E5Application.palette (static)</h4>
225 <b>palette</b>(<i></i>)
226 <p>
227 Static method to get compatibility between Qt4 QApplication and
228 Qt5 QGuiApplication.
229 </p><dl>
230 <dt>Returns:</dt>
231 <dd>
232 reference to the global palette (QPalette)
219 </dd> 233 </dd>
220 </dl> 234 </dl>
221 <div align="right"><a href="#top">Up</a></div> 235 <div align="right"><a href="#top">Up</a></div>
222 <hr /> 236 <hr />
223 </body></html> 237 </body></html>

eric ide

mercurial