~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.UI.LogView.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.UI.LogView</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.UI.LogView</font></h1>
8
 
<p>
9
 
Module implementing the log viewer widget and the log widget.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#LogView">LogView</a></td>
15
 
<td>Class providing a stack of tabbed scrollable widgets.</td>
16
 
</tr><tr>
17
 
<td><a href="#LogViewViewport">LogViewViewport</a></td>
18
 
<td>Internal class representing the viewport of the scrollview.</td>
19
 
</tr><tr>
20
 
<td><a href="#LogViewWidget">LogViewWidget</a></td>
21
 
<td>Base class for widgets to be displayed by LogView.</td>
22
 
</tr><tr>
23
 
<td><a href="#LogWidget">LogWidget</a></td>
24
 
<td>A class for displaying logging messages.</td>
25
 
</tr>
26
 
</table>
27
 
<h3><font color="#FF0000">Functions</font></h3>
28
 
<table>
29
 
<tr><td>None</td></tr>
30
 
</table>
31
 
<hr /><hr />
32
 
<a NAME="LogView" ID="LogView"></a>
33
 
<h2><font color="#0000FF">LogView</font></h2>
34
 
<p>
35
 
    Class providing a stack of tabbed scrollable widgets.
36
 
</p><p>
37
 
    Like QTabWidget the LogView provides a stack of widgets. Different from
38
 
    the normal QTabWidget the tabs are aligned at the bottom with QTabBar::RoundedBelow
39
 
    style. The contents of the different widgets can be scrolled by scrollbars that are
40
 
    on the right and bottom side. The widgets themselves must be derived from
41
 
    LogViewWidget.
42
 
</p><p>
43
 
    LogView is not derived from QTabWidget as this would prevent the implentation
44
 
    of the horizontal scrollbar at the side of the tabbar. The interface is similar to
45
 
    QTabWidget to make it easy to use.
46
 
</p>
47
 
<h3><font color="#FF0000">Derived from</font></h3>
48
 
QFrame
49
 
<h3><font color="#FF0000">Methods</font></h3>
50
 
<table>
51
 
<tr>
52
 
<td><a href="#LogView.__init__">LogView</a></td>
53
 
<td>Constructor</td>
54
 
</tr><tr>
55
 
<td><a href="#LogView.addTab">addTab</a></td>
56
 
<td>Adds a tab.</td>
57
 
</tr><tr>
58
 
<td><a href="#LogView.contextMenuEvent">contextMenuEvent</a></td>
59
 
<td>Reimplemented for custom context menu.</td>
60
 
</tr><tr>
61
 
<td><a href="#LogView.currentPage">currentPage</a></td>
62
 
<td>Public method to retrieve the current page.</td>
63
 
</tr><tr>
64
 
<td><a href="#LogView.getActualViewport">getActualViewport</a></td>
65
 
<td>Gets the actual viewport or None if there is none.</td>
66
 
</tr><tr>
67
 
<td><a href="#LogView.handleClearWidget">handleClearWidget</a></td>
68
 
<td>Private slot to handle the clear popup menu action.</td>
69
 
</tr><tr>
70
 
<td><a href="#LogView.handleCopyWidget">handleCopyWidget</a></td>
71
 
<td>Private slot to handle the copy popup menu action.</td>
72
 
</tr><tr>
73
 
<td><a href="#LogView.handleScrollbarValueChanged">handleScrollbarValueChanged</a></td>
74
 
<td>Called when the value of a scrollbar changes.</td>
75
 
</tr><tr>
76
 
<td><a href="#LogView.handleTabbarSelected">handleTabbarSelected</a></td>
77
 
<td>Called when the selection in the tabbar changes.</td>
78
 
</tr><tr>
79
 
<td><a href="#LogView.handleWidgetSizeChanged">handleWidgetSizeChanged</a></td>
80
 
<td>Recalculates the scrollbars if necessary.</td>
81
 
</tr><tr>
82
 
<td><a href="#LogView.nextTab">nextTab</a></td>
83
 
<td>Public slot used to show the next tab.</td>
84
 
</tr><tr>
85
 
<td><a href="#LogView.prevTab">prevTab</a></td>
86
 
<td>Public slot used to show the previous tab.</td>
87
 
