6 #ifndef MAINCOLORFORM_H
7 #define MAINCOLORFORM_H
9 #include <QtGui/QWidget>
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
void setBackgroundColor(const QColor &color)
Sets the color of the background button (if valid)
Definition: MainColorForm.cpp:48
void setColor(const QColor &color)
Sets the color of the foreground button (if valid)
Definition: MainColorForm.cpp:41
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