Documentation/Source/eric5.UI.UserInterface.html

changeset 2137
5a9bdcb8c934
parent 2101
5bac7dee9e1a
child 2182
fc3210851b07
equal deleted inserted replaced
2133:8e20a87f9809 2137:5a9bdcb8c934
168 </dl> 168 </dl>
169 <h3>Derived from</h3> 169 <h3>Derived from</h3>
170 E5MainWindow 170 E5MainWindow
171 <h3>Class Attributes</h3> 171 <h3>Class Attributes</h3>
172 <table> 172 <table>
173 <tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr> 173 <tr><td>BottomSide</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr>
174 </table> 174 </table>
175 <h3>Class Methods</h3> 175 <h3>Class Methods</h3>
176 <table> 176 <table>
177 <tr><td>None</td></tr> 177 <tr><td>None</td></tr>
178 </table> 178 </table>
639 <td>Public slot to handle the activation of the cooperation window.</td> 639 <td>Public slot to handle the activation of the cooperation window.</td>
640 </tr><tr> 640 </tr><tr>
641 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> 641 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td>
642 <td>Public method to add actions to the list of actions.</td> 642 <td>Public method to add actions to the list of actions.</td>
643 </tr><tr> 643 </tr><tr>
644 <td><a href="#UserInterface.addSideWidget">addSideWidget</a></td>
645 <td>Public method to add a widget to the sides.</td>
646 </tr><tr>
644 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> 647 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td>
645 <td>Public slot to append text to the stderr log viewer tab.</td> 648 <td>Public slot to append text to the stderr log viewer tab.</td>
646 </tr><tr> 649 </tr><tr>
647 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> 650 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td>
648 <td>Public slot to append text to the stdout log viewer tab.</td> 651 <td>Public slot to append text to the stdout log viewer tab.</td>
710 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> 713 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td>
711 <td>Public method to register a toolbar.</td> 714 <td>Public method to register a toolbar.</td>
712 </tr><tr> 715 </tr><tr>
713 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td> 716 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td>
714 <td>Public method to remove actions from the list of actions.</td> 717 <td>Public method to remove actions from the list of actions.</td>
718 </tr><tr>
719 <td><a href="#UserInterface.removeSideWidget">removeSideWidget</a></td>
720 <td>Public method to remove a widget added using addSideWidget().</td>
715 </tr><tr> 721 </tr><tr>
716 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td> 722 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td>
717 <td>Public method to change the visible text for the named toolbar.</td> 723 <td>Public method to change the visible text for the named toolbar.</td>
718 </tr><tr> 724 </tr><tr>
719 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td> 725 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td>
1827 It must be one of "ui" or "wizards". 1833 It must be one of "ui" or "wizards".
1828 </dd><dt><i>actions</i></dt> 1834 </dd><dt><i>actions</i></dt>
1829 <dd> 1835 <dd>
1830 list of actions to be added (list of E5Action) 1836 list of actions to be added (list of E5Action)
1831 </dd> 1837 </dd>
1838 </dl><a NAME="UserInterface.addSideWidget" ID="UserInterface.addSideWidget"></a>
1839 <h4>UserInterface.addSideWidget</h4>
1840 <b>addSideWidget</b>(<i>side, widget, icon, label</i>)
1841 <p>
1842 Public method to add a widget to the sides.
1843 </p><dl>
1844 <dt><i>side</i></dt>
1845 <dd>
1846 side to add the widget to (UserInterface.LeftSide,
1847 UserInterface.BottomSide)
1848 </dd><dt><i>widget</i></dt>
1849 <dd>
1850 reference to the widget to add (QWidget)
1851 </dd><dt><i>icon</i></dt>
1852 <dd>
1853 icon to be used (QIcon)
1854 </dd><dt><i>label</i></dt>
1855 <dd>
1856 label text to be shown (string)
1857 </dd>
1832 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> 1858 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a>
1833 <h4>UserInterface.appendToStderr</h4> 1859 <h4>UserInterface.appendToStderr</h4>
1834 <b>appendToStderr</b>(<i>s</i>) 1860 <b>appendToStderr</b>(<i>s</i>)
1835 <p> 1861 <p>
1836 Public slot to append text to the stderr log viewer tab. 1862 Public slot to append text to the stderr log viewer tab.
2120 It must be one of "ui" or "wizards". 2146 It must be one of "ui" or "wizards".
2121 </dd><dt><i>actions</i></dt> 2147 </dd><dt><i>actions</i></dt>
2122 <dd> 2148 <dd>
2123 list of actions (list of E5Action) 2149 list of actions (list of E5Action)
2124 </dd> 2150 </dd>
2151 </dl><a NAME="UserInterface.removeSideWidget" ID="UserInterface.removeSideWidget"></a>
2152 <h4>UserInterface.removeSideWidget</h4>
2153 <b>removeSideWidget</b>(<i>widget</i>)
2154 <p>
2155 Public method to remove a widget added using addSideWidget().
2156 </p><dl>
2157 <dt><i>widget</i></dt>
2158 <dd>
2159 reference to the widget to remove (QWidget)
2160 </dd>
2125 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> 2161 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a>
2126 <h4>UserInterface.reregisterToolbar</h4> 2162 <h4>UserInterface.reregisterToolbar</h4>
2127 <b>reregisterToolbar</b>(<i>name, text</i>) 2163 <b>reregisterToolbar</b>(<i>name, text</i>)
2128 <p> 2164 <p>
2129 Public method to change the visible text for the named toolbar. 2165 Public method to change the visible text for the named toolbar.

eric ide

mercurial