</tr><tr>
88
 
<td><a href="#LogView.resizeEvent">resizeEvent</a></td>
89
 
<td>Reimplemented to set the scrollbar sizes.</td>
90
 
</tr><tr>
91
 
<td><a href="#LogView.setCurrentPage">setCurrentPage</a></td>
92
 
<td>Set the page at position pos as the current page.</td>
93
 
</tr><tr>
94
 
<td><a href="#LogView.setupScrollBars">setupScrollBars</a></td>
95
 
<td>Calculates the sizes of the scrollbars for the top widget.</td>
96
 
</tr><tr>
97
 
<td><a href="#LogView.wheelEvent">wheelEvent</a></td>
98
 
<td>Private method to override the wheel event.</td>
99
 
</tr>
100
 
</table>
101
 
<p><a NAME="LogView.__init__" ID="LogView__init__"></a>
102
 
<h3><font color="#0000FF">LogView (Constructor)</font></h3>
103
 
<b>LogView</b>(<i>parent=None, name=None, flags=0</i>)
104
 
<p>
105
 
        Constructor
106
 
</p><dl>
107
 
<dt><i>parent</i></dt>
108
 
<dd>
109
 
parent widget (QWidget)
110
 
</dd><dt><i>name</i></dt>
111
 
<dd>
112
 
name of this widget (string or QString)
113
 
</dd><dt><i>flags</i></dt>
114
 
<dd>
115
 
window flags
116
 
</dd>
117
 
</dl><a NAME="LogView.addTab" ID="LogViewaddTab"></a>
118
 
<h3><font color="#0000FF">LogView.addTab</font></h3>
119
 
<b>addTab</b>(<i>labelOrTabOrIconset, label = None</i>)
120
 
<p>
121
 
        Adds a tab.
122
 
</p><dl>
123
 
<dt><i>labelOrTabOrIconset</i></dt>
124
 
<dd>
125
 
label, tab or icon to be shown
126
 
                (QString, QTab or QIconSet)
127
 
</dd><dt><i>label</i></dt>
128
 
<dd>
129
 
label to be displayed next to an icon (QString)
130
 
</dd>
131
 
</dl><dl>
132
 
<dt>Returns:</dt>
133
 
<dd>
134
 
a tuple of the tab id and the child managed by this tab
135
 
            (integer, LogWidget)
136
 
</dd>
137
 
</dl><a NAME="LogView.contextMenuEvent" ID="LogViewcontextMenuEvent"></a>
138
 
<h3><font color="#0000FF">LogView.contextMenuEvent</font></h3>
139
 
<b>contextMenuEvent</b>(<i>evt</i>)
140
 
<p>
141
 
        Reimplemented for custom context menu.
142
 
</p><dl>
143
 
<dt><i>evt</i></dt>
144
 
<dd>
145
 
context menu event (QContextMenuEvent)
146
 
</dd>
147
 
</dl><a NAME="LogView.currentPage" ID="LogViewcurrentPage"></a>
148
 
<h3><font color="#0000FF">LogView.currentPage</font></h3>
149
 
<b>currentPage</b>(<i></i>)
150
 
<p>
151
 
        Public method to retrieve the current page.
152
 
</p><dl>
153
 
<dt>Returns:</dt>
154
 
<dd>
155
 
the current page (QWidget)
156
 
</dd>
157
 
</dl><a NAME="LogView.getActualViewport" ID="LogViewgetActualViewport"></a>
158
 
<h3><font color="#0000FF">LogView.getActualViewport</font></h3>
159
 
<b>getActualViewport</b>(<i></i>)
160
 
<p>
161
 
        Gets the actual viewport or None if there is none.
162
 
</p><dl>
163
 
<dt>Returns:</dt>
164
 
<dd>
165
 
reference to the actual viewport
166
 
</dd>
167
 
</dl><a NAME="LogView.handleClearWidget" ID="LogViewhandleClearWidget"></a>
168
 
<h3><font color="#0000FF">LogView.handleClearWidget</font></h3>
169
 
<b>handleClearWidget</b>(<i></i>)
170
 
<p>
171
 
        Private slot to handle the clear popup menu action.
172
 
</p><a NAME="LogView.handleCopyWidget" ID="LogViewhandleCopyWidget"></a>
173
 
