diff options
author | mae <qt-info@nokia.com> | 2009-05-04 11:32:02 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2009-05-04 11:32:02 (GMT) |
commit | 759338df758ad16cdfd9521b270f7e379bbfa57c (patch) | |
tree | c879dc8a20f5a2f72b9ffd4f677f81caece3dd77 /src/gui/text/qtextformat.h | |
parent | 8582f038ab46e26e04a97a481ebce6f89f5b3987 (diff) | |
download | Qt-759338df758ad16cdfd9521b270f7e379bbfa57c.zip Qt-759338df758ad16cdfd9521b270f7e379bbfa57c.tar.gz Qt-759338df758ad16cdfd9521b270f7e379bbfa57c.tar.bz2 |
QTextEdit::ExtraSelection failure with style sheets
the feature has to handle text with and without background, and extra
selections with and without background, or even only with underline style.
Trouble is that you sometimes want to accumulate styles, for example spell
checking wiggly underline plus search result highlights or background markup
from the css stylesheet.
Task-number: 252310
Diffstat (limited to 'src/gui/text/qtextformat.h')
-rw-r--r-- | src/gui/text/qtextformat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/text/qtextformat.h b/src/gui/text/qtextformat.h index 0571d75..8eaeeb1 100644 --- a/src/gui/text/qtextformat.h +++ b/src/gui/text/qtextformat.h @@ -232,6 +232,12 @@ public: ImageWidth = 0x5010, ImageHeight = 0x5011, + // internal + /* + SuppressText = 0x5012, + SuppressBackground = 0x513 + */ + // selection properties FullWidthSelection = 0x06000, |