#include <RichTextWidget.h>
Public Slots | |
void | setLabel (Label *label) |
Label * | label () |
void | update () |
Public Member Functions | |
RichTextWidget (QWidget *parent, Label *label, const char *name) | |
Private Slots | |
void | selectFont () |
void | setTEColor () |
void | toggleBold () |
void | toggleItalic () |
void | toggleUnderline () |
void | toggleSuperscript () |
void | toggleSubscript () |
void | insertChar (int ch) |
void | insertGChar (int ch) |
void | boxedChanged (bool b) |
Private Member Functions | |
void | apply () |
Private Attributes | |
Label * | l |
QTextEdit * | te |
KLineEdit * | xle |
KLineEdit * | yle |
KLineEdit * | titleFont |
QToolButton * | bold |
QToolButton * | italic |
QToolButton * | underline |
QToolButton * | superscript |
QToolButton * | subscript |
KPopupMenu * | sgletters |
KPopupMenu * | bgletters |
KPopupMenu * | oletters |
KColorButton * | kcb |
QCheckBox * | boxedcb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|