<h3><font color="#0000FF">LogView.handleCopyWidget</font></h3>
174
 
<b>handleCopyWidget</b>(<i></i>)
175
 
<p>
176
 
        Private slot to handle the copy popup menu action.
177
 
</p><a NAME="LogView.handleScrollbarValueChanged" ID="LogViewhandleScrollbarValueChanged"></a>
178
 
<h3><font color="#0000FF">LogView.handleScrollbarValueChanged</font></h3>
179
 
<b>handleScrollbarValueChanged</b>(<i>value</i>)
180
 
<p>
181
 
        Called when the value of a scrollbar changes.
182
 
</p><dl>
183
 
<dt><i>value</i></dt>
184
 
<dd>
185
 
value of the scrollbar (int) (ignored)
186
 
</dd>
187
 
</dl><a NAME="LogView.handleTabbarSelected" ID="LogViewhandleTabbarSelected"></a>
188
 
<h3><font color="#0000FF">LogView.handleTabbarSelected</font></h3>
189
 
<b>handleTabbarSelected</b>(<i>id</i>)
190
 
<p>
191
 
        Called when the selection in the tabbar changes. 
192
 
</p><p>
193
 
        The corresponding widget is activated.
194
 
</p><dl>
195
 
<dt><i>id</i></dt>
196
 
<dd>
197
 
the id of the selected tab (int)
198
 
</dd>
199
 
</dl><a NAME="LogView.handleWidgetSizeChanged" ID="LogViewhandleWidgetSizeChanged"></a>
200
 
<h3><font color="#0000FF">LogView.handleWidgetSizeChanged</font></h3>
201
 
<b>handleWidgetSizeChanged</b>(<i>widget</i>)
202
 
<p>
203
 
        Recalculates the scrollbars if necessary.
204
 
</p><a NAME="LogView.nextTab" ID="LogViewnextTab"></a>
205
 
<h3><font color="#0000FF">LogView.nextTab</font></h3>
206
 
<b>nextTab</b>(<i></i>)
207
 
<p>
208
 
        Public slot used to show the next tab.
209
 
</p><a NAME="LogView.prevTab" ID="LogViewprevTab"></a>
210
 
<h3><font color="#0000FF">LogView.prevTab</font></h3>
211
 
<b>prevTab</b>(<i></i>)
212
 
<p>
213
 
        Public slot used to show the previous tab.
214
 
</p><a NAME="LogView.resizeEvent" ID="LogViewresizeEvent"></a>
215
 
<h3><font color="#0000FF">LogView.resizeEvent</font></h3>
216
 
<b>resizeEvent</b>(<i>evt</i>)
217
 
<p>
218
 
        Reimplemented to set the scrollbar sizes.
219
 
</p><dl>
220
 
<dt><i>evt</i></dt>
221
 
<dd>
222
 
resize event (QResizeEvent)
223
 
</dd>
224
 
</dl><a NAME="LogView.setCurrentPage" ID="LogViewsetCurrentPage"></a>
225
 
<h3><font color="#0000FF">LogView.setCurrentPage</font></h3>
226
 
<b>setCurrentPage</b>(<i>pos</i>)
227
 
<p>
228
 
        Set the page at position pos as the current page.
229
 
</p><a NAME="LogView.setupScrollBars" ID="LogViewsetupScrollBars"></a>
230
 
<h3><font color="#0000FF">LogView.setupScrollBars</font></h3>
231
 
<b>setupScrollBars</b>(<i></i>)
232
 
<p>
233
 
        Calculates the sizes of the scrollbars for the top widget.
234
 
</p><a NAME="LogView.wheelEvent" ID="LogViewwheelEvent"></a>
235
 
<h3><font color="#0000FF">LogView.wheelEvent</font></h3>
236
 
<b>wheelEvent</b>(<i>evt</i>)
237
 
<p>
238
 
        Private method to override the wheel event.
239
 
</p><dl>
240
 
<dt><i>evt</i></dt>
241
 
<dd>
242
 
wheel event (QWheelEvent)
243
 
</dd>
244
 
</dl></p>
245
 
<div align="right"><a href="#top">Up</a></div>
246
 
<hr /><hr />
247
 
