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

branch
eric7
changeset 10493
f795d68d8e09
parent 10479
856476537696
child 10500
40fc136e7002
equal deleted inserted replaced
10492:53eac4c7d10b 10493:f795d68d8e09
24 </tr> 24 </tr>
25 <tr> 25 <tr>
26 <td><a href="#UserInterface">UserInterface</a></td> 26 <td><a href="#UserInterface">UserInterface</a></td>
27 <td>Class implementing the main user interface.</td> 27 <td>Class implementing the main user interface.</td>
28 </tr> 28 </tr>
29 <tr>
30 <td><a href="#UserInterfaceSide">UserInterfaceSide</a></td>
31 <td>Class defining the supported sides of the user interface.</td>
32 </tr>
29 </table> 33 </table>
30 34
31 <h3>Functions</h3> 35 <h3>Functions</h3>
32 <table> 36 <table>
33 <tr><td>None</td></tr> 37 <tr><td>None</td></tr>
213 </dl> 217 </dl>
214 <h3>Derived from</h3> 218 <h3>Derived from</h3>
215 EricMainWindow 219 EricMainWindow
216 <h3>Class Attributes</h3> 220 <h3>Class Attributes</h3>
217 <table> 221 <table>
218 <tr><td>BottomSide</td></tr>
219 <tr><td>ErrorLogFileName</td></tr> 222 <tr><td>ErrorLogFileName</td></tr>
220 <tr><td>LeftSide</td></tr>
221 <tr><td>RightSide</td></tr>
222 <tr><td>maxFilePathLen</td></tr> 223 <tr><td>maxFilePathLen</td></tr>
223 <tr><td>maxMenuFilePathLen</td></tr> 224 <tr><td>maxMenuFilePathLen</td></tr>
224 </table> 225 </table>
225 226
226 <h3>Class Methods</h3> 227 <h3>Class Methods</h3>
3052 Public method to add a widget to the sides. 3053 Public method to add a widget to the sides.
3053 </p> 3054 </p>
3054 3055
3055 <dl> 3056 <dl>
3056 3057
3057 <dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt> 3058 <dt><i>side</i> (UserInterfaceSide)</dt>
3058 <dd> 3059 <dd>
3059 side to add the widget to 3060 side to add the widget to
3060 UserInterface.RightSide)
3061 </dd> 3061 </dd>
3062 <dt><i>widget</i> (QWidget)</dt> 3062 <dt><i>widget</i> (QWidget)</dt>
3063 <dd> 3063 <dd>
3064 reference to the widget to add 3064 reference to the widget to add
3065 </dd> 3065 </dd>
3962 bool 3962 bool
3963 </dd> 3963 </dd>
3964 </dl> 3964 </dl>
3965 <div align="right"><a href="#top">Up</a></div> 3965 <div align="right"><a href="#top">Up</a></div>
3966 <hr /> 3966 <hr />
3967 <hr />
3968 <a NAME="UserInterfaceSide" ID="UserInterfaceSide"></a>
3969 <h2>UserInterfaceSide</h2>
3970 <p>
3971 Class defining the supported sides of the user interface.
3972 </p>
3973
3974 <h3>Derived from</h3>
3975 enum.Enum
3976 <h3>Class Attributes</h3>
3977 <table>
3978 <tr><td>Bottom</td></tr>
3979 <tr><td>Left</td></tr>
3980 <tr><td>Right</td></tr>
3981 </table>
3982
3983 <h3>Class Methods</h3>
3984 <table>
3985 <tr><td>None</td></tr>
3986 </table>
3987
3988 <h3>Methods</h3>
3989 <table>
3990 <tr><td>None</td></tr>
3991 </table>
3992
3993 <h3>Static Methods</h3>
3994 <table>
3995 <tr><td>None</td></tr>
3996 </table>
3997
3998
3999 <div align="right"><a href="#top">Up</a></div>
4000 <hr />
3967 </body></html> 4001 </body></html>

eric ide

mercurial