3#include <GuiFoundation/GuiFoundationDLL.h>
5#include <GuiFoundation/PropertyGrid/Implementation/PropertyWidget.moc.h>
16 void on_TextChanged();
19 virtual void OnInit()
override;
20 virtual void InternalSetValue(
const plVariant& value)
override;
23 QHBoxLayout* m_pLayout;
25 QSyntaxHighlighter* m_pHighlighter =
nullptr;
50 void highlightBlock(
const QString& text)
override;
53 QColor m_Colors[ExpressionTokenType::Count];
Definition ExpressionPropertyWidget.moc.h:45
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44
Definition ExpressionPropertyWidget.moc.h:31