summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/texteditor.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: More work on the QML documentation.David Boddie2010-09-141-1/+1
|
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-101-27/+26
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-3/+5
|
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-251-0/+71
Task-number: QTBUG-10940