aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-11-14 13:44:27 +0100
committerAnders Broman <a.broman58@gmail.com>2017-11-16 06:10:47 +0000
commit665eb78729c91b4056b3e58af4407f51df603f55 (patch)
treeea8b34e991aa5e8ed634e86770b4e3629508f9e7 /image
parent8ee4920c76fe690142482e22148f1e2f14cae01f (diff)
Qt: Add UAT move up and down buttons
Add two new buttons for moving entries up and down in the list. Change-Id: I90e5c5812754391651885e2a622148cecc124099 Reviewed-on: https://code.wireshark.org/review/24413 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'image')
-rw-r--r--image/arrow_down.pngbin0 -> 294 bytes
-rw-r--r--image/arrow_down@2x.pngbin0 -> 445 bytes
-rw-r--r--image/arrow_up.pngbin0 -> 294 bytes
-rw-r--r--image/arrow_up@2x.pngbin0 -> 412 bytes
-rw-r--r--image/toolbar.qrc4
5 files changed, 4 insertions, 0 deletions
diff --git a/image/arrow_down.png b/image/arrow_down.png
new file mode 100644
index 0000000000..f71e54ff48
--- /dev/null
+++ b/image/arrow_down.png
Binary files differ
diff --git a/image/arrow_down@2x.png b/image/arrow_down@2x.png
new file mode 100644
index 0000000000..067b143a98
--- /dev/null
+++ b/image/arrow_down@2x.png
Binary files differ
diff --git a/image/arrow_up.png b/image/arrow_up.png
new file mode 100644
index 0000000000..d6ce9b7ce6
--- /dev/null
+++ b/image/arrow_up.png
Binary files differ
diff --git a/image/arrow_up@2x.png b/image/arrow_up@2x.png
new file mode 100644
index 0000000000..a4f9a8b339
--- /dev/null
+++ b/image/arrow_up@2x.png
Binary files differ
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 61078b42b1..26a4e21d42 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -9,6 +9,10 @@
<file>copy-8.png</file>
<file>delete_list.png</file>
<file>delete_list@2x.png</file>
+ <file>arrow_up.png</file>
+ <file>arrow_up@2x.png</file>
+ <file>arrow_down.png</file>
+ <file>arrow_down@2x.png</file>
</qresource>
<qresource prefix="/icons">
<file>toolbar/14x14/x-capture-comment-update.png</file>