<a NAME="LogViewViewport" ID="LogViewViewport"></a>
248
 
<h2><font color="#0000FF">LogViewViewport</font></h2>
249
 
<p>
250
 
    Internal class representing the viewport of the scrollview.
251
 
</p>
252
 
<h3><font color="#FF0000">Derived from</font></h3>
253
 
QWidget
254
 
<h3><font color="#FF0000">Methods</font></h3>
255
 
<table>
256
 
<tr>
257
 
<td><a href="#LogViewViewport.__init__">LogViewViewport</a></td>
258
 
<td>Constructor</td>
259
 
</tr><tr>
260
 
<td><a href="#LogViewViewport.getChild">getChild</a></td>
261
 
<td></td>
262
 
</tr><tr>
263
 
<td><a href="#LogViewViewport.getWidget">getWidget</a></td>
264
 
<td>Public method returning the child widget.</td>
265
 
</tr><tr>
266
 
<td><a href="#LogViewViewport.getWidgetSize">getWidgetSize</a></td>
267
 
<td>Public method to get the size of the child widget.</td>
268
 
</tr><tr>
269
 
<td><a href="#LogViewViewport.setScrollOffset">setScrollOffset</a></td>
270
 
<td>Sets the scrolling offset for the child widget.</td>
271
 
</tr><tr>
272
 
<td><a href="#LogViewViewport.setScrollOffsetP">setScrollOffsetP</a></td>
273
 
<td>Sets the scrolling offset for the child widget.</td>
274
 
</tr>
275
 
</table>
276
 
<p><a NAME="LogViewViewport.__init__" ID="LogViewViewport__init__"></a>
277
 
<h3><font color="#0000FF">LogViewViewport (Constructor)</font></h3>
278
 
<b>LogViewViewport</b>(<i>parent=None, name=None</i>)
279
 
<p>
280
 
        Constructor
281
 
</p><dl>
282
 
<dt><i>parent</i></dt>
283
 
<dd>
284
 
parent widget (QWidget)
285
 
</dd><dt><i>name</i></dt>
286
 
<dd>
287
 
name of this widget (string or QString)
288
 
</dd>
289
 
</dl><a NAME="LogViewViewport.getChild" ID="LogViewViewportgetChild"></a>
290
 
<h3><font color="#0000FF">LogViewViewport.getChild</font></h3>
291
 
<b>getChild</b>(<i></i>)
292
 
<a NAME="LogViewViewport.getWidget" ID="LogViewViewportgetWidget"></a>
293
 
<h3><font color="#0000FF">LogViewViewport.getWidget</font></h3>
294
 
<b>getWidget</b>(<i></i>)
295
 
<p>
296
 
        Public method returning the child widget.
297
 
</p><dl>
298
 
<dt>Returns:</dt>
299
 
<dd>
300
 
child widget
301
 
</dd>
302
 
</dl><a NAME="LogViewViewport.getWidgetSize" ID="LogViewViewportgetWidgetSize"></a>
303
 
<h3><font color="#0000FF">LogViewViewport.getWidgetSize</font></h3>
304
 
<b>getWidgetSize</b>(<i></i>)
305
 
<p>
306
 
        Public method to get the size of the child widget.
307
 
</p><dl>
308
 
<dt>Returns:</dt>
309
 
<dd>
310
 
the size of the child widget (QSize)
311
 
</dd>
312
 
</dl><a NAME="LogViewViewport.setScrollOffset" ID="LogViewViewportsetScrollOffset"></a>
313
 
<h3><font color="#0000FF">LogViewViewport.setScrollOffset</font></h3>
314
 
<b>setScrollOffset</b>(<i>x, y</i>)
315
 
<p>
316
 
        Sets the scrolling offset for the child widget.
317
 
</p><dl>
318
 
<dt><i>x</i></dt>
319
 
<dd>
320
 
x-offset (int)
321
 
</dd><dt><i>y</i></dt>
322
 
<dd>
323
 
y-offset (int)
324
 
</dd>
325
 
</dl><a NAME="LogViewViewport.setScrollOffsetP" ID="LogViewViewportsetScrollOffsetP"></a>
326
 
<h3><font color="#0000FF">LogViewViewport.setScrollOffsetP</font></h3>
327
 
