6 #ifndef MAINCOLORFORM_H 7 #define MAINCOLORFORM_H 9 #include <QtGui/QWidget> 33 void setColor(
const QColor &color);
39 void setBackgroundColor(
const QColor &color);
56 virtual void changeEvent(QEvent *e);
66 void selectBackground();
67 void selectForeground();
72 #endif // MAINCOLORFORM_H Definition: ColorDialog.cpp:12
const QColor & getBackgroundColor() const
Definition: MainColorForm.h:51
Definition: ColorDialog.h:15
Definition: ui_MainColorForm.h:105
A form that can be used to select the color of the main font of the editor.
Definition: MainColorForm.h:22
const QColor & getColor() const
Definition: MainColorForm.h:44