ByteAddressContainer and ByteAddressItem QGraphicsItems

This commit is contained in:
Nav
2021-10-29 22:47:41 +01:00
parent 1d9d482da9
commit 77cefd8308
7 changed files with 159 additions and 18 deletions

View File

@@ -180,6 +180,8 @@ add_executable(Bloom
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItemContainerGraphicsView.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItemGraphicsScene.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteItem.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteAddressContainer.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ByteAddressItem.cpp
)
set_target_properties(Bloom PROPERTIES OUTPUT_NAME bloom)