mirror of https://github.com/CGAL/cgal
Add the CGAL icons, and "CGAL" in the title.
This commit is contained in:
parent
03d17761ff
commit
50f70bb31a
|
|
@ -10,7 +10,11 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string>Polyhedron demo</string>
|
<string>CGAL Polyhedron demo</string>
|
||||||
|
</property>
|
||||||
|
<property name="windowIcon" >
|
||||||
|
<iconset resource="Polyhedron_3.qrc" >
|
||||||
|
<normaloff>:/cgal/icons/resources/cgal_logo.xpm</normaloff>:/cgal/icons/resources/cgal_logo.xpm</iconset>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget" >
|
<widget class="QWidget" name="centralwidget" >
|
||||||
<layout class="QGridLayout" name="gridLayout" >
|
<layout class="QGridLayout" name="gridLayout" >
|
||||||
|
|
@ -106,7 +110,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>978</width>
|
<width>978</width>
|
||||||
<height>24</height>
|
<height>29</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuFile" >
|
<widget class="QMenu" name="menuFile" >
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/cgal/icons" >
|
<qresource prefix="/cgal/icons" >
|
||||||
|
<file>resources/cgal_logo.xpm</file>
|
||||||
<file>resources/boolean-union.png</file>
|
<file>resources/boolean-union.png</file>
|
||||||
<file>resources/kernel.png</file>
|
<file>resources/kernel.png</file>
|
||||||
<file>resources/boolean-diff.png</file>
|
<file>resources/boolean-diff.png</file>
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
|
"................",
|
||||||
|
"...++++...++++..",
|
||||||
|
"..+....+.+....+.",
|
||||||
|
"..+......+......",
|
||||||
|
"..+......+..+++.",
|
||||||
|
"..+......+....+.",
|
||||||
|
"..+....+.+....+.",
|
||||||
|
"...++++...++++..",
|
||||||
|
"................",
|
||||||
|
"...++++...+.....",
|
||||||
|
"..+....+..+.....",
|
||||||
|
"..+....+..+.....",
|
||||||
|
"..++++++..+.....",
|
||||||
|
"..+....+..+.....",
|
||||||
|
"..+....+..+++++.",
|
||||||
|
"................"};
|
||||||
Loading…
Reference in New Issue