summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2009-05-04 11:32:02 (GMT)
committermae <qt-info@nokia.com>2009-05-05 15:39:19 (GMT)
commitfcb702ca8641026fc6af85171061de49248adc17 (patch)
tree5fdaaf24b4c55015298e7470870485e1a0d41d97 /src/gui/text/qtextformat.h
parent3bb955831373ab3fcce8e5496fa80bec9d446cdf (diff)
downloadQt-fcb702ca8641026fc6af85171061de49248adc17.zip
Qt-fcb702ca8641026fc6af85171061de49248adc17.tar.gz
Qt-fcb702ca8641026fc6af85171061de49248adc17.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.h6
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,