9 #include <QtGui/QDialog> 12 #include "MainColorForm.h" 13 #include "Qt4SyntaxHighlighter.h" 21 class LanguageElemColorForm;
61 void addColorForm(QWidget *form);
69 void syncFormatters();
72 virtual
void changeEvent(QEvent *e);
77 Ui::ColorDialog *m_ui;
84 #endif // COLORDIALOG_H Definition: ColorDialog.cpp:12
Definition: ColorDialog.h:15
A dialog to change the colors of the foreground and background of an editor and of the font propertie...
Definition: ColorDialog.h:44
A form that can be used to select the color of the main font of the editor.
Definition: MainColorForm.h:22
An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHi...
Definition: Qt4SyntaxHighlighter.h:38