summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/frozencolumn.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/frozencolumn.qdoc')
-rw-r--r--examples/widgets/doc/src/frozencolumn.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/frozencolumn.qdoc b/examples/widgets/doc/src/frozencolumn.qdoc
index f7796fac7c..c213ba1779 100644
--- a/examples/widgets/doc/src/frozencolumn.qdoc
+++ b/examples/widgets/doc/src/frozencolumn.qdoc
@@ -4,13 +4,14 @@
/*!
\example itemviews/frozencolumn
\title Frozen Column Example
+ \examplecategory {User Interface Components}
\ingroup examples-itemviews
\brief This example demonstrates how to freeze a column within a QTableView.
\image frozencolumn-example.png "Screenshot of the example"
We use Qt's model/view framework to implement a table with its first
- column frozen. This technique can be aplied to several columns or rows,
+ column frozen. This technique can be applied to several columns or rows,
as long as they are on the edge of the table.
The model/view framework allows for one model to be displayed in different