From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/action/filesave.xpm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/action/filesave.xpm (limited to 'examples/action/filesave.xpm') diff --git a/examples/action/filesave.xpm b/examples/action/filesave.xpm new file mode 100644 index 0000000..bd6870f --- /dev/null +++ b/examples/action/filesave.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static const char *filesave[] = { +" 14 14 4 1", +". c #040404", +"# c #808304", +"a c #bfc2bf", +"b c None", +"..............", +".#.aaaaaaaa.a.", +".#.aaaaaaaa...", +".#.aaaaaaaa.#.", +".#.aaaaaaaa.#.", +".#.aaaaaaaa.#.", +".#.aaaaaaaa.#.", +".##........##.", +".############.", +".##.........#.", +".##......aa.#.", +".##......aa.#.", +".##......aa.#.", +"b............." +}; -- cgit v1.2.3