diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a32644c..02af523b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ if (${CMAKE_BUILD_TYPE} MATCHES "Debug") # CMAKE_BUILD_RPATH needs to point to the local Qt installation, to use Gammaray during development. # This is because the distributed Qt binaries may not be compatible with the local installation of Gammaray # If you don't intend to use Gammaray, you can comment this out - set(CMAKE_BUILD_RPATH /opt/Qt/6.1.2/gcc_64/lib/) + set(CMAKE_BUILD_RPATH /opt/Qt/6.2.4/gcc_64/lib/) endif() add_executable(Bloom) @@ -80,7 +80,7 @@ if (${CMAKE_BUILD_TYPE} MATCHES "Debug") # The QT source directory is specified as an include path just so that CLion can navigate to the Qt implementation # files, during debugging. No QT headers are actually included via this method. Feel free to comment this out if # you don't possess the Qt source code on your machine. You may need to invalidate CMake cache. - target_include_directories(Bloom PUBLIC /opt/Qt/6.1.2/Src) + target_include_directories(Bloom PUBLIC /opt/Qt/6.2.4/Src) endif() target_link_libraries(Bloom -lstdc++fs) diff --git a/build/bin/lib/libQt6Core.so.6 b/build/bin/lib/libQt6Core.so.6 index 0d63f70a..bf1c2ca1 120000 --- a/build/bin/lib/libQt6Core.so.6 +++ b/build/bin/lib/libQt6Core.so.6 @@ -1 +1 @@ -./libQt6Core.so.6.1.2 \ No newline at end of file +libQt6Core.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Core.so.6.1.2 b/build/bin/lib/libQt6Core.so.6.2.4 similarity index 51% rename from build/bin/lib/libQt6Core.so.6.1.2 rename to build/bin/lib/libQt6Core.so.6.2.4 index c8d0a86e..61c14c25 100755 Binary files a/build/bin/lib/libQt6Core.so.6.1.2 and b/build/bin/lib/libQt6Core.so.6.2.4 differ diff --git a/build/bin/lib/libQt6DBus.so.6 b/build/bin/lib/libQt6DBus.so.6 index 1c649356..389ddb59 120000 --- a/build/bin/lib/libQt6DBus.so.6 +++ b/build/bin/lib/libQt6DBus.so.6 @@ -1 +1 @@ -./libQt6DBus.so.6.1.2 \ No newline at end of file +libQt6DBus.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6DBus.so.6.1.2 b/build/bin/lib/libQt6DBus.so.6.1.2 deleted file mode 100755 index 9ba47cad..00000000 Binary files a/build/bin/lib/libQt6DBus.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6DBus.so.6.2.4 b/build/bin/lib/libQt6DBus.so.6.2.4 new file mode 100755 index 00000000..38e5e732 Binary files /dev/null and b/build/bin/lib/libQt6DBus.so.6.2.4 differ diff --git a/build/bin/lib/libQt6Gui.so.6 b/build/bin/lib/libQt6Gui.so.6 index 5ce4dfda..041acebd 120000 --- a/build/bin/lib/libQt6Gui.so.6 +++ b/build/bin/lib/libQt6Gui.so.6 @@ -1 +1 @@ -./libQt6Gui.so.6.1.2 \ No newline at end of file +libQt6Gui.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Gui.so.6.1.2 b/build/bin/lib/libQt6Gui.so.6.2.4 similarity index 55% rename from build/bin/lib/libQt6Gui.so.6.1.2 rename to build/bin/lib/libQt6Gui.so.6.2.4 index 644ded7c..b9e54438 100755 Binary files a/build/bin/lib/libQt6Gui.so.6.1.2 and b/build/bin/lib/libQt6Gui.so.6.2.4 differ diff --git a/build/bin/lib/libQt6Network.so.6 b/build/bin/lib/libQt6Network.so.6 index 06d8a2aa..4f096e3e 120000 --- a/build/bin/lib/libQt6Network.so.6 +++ b/build/bin/lib/libQt6Network.so.6 @@ -1 +1 @@ -libQt6Network.so.6.1.2 \ No newline at end of file +libQt6Network.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Network.so.6.1.2 b/build/bin/lib/libQt6Network.so.6.1.2 deleted file mode 100755 index 582f726e..00000000 Binary files a/build/bin/lib/libQt6Network.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6Network.so.6.2.4 b/build/bin/lib/libQt6Network.so.6.2.4 new file mode 100755 index 00000000..23d9c19c Binary files /dev/null and b/build/bin/lib/libQt6Network.so.6.2.4 differ diff --git a/build/bin/lib/libQt6OpenGL.so.6 b/build/bin/lib/libQt6OpenGL.so.6 index 014af099..a3248a15 120000 --- a/build/bin/lib/libQt6OpenGL.so.6 +++ b/build/bin/lib/libQt6OpenGL.so.6 @@ -1 +1 @@ -libQt6OpenGL.so.6.1.2 \ No newline at end of file +libQt6OpenGL.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6OpenGL.so.6.1.2 b/build/bin/lib/libQt6OpenGL.so.6.1.2 deleted file mode 100755 index 2b532d04..00000000 Binary files a/build/bin/lib/libQt6OpenGL.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6OpenGL.so.6.2.4 b/build/bin/lib/libQt6OpenGL.so.6.2.4 new file mode 100755 index 00000000..52037301 Binary files /dev/null and b/build/bin/lib/libQt6OpenGL.so.6.2.4 differ diff --git a/build/bin/lib/libQt6OpenGLWidgets.so.6 b/build/bin/lib/libQt6OpenGLWidgets.so.6 index 3b9d842a..2895375e 120000 --- a/build/bin/lib/libQt6OpenGLWidgets.so.6 +++ b/build/bin/lib/libQt6OpenGLWidgets.so.6 @@ -1 +1 @@ -libQt6OpenGLWidgets.so.6.1.2 \ No newline at end of file +libQt6OpenGLWidgets.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6OpenGLWidgets.so.6.1.2 b/build/bin/lib/libQt6OpenGLWidgets.so.6.1.2 deleted file mode 100755 index b1e65ff6..00000000 Binary files a/build/bin/lib/libQt6OpenGLWidgets.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6OpenGLWidgets.so.6.2.4 b/build/bin/lib/libQt6OpenGLWidgets.so.6.2.4 new file mode 100755 index 00000000..b5425b8f Binary files /dev/null and b/build/bin/lib/libQt6OpenGLWidgets.so.6.2.4 differ diff --git a/build/bin/lib/libQt6Svg.so.6 b/build/bin/lib/libQt6Svg.so.6 index 19eeac06..4213cb70 120000 --- a/build/bin/lib/libQt6Svg.so.6 +++ b/build/bin/lib/libQt6Svg.so.6 @@ -1 +1 @@ -./libQt6Svg.so.6.1.2 \ No newline at end of file +libQt6Svg.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Svg.so.6.1.2 b/build/bin/lib/libQt6Svg.so.6.1.2 deleted file mode 100755 index 4d43d438..00000000 Binary files a/build/bin/lib/libQt6Svg.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6Svg.so.6.2.4 b/build/bin/lib/libQt6Svg.so.6.2.4 new file mode 100755 index 00000000..4f15ef2d Binary files /dev/null and b/build/bin/lib/libQt6Svg.so.6.2.4 differ diff --git a/build/bin/lib/libQt6SvgWidgets.so.6 b/build/bin/lib/libQt6SvgWidgets.so.6 index c76e5ac5..e714cca7 120000 --- a/build/bin/lib/libQt6SvgWidgets.so.6 +++ b/build/bin/lib/libQt6SvgWidgets.so.6 @@ -1 +1 @@ -./libQt6SvgWidgets.so.6.1.2 \ No newline at end of file +libQt6SvgWidgets.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6SvgWidgets.so.6.1.2 b/build/bin/lib/libQt6SvgWidgets.so.6.1.2 deleted file mode 100755 index fdbc3c44..00000000 Binary files a/build/bin/lib/libQt6SvgWidgets.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6SvgWidgets.so.6.2.4 b/build/bin/lib/libQt6SvgWidgets.so.6.2.4 new file mode 100755 index 00000000..b63e027f Binary files /dev/null and b/build/bin/lib/libQt6SvgWidgets.so.6.2.4 differ diff --git a/build/bin/lib/libQt6UiTools.so.6 b/build/bin/lib/libQt6UiTools.so.6 index fa0b50ee..0ba6e075 120000 --- a/build/bin/lib/libQt6UiTools.so.6 +++ b/build/bin/lib/libQt6UiTools.so.6 @@ -1 +1 @@ -./libQt6UiTools.so.6.1.2 \ No newline at end of file +libQt6UiTools.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6UiTools.so.6.1.2 b/build/bin/lib/libQt6UiTools.so.6.1.2 deleted file mode 100755 index 4df59bdb..00000000 Binary files a/build/bin/lib/libQt6UiTools.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6UiTools.so.6.2.4 b/build/bin/lib/libQt6UiTools.so.6.2.4 new file mode 100755 index 00000000..835cab7d Binary files /dev/null and b/build/bin/lib/libQt6UiTools.so.6.2.4 differ diff --git a/build/bin/lib/libQt6Widgets.so.6 b/build/bin/lib/libQt6Widgets.so.6 index fce75dd9..d10d2c06 120000 --- a/build/bin/lib/libQt6Widgets.so.6 +++ b/build/bin/lib/libQt6Widgets.so.6 @@ -1 +1 @@ -./libQt6Widgets.so.6.1.2 \ No newline at end of file +libQt6Widgets.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Widgets.so.6.1.2 b/build/bin/lib/libQt6Widgets.so.6.2.4 similarity index 54% rename from build/bin/lib/libQt6Widgets.so.6.1.2 rename to build/bin/lib/libQt6Widgets.so.6.2.4 index ab70fa1d..75775c03 100755 Binary files a/build/bin/lib/libQt6Widgets.so.6.1.2 and b/build/bin/lib/libQt6Widgets.so.6.2.4 differ diff --git a/build/bin/lib/libQt6XcbQpa.so b/build/bin/lib/libQt6XcbQpa.so new file mode 120000 index 00000000..ea228e1e --- /dev/null +++ b/build/bin/lib/libQt6XcbQpa.so @@ -0,0 +1 @@ +libQt6XcbQpa.so.6 \ No newline at end of file diff --git a/build/bin/lib/libQt6XcbQpa.so.6 b/build/bin/lib/libQt6XcbQpa.so.6 index 7812dc93..71142d22 120000 --- a/build/bin/lib/libQt6XcbQpa.so.6 +++ b/build/bin/lib/libQt6XcbQpa.so.6 @@ -1 +1 @@ -./libQt6XcbQpa.so.6.1.2 \ No newline at end of file +libQt6XcbQpa.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6XcbQpa.so.6.1.2 b/build/bin/lib/libQt6XcbQpa.so.6.1.2 deleted file mode 100755 index f4b5b5be..00000000 Binary files a/build/bin/lib/libQt6XcbQpa.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6XcbQpa.so.6.2.4 b/build/bin/lib/libQt6XcbQpa.so.6.2.4 new file mode 100755 index 00000000..16b70172 Binary files /dev/null and b/build/bin/lib/libQt6XcbQpa.so.6.2.4 differ diff --git a/build/bin/lib/libQt6Xml.so.6 b/build/bin/lib/libQt6Xml.so.6 index 65b9efe7..8dacc401 120000 --- a/build/bin/lib/libQt6Xml.so.6 +++ b/build/bin/lib/libQt6Xml.so.6 @@ -1 +1 @@ -./libQt6Xml.so.6.1.2 \ No newline at end of file +libQt6Xml.so.6.2.4 \ No newline at end of file diff --git a/build/bin/lib/libQt6Xml.so.6.1.2 b/build/bin/lib/libQt6Xml.so.6.1.2 deleted file mode 100755 index 1c3bafd5..00000000 Binary files a/build/bin/lib/libQt6Xml.so.6.1.2 and /dev/null differ diff --git a/build/bin/lib/libQt6Xml.so.6.2.4 b/build/bin/lib/libQt6Xml.so.6.2.4 new file mode 100755 index 00000000..c135a33d Binary files /dev/null and b/build/bin/lib/libQt6Xml.so.6.2.4 differ diff --git a/build/bin/lib/libqxcb.so b/build/bin/lib/libqxcb.so deleted file mode 100755 index c9ffac58..00000000 Binary files a/build/bin/lib/libqxcb.so and /dev/null differ diff --git a/build/bin/lib/libqxcb.so.1 b/build/bin/lib/libqxcb.so.1 deleted file mode 120000 index ab7b6188..00000000 --- a/build/bin/lib/libqxcb.so.1 +++ /dev/null @@ -1 +0,0 @@ -./libqxcb.so \ No newline at end of file diff --git a/build/bin/platforms/libqxcb.so b/build/bin/platforms/libqxcb.so index 84bea0f5..60c54263 100755 Binary files a/build/bin/platforms/libqxcb.so and b/build/bin/platforms/libqxcb.so differ diff --git a/build/bin/plugins/iconengines/libqsvgicon.so b/build/bin/plugins/iconengines/libqsvgicon.so index 5e01a477..10428b90 100755 Binary files a/build/bin/plugins/iconengines/libqsvgicon.so and b/build/bin/plugins/iconengines/libqsvgicon.so differ diff --git a/build/bin/plugins/imageformats/libqgif.so b/build/bin/plugins/imageformats/libqgif.so index b1f4f59a..8b0b85e2 100755 Binary files a/build/bin/plugins/imageformats/libqgif.so and b/build/bin/plugins/imageformats/libqgif.so differ diff --git a/build/bin/plugins/imageformats/libqicns.so b/build/bin/plugins/imageformats/libqicns.so index d7991f35..b78ae72c 100755 Binary files a/build/bin/plugins/imageformats/libqicns.so and b/build/bin/plugins/imageformats/libqicns.so differ diff --git a/build/bin/plugins/imageformats/libqico.so b/build/bin/plugins/imageformats/libqico.so index 9dd43501..b9351b8d 100755 Binary files a/build/bin/plugins/imageformats/libqico.so and b/build/bin/plugins/imageformats/libqico.so differ diff --git a/build/bin/plugins/imageformats/libqjpeg.so b/build/bin/plugins/imageformats/libqjpeg.so index d756c898..06050f5a 100755 Binary files a/build/bin/plugins/imageformats/libqjpeg.so and b/build/bin/plugins/imageformats/libqjpeg.so differ diff --git a/build/bin/plugins/imageformats/libqsvg.so b/build/bin/plugins/imageformats/libqsvg.so index 96da7dc6..6484d5f3 100755 Binary files a/build/bin/plugins/imageformats/libqsvg.so and b/build/bin/plugins/imageformats/libqsvg.so differ diff --git a/build/bin/plugins/imageformats/libqtga.so b/build/bin/plugins/imageformats/libqtga.so index 14962bf9..99cf5e9d 100755 Binary files a/build/bin/plugins/imageformats/libqtga.so and b/build/bin/plugins/imageformats/libqtga.so differ diff --git a/build/bin/plugins/imageformats/libqtiff.so b/build/bin/plugins/imageformats/libqtiff.so index ebc958c6..76ddcff2 100755 Binary files a/build/bin/plugins/imageformats/libqtiff.so and b/build/bin/plugins/imageformats/libqtiff.so differ diff --git a/build/bin/plugins/imageformats/libqwbmp.so b/build/bin/plugins/imageformats/libqwbmp.so index 0ba4ca75..feb65bef 100755 Binary files a/build/bin/plugins/imageformats/libqwbmp.so and b/build/bin/plugins/imageformats/libqwbmp.so differ diff --git a/build/bin/plugins/imageformats/libqwebp.so b/build/bin/plugins/imageformats/libqwebp.so index fa147f6c..c3ce0788 100755 Binary files a/build/bin/plugins/imageformats/libqwebp.so and b/build/bin/plugins/imageformats/libqwebp.so differ diff --git a/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so b/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so index 76aacb82..66ca9795 100755 Binary files a/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so and b/build/bin/plugins/xcbglintegrations/libqxcb-glx-integration.so differ diff --git a/build/scripts/CleanBuild.sh b/build/scripts/CleanBuild.sh index aea32e1c..12c7c776 100755 --- a/build/scripts/CleanBuild.sh +++ b/build/scripts/CleanBuild.sh @@ -10,9 +10,9 @@ rm -fr Bloom-*.rpm; rm -fr bloom-*.pkg.tar.zst; rm -fr "_CPack_Packages"; -export CMAKE_PREFIX_PATH=/opt/Qt/6.1.2/gcc_64/ +export CMAKE_PREFIX_PATH=/opt/Qt/6.2.4/gcc_64/ -cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/local/install/bin/g++ ../../ +cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/g++ ../../ cd /home/nav/Projects/Bloom/ && cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target clean cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom diff --git a/src/Insight/Insight.cpp b/src/Insight/Insight.cpp index e9fee9a7..4d652484 100644 --- a/src/Insight/Insight.cpp +++ b/src/Insight/Insight.cpp @@ -28,7 +28,7 @@ namespace Bloom , insightProjectSettings(insightProjectSettings) , application( ( - QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, false), + QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true), #ifndef BLOOM_DEBUG_BUILD QCoreApplication::addLibraryPath(QString::fromStdString(Paths::applicationDirPath() + "/plugins")), #endif diff --git a/src/resources.qrc b/src/resources.qrc deleted file mode 100644 index 1917ecac..00000000 --- a/src/resources.qrc +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - ../resources/help.txt - - - ../resources/gdbHelpMonitorInfo.txt - - - ../resources/bloom.template.json - - - ./Insight/UserInterfaces/InsightWindow/Stylesheets/Global.qss - ./Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui - ./Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/UiFiles/TargetRegistersSidePane.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/UiFiles/TargetMemoryInspectionPane.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui - ./Insight/UserInterfaces/InsightWindow/Images/BloomIcon.svg - ./Insight/UserInterfaces/InsightWindow/Images/RAM.svg - ./Insight/UserInterfaces/InsightWindow/Images/refresh.svg - ./Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Images/down-arrow.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/collapse-all.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/expand-all.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/arrow.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/register-group.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/register.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/target-registers.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/target-registers-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegistersPane/Images/search-registers.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/memory-inspection-icon.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/memory-inspection-icon-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-stack-memory.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-stack-memory-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-focused-memory.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-focused-memory-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/manage-focused-regions.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-hovered-rows-columns.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/highlight-hovered-rows-columns-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/display-annotations.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/display-annotations-disabled.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/ascii-view.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/Images/ascii-view-disabled.svg - - - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/Stylesheets/DualInlinePackage.qss - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/Stylesheets/QuadFlatPackage.qss - - - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/UiFiles/TargetRegisterInspectorWindow.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/Stylesheets/TargetRegisterInspectorWindow.qss - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/RegisterHistoryWidget/UiFiles/RegisterHistoryWidget.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/Images/icon.svg - - - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/MemoryRegionManagerWindow.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Stylesheets/MemoryRegionManagerWindow.qss - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/FocusedMemoryRegionForm.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/ExcludedMemoryRegionForm.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Images/icon.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Images/add-region.svg - ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Images/remove-region.svg - - - ./Insight/UserInterfaces/InsightWindow/UiFiles/AboutWindow.ui - ./Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss - - - ./Insight/UserInterfaces/InsightWindow/Widgets/ErrorDialogue/UiFiles/ErrorDialogue.ui - ./Insight/UserInterfaces/InsightWindow/Widgets/ErrorDialogue/Stylesheets/ErrorDialogue.qss - ./Insight/UserInterfaces/InsightWindow/Widgets/ErrorDialogue/Images/icon.svg - -