6 #ifndef SWIFT_GUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
7 #define SWIFT_GUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
11 #include <QTextDocument>
16 class CModelMatcherLogComponent;
35 QScopedPointer<Ui::CModelMatcherLogComponent> ui;
36 QTextDocument m_text {
this };
39 bool hasContexts()
const;
42 bool enabledMessages()
const;
45 void callsignEntered();
Special logs for matching and reverse lookup.
virtual ~CModelMatcherLogComponent()
Constructor.
CModelMatcherLogComponent(QWidget *parent=nullptr)
Constructor.
High level reusable GUI components.