835 <td>Public slot to set the preferences.</td> |
835 <td>Public slot to set the preferences.</td> |
836 </tr><tr> |
836 </tr><tr> |
837 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> |
837 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> |
838 <td>Public slot to show the Find & Replace In Files dialog.</td> |
838 <td>Public slot to show the Find & Replace In Files dialog.</td> |
839 </tr><tr> |
839 </tr><tr> |
|
840 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td> |
|
841 <td>Public method to show a specific widget placed in the side widgets.</td> |
|
842 </tr><tr> |
840 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> |
843 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> |
841 <td>Public method to unregister a toolbar.</td> |
844 <td>Public method to unregister a toolbar.</td> |
842 </tr><tr> |
845 </tr><tr> |
843 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> |
846 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> |
844 <td>Public method to check, if the eric6 version is good compared to the required version.</td> |
847 <td>Public method to check, if the eric6 version is good compared to the required version.</td> |
2202 <h4>UserInterface.addSideWidget</h4> |
2205 <h4>UserInterface.addSideWidget</h4> |
2203 <b>addSideWidget</b>(<i>side, widget, icon, label</i>) |
2206 <b>addSideWidget</b>(<i>side, widget, icon, label</i>) |
2204 <p> |
2207 <p> |
2205 Public method to add a widget to the sides. |
2208 Public method to add a widget to the sides. |
2206 </p><dl> |
2209 </p><dl> |
2207 <dt><i>side</i></dt> |
2210 <dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt> |
2208 <dd> |
2211 <dd> |
2209 side to add the widget to (UserInterface.LeftSide, |
2212 side to add the widget to |
2210 UserInterface.BottomSide) |
2213 UserInterface.RightSide) |
2211 </dd><dt><i>widget</i></dt> |
2214 </dd><dt><i>widget</i> (QWidget)</dt> |
2212 <dd> |
2215 <dd> |
2213 reference to the widget to add (QWidget) |
2216 reference to the widget to add |
2214 </dd><dt><i>icon</i></dt> |
2217 </dd><dt><i>icon</i> (QIcon)</dt> |
2215 <dd> |
2218 <dd> |
2216 icon to be used (QIcon) |
2219 icon to be used |
2217 </dd><dt><i>label</i></dt> |
2220 </dd><dt><i>label</i> (str)</dt> |
2218 <dd> |
2221 <dd> |
2219 label text to be shown (string) |
2222 label text to be shown |
2220 </dd> |
2223 </dd> |
2221 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> |
2224 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> |
2222 <h4>UserInterface.appendToStderr</h4> |
2225 <h4>UserInterface.appendToStderr</h4> |
2223 <b>appendToStderr</b>(<i>s</i>) |
2226 <b>appendToStderr</b>(<i>s</i>) |
2224 <p> |
2227 <p> |
2626 <h4>UserInterface.removeSideWidget</h4> |
2629 <h4>UserInterface.removeSideWidget</h4> |
2627 <b>removeSideWidget</b>(<i>widget</i>) |
2630 <b>removeSideWidget</b>(<i>widget</i>) |
2628 <p> |
2631 <p> |
2629 Public method to remove a widget added using addSideWidget(). |
2632 Public method to remove a widget added using addSideWidget(). |
2630 </p><dl> |
2633 </p><dl> |
2631 <dt><i>widget</i></dt> |
2634 <dt><i>widget</i> (QWidget)</dt> |
2632 <dd> |
2635 <dd> |
2633 reference to the widget to remove (QWidget) |
2636 reference to the widget to remove |
2634 </dd> |
2637 </dd> |
2635 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> |
2638 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> |
2636 <h4>UserInterface.reregisterToolbar</h4> |
2639 <h4>UserInterface.reregisterToolbar</h4> |
2637 <b>reregisterToolbar</b>(<i>name, text</i>) |
2640 <b>reregisterToolbar</b>(<i>name, text</i>) |
2638 <p> |
2641 <p> |
2763 directory to search in (string) |
2766 directory to search in (string) |
2764 </dd><dt><i>openFiles=</i></dt> |
2767 </dd><dt><i>openFiles=</i></dt> |
2765 <dd> |
2768 <dd> |
2766 flag indicating to operate on open files (boolean) |
2769 flag indicating to operate on open files (boolean) |
2767 </dd> |
2770 </dd> |
|
2771 </dl><a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a> |
|
2772 <h4>UserInterface.showSideWidget</h4> |
|
2773 <b>showSideWidget</b>(<i>widget</i>) |
|
2774 <p> |
|
2775 Public method to show a specific widget placed in the side widgets. |
|
2776 </p><dl> |
|
2777 <dt><i>widget</i> (QWidget)</dt> |
|
2778 <dd> |
|
2779 reference to the widget to be shown |
|
2780 </dd> |
2768 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> |
2781 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> |
2769 <h4>UserInterface.unregisterToolbar</h4> |
2782 <h4>UserInterface.unregisterToolbar</h4> |
2770 <b>unregisterToolbar</b>(<i>name</i>) |
2783 <b>unregisterToolbar</b>(<i>name</i>) |
2771 <p> |
2784 <p> |
2772 Public method to unregister a toolbar. |
2785 Public method to unregister a toolbar. |