summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/spinboxdelegate.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/spinboxdelegate.qdoc b/examples/widgets/doc/spinboxdelegate.qdoc
index 95e764dd83..258811cc4c 100644
--- a/examples/widgets/doc/spinboxdelegate.qdoc
+++ b/examples/widgets/doc/spinboxdelegate.qdoc
@@ -68,7 +68,7 @@
\snippet itemviews/spinboxdelegate/delegate.cpp 0
- Since the delegate is a subclass of QItemDelegate, the data it retrieves
+ Since the delegate is a subclass of QStyledItemDelegate, the data it retrieves
from the model is displayed in a default style, and we do not need to
provide a custom \c paintEvent().
@@ -122,7 +122,7 @@
The table view is informed about the delegate, and will use it to
display each of the items. Since the delegate is a subclass of
- QItemDelegate, each cell in the table will be rendered using standard
+ QStyledItemDelegate, each cell in the table will be rendered using standard
painting operations.
We insert some arbitrary data into the model for demonstration purposes: