KDEUI
krichtextwidget.h
Go to the documentation of this file.
49 Q_PROPERTY(RichTextSupport richTextSupport READ richTextSupport WRITE setRichTextSupport)
61 DisableRichText = 0x00,
69 SupportBold = 0x01,
77 SupportItalic = 0x02,
85 SupportUnderline = 0x04,
93 SupportStrikeOut = 0x08,
103 SupportFontFamily = 0x10,
112 SupportFontSize = 0x20,
120 SupportTextForegroundColor = 0x40,
128 SupportTextBackgroundColor = 0x80,
134 FullTextFormattingSupport = 0xff,
143 SupportChangeListStyle = 0x100,
149 SupportIndentLists = 0x200,
154 SupportDedentLists = 0x400,
160 FullListSupport = 0xf00,
179 SupportAlignment = 0x100000,
186 SupportRuleLine = 0x400000,
193 SupportHyperlinks = 0x800000,
200 SupportFormatPainting = 0x1000000,
206 SupportToPlainText = 0x2000000,
214 SupportSuperScriptAndSubScript = 0x4000000,
221 SupportDirection = 0x8000000,
226 FullSupport = 0xffffffff
RichTextSupportValues
These flags describe what actions will be created by createActions() after passing a combination of t...
Definition: krichtextwidget.h:56
The KRichTextEdit class provides a widget to edit and display rich text.
Definition: krichtextedit.h:65
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.