diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-11-16 13:37:20 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-11-16 13:37:20 (GMT) |
commit | 5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560 (patch) | |
tree | ba2904b8f7003f3f0050d6dded67ca27cea3825a /src | |
parent | 934ebd5994754e7c304b7cad8d3907b78d31b9b0 (diff) | |
download | Qt-5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560.zip Qt-5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560.tar.gz Qt-5a3bb4a1aa73d4687ede74ea6e1095ef4ba2e560.tar.bz2 |
Doc: Adding explanation to QTextEdit
Specifying explanation on tabStopWidth : int
QTBUG-5470
David Boddie
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/qtextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtextedit.cpp b/src/gui/widgets/qtextedit.cpp index fc847b0..f0963d0 100644 --- a/src/gui/widgets/qtextedit.cpp +++ b/src/gui/widgets/qtextedit.cpp @@ -1901,7 +1901,7 @@ void QTextEdit::setOverwriteMode(bool overwrite) \brief the tab stop width in pixels \since 4.1 - By default, this property contains a value of 80. + By default, this property contains a value of 80 pixels. */ int QTextEdit::tabStopWidth() const |