<b>setScrollOffsetP</b>(<i>point</i>)
328
 
<p>
329
 
        Sets the scrolling offset for the child widget.
330
 
</p><dl>
331
 
<dt><i>point</i></dt>
332
 
<dd>
333
 
scrolling offset (QPoint)
334
 
</dd>
335
 
</dl></p>
336
 
<div align="right"><a href="#top">Up</a></div>
337
 
<hr /><hr />
338
 
<a NAME="LogViewWidget" ID="LogViewWidget"></a>
339
 
<h2><font color="#0000FF">LogViewWidget</font></h2>
340
 
<p>
341
 
    Base class for widgets to be displayed by LogView.
342
 
</p><p>
343
 
    Subclasses may emit the signal sizeChanged(LogViewWidget)
344
 
    to tell the container that a resizing may be necessary.
345
 
</p>
346
 
<h3><font color="#FF0000">Derived from</font></h3>
347
 
QWidget
348
 
<h3><font color="#FF0000">Methods</font></h3>
349
 
<table>
350
 
<tr>
351
 
<td><a href="#LogViewWidget.__init__">LogViewWidget</a></td>
352
 
<td>Constructor</td>
353
 
</tr><tr>
354
 
<td><a href="#LogViewWidget.preferredBackgroundColor">preferredBackgroundColor</a></td>
355
 
<td>Private method setting the background colour.</td>
356
 
</tr>
357
 
</table>
358
 
<p><a NAME="LogViewWidget.__init__" ID="LogViewWidget__init__"></a>
359
 
<h3><font color="#0000FF">LogViewWidget (Constructor)</font></h3>
360
 
<b>LogViewWidget</b>(<i>parent=None, name=None</i>)
361
 
<p>
362
 
        Constructor
363
 
</p><dl>
364
 
<dt><i>parent</i></dt>
365
 
<dd>
366
 
parent widget (QWidget)
367
 
</dd><dt><i>name</i></dt>
368
 
<dd>
369
 
name of this widget (string or QString)
370
 
</dd>
371
 
</dl><a NAME="LogViewWidget.preferredBackgroundColor" ID="LogViewWidgetpreferredBackgroundColor"></a>
372
 
<h3><font color="#0000FF">LogViewWidget.preferredBackgroundColor</font></h3>
373
 
<b>preferredBackgroundColor</b>(<i></i>)
374
 
<p>
375
 
        Private method setting the background colour.
376
 
</p></p>
377
 
<div align="right"><a href="#top">Up</a></div>
378
 
<hr /><hr />
379
 
<a NAME="LogWidget" ID="LogWidget"></a>
380
 
<h2><font color="#0000FF">LogWidget</font></h2>
381
 
<p>
382
 
    A class for displaying logging messages.
383
 
</p><p>
384
 
    LogWidget is a simple class to be plugged in a LogView. 
385
 
    It displays lines of text without interpretation of richtext or html tags. 
386
 
    Neither are special characters like newlines or tabs interpreted.
387
 
    The widget can either store all the strings sent to it (the default) or 
388
 
    can limit the number of lines to store. In this case the oldest lines 
389
 
    are discarded when new lines arrive.
390
 
</p>
391
 
<h3><font color="#FF0000">Derived from</font></h3>
392
 
LogViewWidget
393
 
<h3><font color="#FF0000">Methods</font></h3>
394
 
<table>
395
 
<tr>
396
 
<td><a href="#LogWidget.__init__">LogWidget</a></td>
397
 
<td>Constructor</td>
398
 
</tr><tr>
399
 
<td><a href="#LogWidget.append">append</a></td>
400
 
<td>Public method to append text to the messages.</td>
401
 
</tr><tr>
402
 
<td><a href="#LogWidget.clear">clear</a></td>
403
 
<td>Public method to delete all strings from the internal buffer and clears the display.</td>
404
 
</tr><tr>
405
 
<td><a href="#LogWidget.copy">copy</a></td>
406
 
<td>Public method to copy all strings from the internal buffer to the clipboard.</td>
407
 
</tr><tr>
408
 
<td><a href="#LogWidget.handleSetMaxLines">handleSetMaxLines</a></td>
409
 
<td>Sets the maximum number of lines to be shown.</td>
410
 
