9 #include <QtGui/QDialog>
12 #include "MainColorForm.h"
13 #include "Qt4SyntaxHighlighter.h"
21 class LanguageElemColorForm;
72 virtual
void changeEvent(QEvent *e);
77 Ui::ColorDialog *m_ui;
84 #endif // COLORDIALOG_H
Definition: ColorDialog.cpp:12
void addColorForm(QWidget *form)
Addss a color form to this dialog.
Definition: ColorDialog.cpp:64
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
srchiliteqt::Qt4SyntaxHighlighter * highlighter
the highlighter object
Definition: ColorDialog.h:49
void syncFormatters()
Updates the text formatter of the highlighter using the colors and font properties of the language el...
Definition: ColorDialog.cpp:69
An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHi...
Definition: Qt4SyntaxHighlighter.h:38