From 004b73ed7ef33cb407897f7eccbec5f3861f99d7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 7 Jul 2023 12:37:21 +0200 Subject: Squashed 'qhexedit2/' content from commit 7f22526 git-subtree-dir: qhexedit2 git-subtree-split: 7f22526a86685aec1c5722154b8a7422d5037b77 --- example/images/find.png | Bin 0 -> 1944 bytes example/images/open.png | Bin 0 -> 2073 bytes example/images/qhexedit.ico | Bin 0 -> 22382 bytes example/images/qhexedit.svg | 157 ++++++++++++++++++++++++++++++++++++++++++ example/images/qhexedit16.png | Bin 0 -> 760 bytes example/images/qhexedit32.png | Bin 0 -> 2020 bytes example/images/qhexedit64.png | Bin 0 -> 4830 bytes example/images/redo.png | Bin 0 -> 985 bytes example/images/save.png | Bin 0 -> 1187 bytes example/images/undo.png | Bin 0 -> 962 bytes 10 files changed, 157 insertions(+) create mode 100644 example/images/find.png create mode 100644 example/images/open.png create mode 100644 example/images/qhexedit.ico create mode 100644 example/images/qhexedit.svg create mode 100644 example/images/qhexedit16.png create mode 100644 example/images/qhexedit32.png create mode 100644 example/images/qhexedit64.png create mode 100644 example/images/redo.png create mode 100644 example/images/save.png create mode 100644 example/images/undo.png (limited to 'example/images') diff --git a/example/images/find.png b/example/images/find.png new file mode 100644 index 0000000..6ea35e9 Binary files /dev/null and b/example/images/find.png differ diff --git a/example/images/open.png b/example/images/open.png new file mode 100644 index 0000000..45fa288 Binary files /dev/null and b/example/images/open.png differ diff --git a/example/images/qhexedit.ico b/example/images/qhexedit.ico new file mode 100644 index 0000000..940808e Binary files /dev/null and b/example/images/qhexedit.ico differ diff --git a/example/images/qhexedit.svg b/example/images/qhexedit.svg new file mode 100644 index 0000000..9064a4c --- /dev/null +++ b/example/images/qhexedit.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + 01000010 + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/example/images/qhexedit16.png b/example/images/qhexedit16.png new file mode 100644 index 0000000..8136b90 Binary files /dev/null and b/example/images/qhexedit16.png differ diff --git a/example/images/qhexedit32.png b/example/images/qhexedit32.png new file mode 100644 index 0000000..04466fc Binary files /dev/null and b/example/images/qhexedit32.png differ diff --git a/example/images/qhexedit64.png b/example/images/qhexedit64.png new file mode 100644 index 0000000..f75aa4d Binary files /dev/null and b/example/images/qhexedit64.png differ diff --git a/example/images/redo.png b/example/images/redo.png new file mode 100644 index 0000000..5591517 Binary files /dev/null and b/example/images/redo.png differ diff --git a/example/images/save.png b/example/images/save.png new file mode 100644 index 0000000..daba865 Binary files /dev/null and b/example/images/save.png differ diff --git a/example/images/undo.png b/example/images/undo.png new file mode 100644 index 0000000..8cf63a8 Binary files /dev/null and b/example/images/undo.png differ -- cgit v1.2.3