</tr><tr>
411
 
<td><a href="#LogWidget.paintEvent">paintEvent</a></td>
412
 
<td>Reimplemented for custom painting.</td>
413
 
</tr><tr>
414
 
<td><a href="#LogWidget.preferredBackgroundColor">preferredBackgroundColor</a></td>
415
 
<td>Reimplemented to return colorgroup().base().</td>
416
 
</tr>
417
 
</table>
418
 
<p><a NAME="LogWidget.__init__" ID="LogWidget__init__"></a>
419
 
<h3><font color="#0000FF">LogWidget (Constructor)</font></h3>
420
 
<b>LogWidget</b>(<i>parent=None, name=None</i>)
421
 
<p>
422
 
        Constructor
423
 
</p><dl>
424
 
<dt><i>parent</i></dt>
425
 
<dd>
426
 
parent widget (QWidget)
427
 
</dd><dt><i>name</i></dt>
428
 
<dd>
429
 
name of this widget (string or QString)
430
 
</dd>
431
 
</dl><a NAME="LogWidget.append" ID="LogWidgetappend"></a>
432
 
<h3><font color="#0000FF">LogWidget.append</font></h3>
433
 
<b>append</b>(<i>text</i>)
434
 
<p>
435
 
        Public method to append text to the messages. 
436
 
</p><p>
437
 
        When the LogWidget is already scrolled to the bottom, it will 
438
 
        further scroll down to display the newly added line. If the 
439
 
        scrolling position is not at the end, this position is not changed.
440
 
</p><dl>
441
 
<dt><i>text</i></dt>
442
 
<dd>
443
 
text to be appended (string or QString)
444
 
</dd>
445
 
</dl><a NAME="LogWidget.clear" ID="LogWidgetclear"></a>
446
 
<h3><font color="#0000FF">LogWidget.clear</font></h3>
447
 
<b>clear</b>(<i></i>)
448
 
<p>
449
 
        Public method to delete all strings from the internal buffer and clears the display.
450
 
</p><a NAME="LogWidget.copy" ID="LogWidgetcopy"></a>
451
 
<h3><font color="#0000FF">LogWidget.copy</font></h3>
452
 
<b>copy</b>(<i></i>)
453
 
<p>
454
 
        Public method to copy all strings from the internal buffer to the clipboard.
455
 
</p><a NAME="LogWidget.handleSetMaxLines" ID="LogWidgethandleSetMaxLines"></a>
456
 
<h3><font color="#0000FF">LogWidget.handleSetMaxLines</font></h3>
457
 
<b>handleSetMaxLines</b>(<i>val</i>)
458
 
<p>
459
 
        Sets the maximum number of lines to be shown. 
460
 
</p><dl>
461
 
<dt><i>val</i></dt>
462
 
<dd>
463
 
maximum number of lines to be displayed
464
 
                If val is <= 0 then there will be no limit. If the maximum number 
465
 
                of lines is appended, the oldest are discarded.
466
 
</dd>
467
 
</dl><a NAME="LogWidget.paintEvent" ID="LogWidgetpaintEvent"></a>
468
 
<h3><font color="#0000FF">LogWidget.paintEvent</font></h3>
469
 
<b>paintEvent</b>(<i>evt</i>)
470
 
<p>
471
 
        Reimplemented for custom painting.
472
 
</p><dl>
473
 
<dt><i>evt</i></dt>
474
 
<dd>
475
 
the paint event object (QPaintEvent)
476
 
</dd>
477
 
</dl><a NAME="LogWidget.preferredBackgroundColor" ID="LogWidgetpreferredBackgroundColor"></a>
478
 
<h3><font color="#0000FF">LogWidget.preferredBackgroundColor</font></h3>
479
 
<b>preferredBackgroundColor</b>(<i></i>)
480
 
<p>
481
 
        Reimplemented to return colorgroup().base().
482
 
</p><dl>
483
 
<dt>Returns:</dt>
484
 
<dd>
485
 
preferred background colour (QColor)
486
 
</dd>
487
 
</dl></p>
488
 
<div align="right"><a href="#top">Up</a></div>
489
 
<hr />
490
 
</body></html>
 
 
b'\\ No newline at end of file'