Tag-Filter hinzugefügt
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "tableview.h"
|
||||
#include "tagwidget.h"
|
||||
#include "connectdialog.h"
|
||||
#include <QSet>
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
@@ -35,6 +36,7 @@ private slots:
|
||||
void onNewLine(const QString &line);
|
||||
void onTagDetected(const QString &tag, const QString &value);
|
||||
void showFormatReference();
|
||||
void configureTagFilter();
|
||||
|
||||
private:
|
||||
void setupUi();
|
||||
@@ -64,5 +66,6 @@ private:
|
||||
QAction *m_connectAction = nullptr;
|
||||
QAction *m_disconnectAction = nullptr;
|
||||
|
||||
SerialConfig m_lastConfig;
|
||||
SerialConfig m_lastConfig;
|
||||
QSet<QString> m_suppressedTags; // tags hidden from Raw view
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user