From 665eb78729c91b4056b3e58af4407f51df603f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 14 Nov 2017 13:44:27 +0100 Subject: Qt: Add UAT move up and down buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- image/arrow_down.png | Bin 0 -> 294 bytes image/arrow_down@2x.png | Bin 0 -> 445 bytes image/arrow_up.png | Bin 0 -> 294 bytes image/arrow_up@2x.png | Bin 0 -> 412 bytes image/toolbar.qrc | 4 ++++ 5 files changed, 4 insertions(+) create mode 100644 image/arrow_down.png create mode 100644 image/arrow_down@2x.png create mode 100644 image/arrow_up.png create mode 100644 image/arrow_up@2x.png (limited to 'image') diff --git a/image/arrow_down.png b/image/arrow_down.png new file mode 100644 index 0000000000..f71e54ff48 Binary files /dev/null and b/image/arrow_down.png differ diff --git a/image/arrow_down@2x.png b/image/arrow_down@2x.png new file mode 100644 index 0000000000..067b143a98 Binary files /dev/null and b/image/arrow_down@2x.png differ diff --git a/image/arrow_up.png b/image/arrow_up.png new file mode 100644 index 0000000000..d6ce9b7ce6 Binary files /dev/null and b/image/arrow_up.png differ diff --git a/image/arrow_up@2x.png b/image/arrow_up@2x.png new file mode 100644 index 0000000000..a4f9a8b339 Binary files /dev/null and b/image/arrow_up@2x.png 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 @@ copy-8.png delete_list.png delete_list@2x.png + arrow_up.png + arrow_up@2x.png + arrow_down.png + arrow_down@2x.png toolbar/14x14/x-capture-comment-update.png -- cgit v1.2.3