Moved hex viewer styles to separate QSS file

This commit is contained in:
Nav
2023-03-25 00:58:59 +00:00
parent 0e56503c75
commit 0f456310c8
4 changed files with 132 additions and 120 deletions

View File

@@ -177,6 +177,7 @@ qt_add_resources(
# Hex viewer widget
"./UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui"
"./UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Stylesheets/HexViewerWidget.qss"
# Memory snapshots
"./UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/UiFiles/SnapshotManager.ui"