4#ifndef MESSAGEHIGHLIGHTER_H
5#define MESSAGEHIGHLIGHTER_H
7#include <QtGui/QSyntaxHighlighter>
34 LastConstruct = Variable
43 QTextCharFormat m_formats[LastConstruct + 1];
QSize minimumSizeHint() const override
QSize sizeHint() const override
void setVisualizeWhitespace(bool value)
bool event(QEvent *event) override
void setEditable(bool editable)
void highlightBlock(const QString &text) override
Highlights the given text block.
Combined button and popup list for selecting options.