First implementation

This commit is contained in:
Yury Shuvakin
2024-07-03 19:11:29 +09:00
parent 25a3a8ac11
commit d708fc3499
153 changed files with 17687 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
SOURCES += \
$$PWD/TraceFilterModel.cpp \
$$PWD/LinearTraceViewModel.cpp \
$$PWD/AggregatedTraceViewModel.cpp \
$$PWD/BaseTraceViewModel.cpp \
$$PWD/AggregatedTraceViewItem.cpp \
$$PWD/TraceWindow.cpp \
HEADERS += \
$$PWD/LinearTraceViewModel.h \
$$PWD/AggregatedTraceViewModel.h \
$$PWD/BaseTraceViewModel.h \
$$PWD/AggregatedTraceViewItem.h \
$$PWD/TraceFilterModel.h \
$$PWD/TraceWindow.h \
$$PWD/TraceViewTypes.h \
FORMS += \
$$PWD/TraceWindow.ui