6 #ifndef LANGUAGEELEMCOLORFORM_H 7 #define LANGUAGEELEMCOLORFORM_H 9 #include <QtGui/QWidget> 12 class LanguageElemColorForm;
32 void setColorDescription(
const QString &name);
38 void setColor(
const QColor &color);
44 void setBackgroundColor(
const QColor &color);
64 bool isItalic()
const;
66 void setItalic(
bool i);
68 bool isUnderline()
const;
70 void setUnderline(
bool u);
72 bool isMonospace()
const;
74 void setMonospace(
bool m);
77 virtual void changeEvent(QEvent *e);
87 void selectBackground();
88 void selectForeground();
93 #endif // LANGUAGEELEMCOLORFORM_H Definition: ColorDialog.cpp:12
Definition: ColorDialog.h:15