summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qwidget.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/man/man3/qwidget.3qt
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8.tar.gz
tqt3-e02e31c8.zip
Sync with latest script
Diffstat (limited to 'doc/man/man3/qwidget.3qt')
-rw-r--r--doc/man/man3/qwidget.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qwidget.3qt b/doc/man/man3/qwidget.3qt
index 2da51743..4ef1cb3e 100644
--- a/doc/man/man3/qwidget.3qt
+++ b/doc/man/man3/qwidget.3qt
@@ -2549,7 +2549,7 @@ Note: when you re-implement resizeEvent(), focusInEvent() or focusOutEvent() in
.br
.fi
.PP
-at the end of your event handlers. This is true for all member functions that change the appearance of the widget in a way that retquires a recalculation of the mask.
+at the end of your event handlers. This is true for all member functions that change the appearance of the widget in a way that requires a recalculation of the mask.
.PP
While being a technically appealing concept, masks have a big drawback: when using complex masks that cannot be expressed easily with relatively simple regions, they can be very slow on some window systems. The classic example is a transparent label. The complex shape of its contents makes it necessary to represent its mask by a bitmap, which consumes both memory and time. If all you want is to blend the background of several neighboring widgets together seamlessly, you will probably want to use setBackgroundOrigin() rather than a mask.
.PP