From 24c8a97a224db42e353d23268b587d38c045a7d0 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 22 Nov 2008 23:07:26 +0000 Subject: closed #288 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2916 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_widget.cpp | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'src/modules/objects/class_widget.cpp') diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp index 8bd80eb7a..33ec297e3 100644 --- a/src/modules/objects/class_widget.cpp +++ b/src/modules/objects/class_widget.cpp @@ -189,7 +189,7 @@ const Qt::WindowType widgettypes_cod[] = { Hides this widget (and conseguently all the children). See also [classfnc]$show[/classfnc]() and [classfnc]$isVisible[/classfnc]. !fn: $repaint() - Repaints the widget directly by calling [classfnc]$paintEvent[/classfnc]() immediately.[br] + Repaints the widget directly by calling [classfnc]$paintEvent[/classfnc]() immediately. !fn: $update([,,,]) Updates enterily the widget or a rectangle. This function does not cause an immediate [classfnc]$paintEvent[/classfnc](); instead it schedules a paint event for processing when KVIrc returns to the main event loop. @@ -401,29 +401,24 @@ const Qt::WindowType widgettypes_cod[] = { For some kind of widgets, setting a background pixmap may have no effect or have strange results. Experiment with it. To unset the background image call [classfnc]$setBackgroundColor[/classfnc] - !fn: $setFont(,,