From 6fee456cff928c504a48df74bb3986fb453fc97a Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Tue, 19 May 2009 16:33:34 +1000 Subject: Use pngs instead of svgs for dial example. --- examples/declarative/dial/DialLibrary/Dial.qml | 8 +- .../declarative/dial/DialLibrary/background.png | Bin 0 -> 35876 bytes .../declarative/dial/DialLibrary/background.svg | 385 --------------------- examples/declarative/dial/DialLibrary/needle.png | Bin 0 -> 1078 bytes examples/declarative/dial/DialLibrary/needle.svg | 26 -- .../declarative/dial/DialLibrary/needle_shadow.png | Bin 0 -> 1401 bytes .../declarative/dial/DialLibrary/needle_shadow.svg | 30 -- examples/declarative/dial/DialLibrary/overlay.png | Bin 0 -> 4389 bytes examples/declarative/dial/DialLibrary/overlay.svg | 47 --- 9 files changed, 4 insertions(+), 492 deletions(-) create mode 100644 examples/declarative/dial/DialLibrary/background.png delete mode 100644 examples/declarative/dial/DialLibrary/background.svg create mode 100644 examples/declarative/dial/DialLibrary/needle.png delete mode 100644 examples/declarative/dial/DialLibrary/needle.svg create mode 100644 examples/declarative/dial/DialLibrary/needle_shadow.png delete mode 100644 examples/declarative/dial/DialLibrary/needle_shadow.svg create mode 100644 examples/declarative/dial/DialLibrary/overlay.png delete mode 100644 examples/declarative/dial/DialLibrary/overlay.svg diff --git a/examples/declarative/dial/DialLibrary/Dial.qml b/examples/declarative/dial/DialLibrary/Dial.qml index e3fd382..32c58cd 100644 --- a/examples/declarative/dial/DialLibrary/Dial.qml +++ b/examples/declarative/dial/DialLibrary/Dial.qml @@ -3,10 +3,10 @@ Item { width: 210; height: 210 - Image { id: Background; source: "background.svg" } + Image { id: Background; source: "background.png" } Image { - source: "needle_shadow.svg" + source: "needle_shadow.png" transform: Rotation { originX: 104; originY: 102 angle: NeedleRotation.angle @@ -14,7 +14,7 @@ Item { } Image { id: Needle - source: "needle.svg" + source: "needle.png" transform: Rotation { id: NeedleRotation originX: 102; originY: 98 @@ -26,5 +26,5 @@ Item { } } } - Image { source: "overlay.svg" } + Image { source: "overlay.png" } } diff --git a/examples/declarative/dial/DialLibrary/background.png b/examples/declarative/dial/DialLibrary/background.png new file mode 100644 index 0000000..75d555d Binary files /dev/null and b/examples/declarative/dial/DialLibrary/background.png differ diff --git a/examples/declarative/dial/DialLibrary/background.svg b/examples/declarative/dial/DialLibrary/background.svg deleted file mode 100644 index 415320d..0000000 --- a/examples/declarative/dial/DialLibrary/background.svg +++ /dev/null @@ -1,385 +0,0 @@ - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -0 - -1 -0 - -2 -0 - -3 -0 - -4 -0 - -5 -0 - -6 -0 - -7 -0 - -8 -0 - -9 -0 - -1 -0 -0 - -1 -1 -0 - -1 -2 -0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/declarative/dial/DialLibrary/needle.png b/examples/declarative/dial/DialLibrary/needle.png new file mode 100644 index 0000000..c171b43 Binary files /dev/null and b/examples/declarative/dial/DialLibrary/needle.png differ diff --git a/examples/declarative/dial/DialLibrary/needle.svg b/examples/declarative/dial/DialLibrary/needle.svg deleted file mode 100644 index dce7d7e..0000000 --- a/examples/declarative/dial/DialLibrary/needle.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - -]> - - - - - - - - - - - - - - - - - diff --git a/examples/declarative/dial/DialLibrary/needle_shadow.png b/examples/declarative/dial/DialLibrary/needle_shadow.png new file mode 100644 index 0000000..4e1ac0c Binary files /dev/null and b/examples/declarative/dial/DialLibrary/needle_shadow.png differ diff --git a/examples/declarative/dial/DialLibrary/needle_shadow.svg b/examples/declarative/dial/DialLibrary/needle_shadow.svg deleted file mode 100644 index 6aab197..0000000 --- a/examples/declarative/dial/DialLibrary/needle_shadow.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - -]> - - - - - - diff --git a/examples/declarative/dial/DialLibrary/overlay.png b/examples/declarative/dial/DialLibrary/overlay.png new file mode 100644 index 0000000..3341a16 Binary files /dev/null and b/examples/declarative/dial/DialLibrary/overlay.png differ diff --git a/examples/declarative/dial/DialLibrary/overlay.svg b/examples/declarative/dial/DialLibrary/overlay.svg deleted file mode 100644 index 8530dd5..0000000 --- a/examples/declarative/dial/DialLibrary/overlay.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - -]> - - - - - - - - - - - - - - - - - -- cgit v0.12