KTextWidgets
krichtextwidget.h
54 DisableRichText = 0x00,
62 SupportBold = 0x01,
70 SupportItalic = 0x02,
78 SupportUnderline = 0x04,
86 SupportStrikeOut = 0x08,
96 SupportFontFamily = 0x10,
105 SupportFontSize = 0x20,
113 SupportTextForegroundColor = 0x40,
121 SupportTextBackgroundColor = 0x80,
127 FullTextFormattingSupport = 0xff,
136 SupportChangeListStyle = 0x100,
142 SupportIndentLists = 0x200,
147 SupportDedentLists = 0x400,
153 FullListSupport = 0xf00,
172 SupportAlignment = 0x100000,
179 SupportRuleLine = 0x400000,
186 SupportHyperlinks = 0x800000,
193 SupportFormatPainting = 0x1000000,
199 SupportToPlainText = 0x2000000,
207 SupportSuperScriptAndSubScript = 0x4000000,
214 SupportDirection = 0x8000000,
225 SupportHeading = 0x10000000,
230 FullSupport = 0xffffffff,
The KRichTextEdit class provides a widget to edit and display rich text.
Definition krichtextedit.h:51
RichTextSupportValues
These flags describe what actions will be created by createActions() after passing a combination of t...
Definition krichtextwidget.h:49
Q_FLAG(...)
Q_PROPERTY(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.