diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-02 16:05:36 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-02 16:05:36 (GMT) |
commit | 871d80f4a02a645a79c87fd0b02374e950e47aa3 (patch) | |
tree | 92192a29a82e6c8ba7a6919b68aeb15c33f6de13 /doc/src/tutorials | |
parent | 4f63245be8494967bc0ecd711a705b9dc5c30960 (diff) | |
download | Qt-871d80f4a02a645a79c87fd0b02374e950e47aa3.zip Qt-871d80f4a02a645a79c87fd0b02374e950e47aa3.tar.gz Qt-871d80f4a02a645a79c87fd0b02374e950e47aa3.tar.bz2 |
Doc: Fixed a reference to the wrong image.
Task-number: QTBUG-17120
Diffstat (limited to 'doc/src/tutorials')
-rw-r--r-- | doc/src/tutorials/modelview.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/tutorials/modelview.qdoc b/doc/src/tutorials/modelview.qdoc index 88cda72..679d2a9 100644 --- a/doc/src/tutorials/modelview.qdoc +++ b/doc/src/tutorials/modelview.qdoc @@ -104,7 +104,7 @@ array of the data elements that the user can change. The table widget can be integrated into a program flow by reading and writing the data elements that the table widget provides. - + This method is very intuitive and useful in many applications, but displaying and editing a database table with a standard table widget can be problematic. Two copies of the data have to be coordinated: one outside the @@ -156,7 +156,7 @@ \o \o \l QColumnView shows a tree as a hierarchy of lists \row - \o \inlineimage combobox.png + \o \inlineimage modelview-combobox.png \o {2, 1} \l QComboBox can work as both a view class and also as a traditional widget \endtable |