From 50f70bb31a47fe128ef04cea0c178b3be1e454fb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 18 Dec 2008 17:26:35 +0000 Subject: [PATCH] Add the CGAL icons, and "CGAL" in the title. --- Polyhedron/demo/Polyhedron/MainWindow.ui | 8 +++++-- Polyhedron/demo/Polyhedron/Polyhedron_3.qrc | 1 + .../demo/Polyhedron/resources/cgal_logo.xpm | 24 +++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100755 Polyhedron/demo/Polyhedron/resources/cgal_logo.xpm diff --git a/Polyhedron/demo/Polyhedron/MainWindow.ui b/Polyhedron/demo/Polyhedron/MainWindow.ui index d6a2596c7f1..bb0319ffdb7 100644 --- a/Polyhedron/demo/Polyhedron/MainWindow.ui +++ b/Polyhedron/demo/Polyhedron/MainWindow.ui @@ -10,7 +10,11 @@ - Polyhedron demo + CGAL Polyhedron demo + + + + :/cgal/icons/resources/cgal_logo.xpm:/cgal/icons/resources/cgal_logo.xpm @@ -106,7 +110,7 @@ 0 0 978 - 24 + 29 diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc b/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc index 5ef5311bf76..e1953204d5b 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc +++ b/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc @@ -1,5 +1,6 @@ + resources/cgal_logo.xpm resources/boolean-union.png resources/kernel.png resources/boolean-diff.png diff --git a/Polyhedron/demo/Polyhedron/resources/cgal_logo.xpm b/Polyhedron/demo/Polyhedron/resources/cgal_logo.xpm new file mode 100755 index 00000000000..6a69b3d67e1 --- /dev/null +++ b/Polyhedron/demo/Polyhedron/resources/cgal_logo.xpm @@ -0,0 +1,24 @@ +/* XPM */ +const char * demoicon_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 3 1", +" c None", +". c #FFFF00", +"+ c #000000", +/* pixels */ +"................", +"...++++...++++..", +"..+....+.+....+.", +"..+......+......", +"..+......+..+++.", +"..+......+....+.", +"..+....+.+....+.", +"...++++...++++..", +"................", +"...++++...+.....", +"..+....+..+.....", +"..+....+..+.....", +"..++++++..+.....", +"..+....+..+.....", +"..+....+..+++++.", +"................"};