eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.LogViewerPage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.LogViewerPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.LogViewerPage</h1>
24
25 <p>
26 Module implementing the Log Viewer configuration page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#LogViewerPage">LogViewerPage</a></td>
39 <td>Class implementing the Log Viewer configuration page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="LogViewerPage" ID="LogViewerPage"></a>
54 <h2>LogViewerPage</h2>
55
56 <p>
57 Class implementing the Log Viewer configuration page.
58 </p>
59 <h3>Derived from</h3>
60 ConfigurationPageBase, Ui_LogViewerPage
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71 <h3>Methods</h3>
72
73 <table>
74
75 <tr>
76 <td><a href="#LogViewerPage.__init__">LogViewerPage</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#LogViewerPage.save">save</a></td>
81 <td>Public slot to save the Interface configuration.</td>
82 </tr>
83 </table>
84 <h3>Static Methods</h3>
85
86 <table>
87 <tr><td>None</td></tr>
88 </table>
89
90 <a NAME="LogViewerPage.__init__" ID="LogViewerPage.__init__"></a>
91 <h4>LogViewerPage (Constructor)</h4>
92 <b>LogViewerPage</b>(<i>parent=None</i>)
93
94 <p>
95 Constructor
96 </p>
97 <dl>
98
99 <dt><i>parent</i></dt>
100 <dd>
101 reference to the parent widget (QWidget)
102 </dd>
103 </dl>
104 <a NAME="LogViewerPage.save" ID="LogViewerPage.save"></a>
105 <h4>LogViewerPage.save</h4>
106 <b>save</b>(<i></i>)
107
108 <p>
109 Public slot to save the Interface configuration.
110 </p>
111 <div align="right"><a href="#top">Up</a></div>
112 <hr />
113 <hr />
114 <a NAME="create" ID="create"></a>
115 <h2>create</h2>
116 <b>create</b>(<i>dlg</i>)
117
118 <p>
119 Module function to create the configuration page.
120 </p>
121 <dl>
122
123 <dt><i>dlg</i></dt>
124 <dd>
125 reference to the configuration dialog
126 </dd>
127 </dl>
128 <dl>
129 <dt>Return:</dt>
130 <dd>
131 reference to the instantiated page (ConfigurationPageBase)
132 </dd>
133 </dl>
134 <div align="right"><a href="#top">Up</a></div>
135 <hr />
136 </body></html>

eric ide

mercurial