summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qlistview.3qt')
-rw-r--r--doc/man/man3/qlistview.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qlistview.3qt b/doc/man/man3/qlistview.3qt
index 5de30c75..f9975c5b 100644
--- a/doc/man/man3/qlistview.3qt
+++ b/doc/man/man3/qlistview.3qt
@@ -659,7 +659,7 @@ If the user presses the mouse on an item and starts moving the mouse, and the it
.PP
By default this function returns 0. You should reimplement it and create a QDragObject depending on the selected items.
.SH "void QListView::drawContentsOffset ( QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
-Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that retquire repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
+Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
.PP
Reimplemented from QScrollView.
.SH "void QListView::dropped ( QDropEvent * e )\fC [signal]\fR"
@@ -667,7 +667,7 @@ This signal is emitted, when a drop event occurred on the viewport (not onto an
.PP
\fIe\fR provides all the information about the drop.
.SH "void QListView::ensureItemVisible ( const QListViewItem * i )"
-Ensures that item \fIi\fR is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is retquired to show the item.
+Ensures that item \fIi\fR is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is required to show the item.
.PP
See also itemRect() and QScrollView::ensureVisible().
.SH "bool QListView::eventFilter ( QObject * o, QEvent * e )\fC [virtual]\fR"