kexi
KFormDesigner::RichTextDialog Class Reference
#include <richtextdialog.h>
Detailed Description
A simple dialog to edit rich text.It allows to change font name, style and color, alignment.
Definition at line 34 of file richtextdialog.h.
Public Types | |
| enum | VerticalAlignment { AlignNormal = QTextEdit::AlignNormal, AlignSuperScript = QTextEdit::AlignSuperScript, AlignSubScript = QTextEdit::AlignSubScript } |
Public Slots | |
| void | changeFont (const QString &) |
| void | changeColor (const QColor &) |
| void | buttonToggled (int) |
| void | cursorPositionChanged (int, int) |
| void | slotVerticalAlignmentChanged (VerticalAlignment align) |
Public Member Functions | |
| RichTextDialog (QWidget *parent, const QString &text) | |
| ~RichTextDialog () | |
| QString | text () |
The documentation for this class was generated from the following files:

