diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-01 12:47:21 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-01 13:11:01 (GMT) |
commit | 1575462bf90851fb134db4892e93c04b396543f1 (patch) | |
tree | 9820c3f007c960fb5926ae4da613bb547569c3e1 /doc | |
parent | 7a9574558b303ddf75d17399da08889b5c80fa36 (diff) | |
download | Qt-1575462bf90851fb134db4892e93c04b396543f1.zip Qt-1575462bf90851fb134db4892e93c04b396543f1.tar.gz Qt-1575462bf90851fb134db4892e93c04b396543f1.tar.bz2 |
Missing icon in the designer documentation
In the documentation there was missing icon in the
Object Inspector section. Added reference to
editbreaklayout.png icon and cleared a bit the
description. Added also the image to the
doc/src/images - folder.
Task-number: QTBUG-17739
Merge-request: 2698
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/development/designer-manual.qdoc | 6 | ||||
-rw-r--r-- | doc/src/images/editbreaklayout.png | bin | 0 -> 1321 bytes |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/development/designer-manual.qdoc b/doc/src/development/designer-manual.qdoc index 348931f..f979547 100644 --- a/doc/src/development/designer-manual.qdoc +++ b/doc/src/development/designer-manual.qdoc @@ -694,8 +694,10 @@ the object's name with the in-place editor. Since Qt 4.5, the \gui{Object Inspector} displays the layout state of - the containers. The broken layout icon ###ICON is displayed if there is - something wrong with the layouts. + the containers. The broken layout icon \inlineimage editbreaklayout.png + is displayed if there is something wrong (e.g. layout missing from the + container) with the layouts. + \endtable */ diff --git a/doc/src/images/editbreaklayout.png b/doc/src/images/editbreaklayout.png Binary files differnew file mode 100644 index 0000000..07c5fae --- /dev/null +++ b/doc/src/images/editbreaklayout.png |