eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8970
188ff9ce8657
parent 8877
548d45c3f571
child 8972
54816b8f740f
equal deleted inserted replaced
8969:52a07d67f4ed 8970:188ff9ce8657
559 <tr> 559 <tr>
560 <td><a href="#UserInterface.__openOnStartup">__openOnStartup</a></td> 560 <td><a href="#UserInterface.__openOnStartup">__openOnStartup</a></td>
561 <td>Private method to open the last file, project or multiproject.</td> 561 <td>Private method to open the last file, project or multiproject.</td>
562 </tr> 562 </tr>
563 <tr> 563 <tr>
564 <td><a href="#UserInterface.__performUpgrade">__performUpgrade</a></td>
565 <td>Private method to perform the requested upgrade operation.</td>
566 </tr>
567 <tr>
564 <td><a href="#UserInterface.__pluginInstallFinished">__pluginInstallFinished</a></td> 568 <td><a href="#UserInterface.__pluginInstallFinished">__pluginInstallFinished</a></td>
565 <td>Private slot to handle the finishing of the plugin install dialog.</td> 569 <td>Private slot to handle the finishing of the plugin install dialog.</td>
566 </tr> 570 </tr>
567 <tr> 571 <tr>
568 <td><a href="#UserInterface.__pluginsConfigure">__pluginsConfigure</a></td> 572 <td><a href="#UserInterface.__pluginsConfigure">__pluginsConfigure</a></td>
1145 <td>Public method to show a specific widget placed in the side widgets.</td> 1149 <td>Public method to show a specific widget placed in the side widgets.</td>
1146 </tr> 1150 </tr>
1147 <tr> 1151 <tr>
1148 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> 1152 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td>
1149 <td>Public method to unregister a toolbar.</td> 1153 <td>Public method to unregister a toolbar.</td>
1154 </tr>
1155 <tr>
1156 <td><a href="#UserInterface.upgradePyQt">upgradePyQt</a></td>
1157 <td>Public slot to upgrade the PyQt packages of the eric7 environment.</td>
1150 </tr> 1158 </tr>
1151 <tr> 1159 <tr>
1152 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> 1160 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td>
1153 <td>Public method to check, if the eric version is good compared to the required version.</td> 1161 <td>Public method to check, if the eric version is good compared to the required version.</td>
1154 </tr> 1162 </tr>
2053 2061
2054 <dt><i>startupType</i></dt> 2062 <dt><i>startupType</i></dt>
2055 <dd> 2063 <dd>
2056 type of startup requested (string, one of 2064 type of startup requested (string, one of
2057 "Nothing", "File", "Project", "MultiProject" or "Session") 2065 "Nothing", "File", "Project", "MultiProject" or "Session")
2066 </dd>
2067 </dl>
2068 <a NAME="UserInterface.__performUpgrade" ID="UserInterface.__performUpgrade"></a>
2069 <h4>UserInterface.__performUpgrade</h4>
2070 <b>__performUpgrade</b>(<i>upgradeType</i>)
2071
2072 <p>
2073 Private method to perform the requested upgrade operation.
2074 </p>
2075 <p>
2076 This action needs to shut down eric first, start a non-PyQt application
2077 performing the upgrade of the PyQt packages via pip and restart eric
2078 with the passed arguments. The upgrade process is not visible.
2079 </p>
2080 <dl>
2081
2082 <dt><i>upgradeType</i> (str)</dt>
2083 <dd>
2084 upgrade operation (one of 'pyqt')
2058 </dd> 2085 </dd>
2059 </dl> 2086 </dl>
2060 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a> 2087 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a>
2061 <h4>UserInterface.__pluginInstallFinished</h4> 2088 <h4>UserInterface.__pluginInstallFinished</h4>
2062 <b>__pluginInstallFinished</b>(<i></i>) 2089 <b>__pluginInstallFinished</b>(<i></i>)
3905 <dt><i>name</i></dt> 3932 <dt><i>name</i></dt>
3906 <dd> 3933 <dd>
3907 name of the toolbar (string). 3934 name of the toolbar (string).
3908 </dd> 3935 </dd>
3909 </dl> 3936 </dl>
3937 <a NAME="UserInterface.upgradePyQt" ID="UserInterface.upgradePyQt"></a>
3938 <h4>UserInterface.upgradePyQt</h4>
3939 <b>upgradePyQt</b>(<i></i>)
3940
3941 <p>
3942 Public slot to upgrade the PyQt packages of the eric7 environment.
3943 </p>
3944 <dl>
3945 <dt>Return:</dt>
3946 <dd>
3947 flag indicating a successful upgrade
3948 </dd>
3949 </dl>
3950 <dl>
3951 <dt>Return Type:</dt>
3952 <dd>
3953 bool
3954 </dd>
3955 </dl>
3910 <a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a> 3956 <a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a>
3911 <h4>UserInterface.versionIsNewer</h4> 3957 <h4>UserInterface.versionIsNewer</h4>
3912 <b>versionIsNewer</b>(<i>required, snapshot=None</i>) 3958 <b>versionIsNewer</b>(<i>required, snapshot=None</i>)
3913 3959
3914 <p> 3960 <p>

eric ide

mercurial