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

branch
eric7
changeset 10877
83e79644616a
parent 10862
c14dae55e9d8
child 10996
a3dc181d14e1
equal deleted inserted replaced
10876:ec224611090e 10877:83e79644616a
136 <tr> 136 <tr>
137 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> 137 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td>
138 <td>Private slot to handle the activation of the IRC window.</td> 138 <td>Private slot to handle the activation of the IRC window.</td>
139 </tr> 139 </tr>
140 <tr> 140 <tr>
141 <td><a href="#UserInterface.__activateLeftRightSidebarWidget">__activateLeftRightSidebarWidget</a></td>
142 <td>Private method to activate the given widget in the left or right sidebar.</td>
143 </tr>
144 <tr>
145 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> 141 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td>
146 <td>Private slot to handle the activation of the Log Viewer.</td> 142 <td>Private slot to handle the activation of the Log Viewer.</td>
147 </tr> 143 </tr>
148 <tr> 144 <tr>
149 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td> 145 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td>
828 <tr> 824 <tr>
829 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td> 825 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td>
830 <td>Public slot to handle the activation of the debug viewer.</td> 826 <td>Public slot to handle the activation of the debug viewer.</td>
831 </tr> 827 </tr>
832 <tr> 828 <tr>
829 <td><a href="#UserInterface.activateLeftRightSidebarWidget">activateLeftRightSidebarWidget</a></td>
830 <td>Public method to activate the given widget in the left or right sidebar.</td>
831 </tr>
832 <tr>
833 <td><a href="#UserInterface.activatePluginRepositoryViewer">activatePluginRepositoryViewer</a></td> 833 <td><a href="#UserInterface.activatePluginRepositoryViewer">activatePluginRepositoryViewer</a></td>
834 <td>Public slot to activate the plugin repository viewer.</td> 834 <td>Public slot to activate the plugin repository viewer.</td>
835 </tr> 835 </tr>
836 <tr> 836 <tr>
837 <td><a href="#UserInterface.activateVirtualenvManager">activateVirtualenvManager</a></td> 837 <td><a href="#UserInterface.activateVirtualenvManager">activateVirtualenvManager</a></td>
990 <td>Public method to change the visible text for the named toolbar.</td> 990 <td>Public method to change the visible text for the named toolbar.</td>
991 </tr> 991 </tr>
992 <tr> 992 <tr>
993 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td> 993 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td>
994 <td>Public slot to activate the debug view profile.</td> 994 <td>Public slot to activate the debug view profile.</td>
995 </tr>
996 <tr>
997 <td><a href="#UserInterface.setLeftRightSidebarWidgetIcon">setLeftRightSidebarWidgetIcon</a></td>
998 <td>Public method to set the icon of the given widget in the left or right sidebar.</td>
995 </tr> 999 </tr>
996 <tr> 1000 <tr>
997 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td> 1001 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td>
998 <td>Public slot to show the email dialog in a given mode.</td> 1002 <td>Public slot to show the email dialog in a given mode.</td>
999 </tr> 1003 </tr>
1226 <b>__activateIRC</b>(<i></i>) 1230 <b>__activateIRC</b>(<i></i>)
1227 <p> 1231 <p>
1228 Private slot to handle the activation of the IRC window. 1232 Private slot to handle the activation of the IRC window.
1229 </p> 1233 </p>
1230 1234
1231 <a NAME="UserInterface.__activateLeftRightSidebarWidget" ID="UserInterface.__activateLeftRightSidebarWidget"></a>
1232 <h4>UserInterface.__activateLeftRightSidebarWidget</h4>
1233 <b>__activateLeftRightSidebarWidget</b>(<i>widget</i>)
1234 <p>
1235 Private method to activate the given widget in the left or right
1236 sidebar.
1237 </p>
1238
1239 <dl>
1240
1241 <dt><i>widget</i> (QWidget)</dt>
1242 <dd>
1243 reference to the widget to be activated
1244 </dd>
1245 </dl>
1246 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> 1235 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a>
1247 <h4>UserInterface.__activateLogViewer</h4> 1236 <h4>UserInterface.__activateLogViewer</h4>
1248 <b>__activateLogViewer</b>(<i></i>) 1237 <b>__activateLogViewer</b>(<i></i>)
1249 <p> 1238 <p>
1250 Private slot to handle the activation of the Log Viewer. 1239 Private slot to handle the activation of the Log Viewer.
3046 <b>activateDebugViewer</b>(<i></i>) 3035 <b>activateDebugViewer</b>(<i></i>)
3047 <p> 3036 <p>
3048 Public slot to handle the activation of the debug viewer. 3037 Public slot to handle the activation of the debug viewer.
3049 </p> 3038 </p>
3050 3039
3040 <a NAME="UserInterface.activateLeftRightSidebarWidget" ID="UserInterface.activateLeftRightSidebarWidget"></a>
3041 <h4>UserInterface.activateLeftRightSidebarWidget</h4>
3042 <b>activateLeftRightSidebarWidget</b>(<i>widget</i>)
3043 <p>
3044 Public method to activate the given widget in the left or right
3045 sidebar.
3046 </p>
3047
3048 <dl>
3049
3050 <dt><i>widget</i> (QWidget)</dt>
3051 <dd>
3052 reference to the widget to be activated
3053 </dd>
3054 </dl>
3051 <a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a> 3055 <a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a>
3052 <h4>UserInterface.activatePluginRepositoryViewer</h4> 3056 <h4>UserInterface.activatePluginRepositoryViewer</h4>
3053 <b>activatePluginRepositoryViewer</b>(<i></i>) 3057 <b>activatePluginRepositoryViewer</b>(<i></i>)
3054 <p> 3058 <p>
3055 Public slot to activate the plugin repository viewer. 3059 Public slot to activate the plugin repository viewer.
3747 3751
3748 <dt><i>save</i> (bool)</dt> 3752 <dt><i>save</i> (bool)</dt>
3749 <dd> 3753 <dd>
3750 flag indicating that the current profile should 3754 flag indicating that the current profile should
3751 be saved 3755 be saved
3756 </dd>
3757 </dl>
3758 <a NAME="UserInterface.setLeftRightSidebarWidgetIcon" ID="UserInterface.setLeftRightSidebarWidgetIcon"></a>
3759 <h4>UserInterface.setLeftRightSidebarWidgetIcon</h4>
3760 <b>setLeftRightSidebarWidgetIcon</b>(<i>widget, icon</i>)
3761 <p>
3762 Public method to set the icon of the given widget in the left or right
3763 sidebar.
3764 </p>
3765
3766 <dl>
3767
3768 <dt><i>widget</i> (QWidget)</dt>
3769 <dd>
3770 reference to the widget to set the icon for
3771 </dd>
3772 <dt><i>icon</i> (QIcon)</dt>
3773 <dd>
3774 icon to be set
3752 </dd> 3775 </dd>
3753 </dl> 3776 </dl>
3754 <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a> 3777 <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a>
3755 <h4>UserInterface.showEmailDialog</h4> 3778 <h4>UserInterface.showEmailDialog</h4>
3756 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>) 3779 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)

eric ide

mercurial