2097 path of the file to show (defaults to "") |
2097 path of the file to show (defaults to "") |
2098 </dd> |
2098 </dd> |
2099 </dl> |
2099 </dl> |
2100 <a NAME="UserInterface.__performUpgrade" ID="UserInterface.__performUpgrade"></a> |
2100 <a NAME="UserInterface.__performUpgrade" ID="UserInterface.__performUpgrade"></a> |
2101 <h4>UserInterface.__performUpgrade</h4> |
2101 <h4>UserInterface.__performUpgrade</h4> |
2102 <b>__performUpgrade</b>(<i>upgradeType</i>) |
2102 <b>__performUpgrade</b>(<i>upgradeType, startup=False</i>) |
2103 <p> |
2103 <p> |
2104 Private method to perform the requested upgrade operation. |
2104 Private method to perform the requested upgrade operation. |
2105 </p> |
2105 </p> |
2106 <p> |
2106 <p> |
2107 This action needs to shut down eric first, start a non-PyQt application |
2107 This action needs to shut down eric first, start a non-PyQt application |
2114 <dt><i>upgradeType</i> (str)</dt> |
2114 <dt><i>upgradeType</i> (str)</dt> |
2115 <dd> |
2115 <dd> |
2116 upgrade operation (one of 'eric', 'ericpyqt', |
2116 upgrade operation (one of 'eric', 'ericpyqt', |
2117 'pyqt') |
2117 'pyqt') |
2118 </dd> |
2118 </dd> |
|
2119 <dt><i>startup</i> (bool (optional))</dt> |
|
2120 <dd> |
|
2121 flag indicating a call during the IDE startup (defaults to False) |
|
2122 </dd> |
2119 </dl> |
2123 </dl> |
2120 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a> |
2124 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a> |
2121 <h4>UserInterface.__pluginInstallFinished</h4> |
2125 <h4>UserInterface.__pluginInstallFinished</h4> |
2122 <b>__pluginInstallFinished</b>(<i></i>) |
2126 <b>__pluginInstallFinished</b>(<i></i>) |
2123 <p> |
2127 <p> |
3617 QNetworkAccessManager |
3621 QNetworkAccessManager |
3618 </dd> |
3622 </dd> |
3619 </dl> |
3623 </dl> |
3620 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
3624 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
3621 <h4>UserInterface.performVersionCheck</h4> |
3625 <h4>UserInterface.performVersionCheck</h4> |
3622 <b>performVersionCheck</b>(<i></i>) |
3626 <b>performVersionCheck</b>(<i>startup=False</i>) |
3623 <p> |
3627 <p> |
3624 Public method to check for an update even if not installed via PyPI. |
3628 Public method to check for an update even if not installed via PyPI. |
3625 </p> |
3629 </p> |
3626 |
3630 |
|
3631 <dl> |
|
3632 |
|
3633 <dt><i>startup</i> (bool (optional))</dt> |
|
3634 <dd> |
|
3635 flag indicating a call during the IDE startup (defaults to False) |
|
3636 </dd> |
|
3637 </dl> |
|
3638 <dl> |
|
3639 <dt>Return:</dt> |
|
3640 <dd> |
|
3641 flag indicating an upgrade is available and was selected by the user |
|
3642 </dd> |
|
3643 </dl> |
|
3644 <dl> |
|
3645 <dt>Return Type:</dt> |
|
3646 <dd> |
|
3647 bool |
|
3648 </dd> |
|
3649 </dl> |
3627 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a> |
3650 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a> |
3628 <h4>UserInterface.processArgs</h4> |
3651 <h4>UserInterface.processArgs</h4> |
3629 <b>processArgs</b>(<i>args</i>) |
3652 <b>processArgs</b>(<i>args</i>) |
3630 <p> |
3653 <p> |
3631 Public method to process the command line args passed to the UI. |
3654 Public method to process the command line args passed to the UI. |