KFormDesigner::RichTextDialog Class Reference
#include <richtextdialog.h>
Inheritance diagram for KFormDesigner::RichTextDialog:

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 () |
Member Enumeration Documentation
|
|
Definition at line 44 of file richtextdialog.h. |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 36 of file richtextdialog.cpp. References buttonToggled(), changeColor(), changeFont(), cursorPositionChanged(), and slotVerticalAlignmentChanged(). |
|
|
Definition at line 40 of file richtextdialog.h. |
Member Function Documentation
|
|
Definition at line 120 of file richtextdialog.cpp. Referenced by RichTextDialog(). |
|
|
Definition at line 114 of file richtextdialog.cpp. Referenced by RichTextDialog(). |
|
|
Definition at line 108 of file richtextdialog.cpp. Referenced by RichTextDialog(). |
|
||||||||||||
|
Definition at line 162 of file richtextdialog.cpp. Referenced by RichTextDialog(). |
|
|
Definition at line 183 of file richtextdialog.cpp. Referenced by RichTextDialog(). |
|
|
Definition at line 102 of file richtextdialog.cpp. Referenced by KFormDesigner::WidgetFactory::editRichText(). |
The documentation for this class was generated from the following files:
