From 339074e0dd675f49d0c5c41c47d255343fd6870d Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 18 Dec 2021 00:16:35 +0000 Subject: [PATCH] Down-arrow SVG for QComboBox widgets --- .../InsightWindow/Images/down-arrow.svg | 79 +++++++++++++++++++ src/resources.qrc | 1 + 2 files changed, 80 insertions(+) create mode 100644 src/Insight/UserInterfaces/InsightWindow/Images/down-arrow.svg diff --git a/src/Insight/UserInterfaces/InsightWindow/Images/down-arrow.svg b/src/Insight/UserInterfaces/InsightWindow/Images/down-arrow.svg new file mode 100644 index 00000000..31322c8b --- /dev/null +++ b/src/Insight/UserInterfaces/InsightWindow/Images/down-arrow.svg @@ -0,0 +1,79 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/resources.qrc b/src/resources.qrc index d45da08b..47639eb5 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -26,6 +26,7 @@ ./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