Qt GUI: Adding Rich Text Processing documentation from qtdoc
authorJerome Pasion <jerome.pasion@digia.com>
Wed, 24 Oct 2012 13:51:15 +0000 (15:51 +0200)
committerJerome Pasion <jerome.pasion@digia.com>
Mon, 29 Oct 2012 09:42:34 +0000 (10:42 +0100)
commitb1e739b52416852014ee7a933aac81a28a9ac71f
tree11fa9f1754f097d18481ac9c56acee1a5f4df4c2
parente52f178b0d21b84a5cedcfce17646fbc1fb84867
Qt GUI: Adding Rich Text Processing documentation from qtdoc

-included the snippets
-editing for technical accuracy still to be done.
-ported missing files from Qt 4

Change-Id: I0b2d27630b762c6518c08973a40b476d7852001d
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
65 files changed:
src/gui/doc/images/plaintext-layout.png [new file with mode: 0644]
src/gui/doc/images/richtext-document.png [new file with mode: 0644]
src/gui/doc/snippets/code/doc_src_richtext.cpp [new file with mode: 0644]
src/gui/doc/snippets/code/doc_src_richtext.qdoc [new file with mode: 0644]
src/gui/doc/snippets/plaintextlayout/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/plaintextlayout/plaintextlayout.pro [new file with mode: 0644]
src/gui/doc/snippets/plaintextlayout/window.cpp [new file with mode: 0644]
src/gui/doc/snippets/plaintextlayout/window.h [new file with mode: 0644]
src/gui/doc/snippets/scribe-overview/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/scribe-overview/scribe-overview.pro [new file with mode: 0644]
src/gui/doc/snippets/textblock-formats/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textblock-formats/textblock-formats.pro [new file with mode: 0644]
src/gui/doc/snippets/textblock-fragments/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textblock-fragments/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textblock-fragments/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textblock-fragments/textblock-fragments.pro [new file with mode: 0644]
src/gui/doc/snippets/textblock-fragments/xmlwriter.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/textdocument-blocks.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/xmlwriter.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-blocks/xmlwriter.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-charformats/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-charformats/textdocument-charformats.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-cursors/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-cursors/textdocument-cursors.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-find/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-find/textdocument-find.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/textdocument-frames.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/xmlwriter.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-frames/xmlwriter.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imagedrop/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imagedrop/textedit.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imageformat/images.qrc [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imageformat/images/advert.png [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imageformat/images/newimage.png [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imageformat/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-imageformat/textdocument-imageformat.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-images/images.qrc [new file with mode: 0644]
src/gui/doc/snippets/textdocument-images/images/advert.png [new file with mode: 0644]
src/gui/doc/snippets/textdocument-images/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-images/textdocument-images.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-listitems/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-listitems/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-listitems/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-listitems/textdocument-listitems.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-printing/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-printing/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-printing/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-printing/textdocument-printing.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-selections/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-selections/mainwindow.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-selections/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-selections/textdocument-selections.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-tables/main.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-tables/mainwindow.h [new file with mode: 0644]
src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro [new file with mode: 0644]
src/gui/doc/snippets/textdocument-tables/xmlwriter.cpp [new file with mode: 0644]
src/gui/doc/snippets/textdocument-tables/xmlwriter.h [new file with mode: 0644]
src/gui/doc/src/richtext.qdoc [new file with mode: 0644]