Salome HOME
Provide binaries compilation mode for BOOST 1.31.0
[tools/install.git] / src / icons.h
1 //  File      : icons.h
2 //  Created   : Thu Mar 27 12:01:00 2003
3 //  Author    : Vadim SANDLER
4 //  Project   : SALOME
5 //  Module    : Installation Wizard
6 //  Copyright : 2004-2005 CEA
7
8 #ifndef ___ICONS_h
9 #define ___ICONS_h
10
11 #include <qpixmap.h>
12
13 enum { pxBigLogo,      // SALOME Logo
14        pxLogo,         // small logo
15        pxIcon,         // title icon
16        pxClose,        // help window : close window
17        pxHome,         // help window : go home
18        pxNext,         // help window : go forward
19        pxBack,         // help window : go backward
20        pxZoomIn,       // help window : enlarge text size
21        pxZoomOut       // help window : redure text size
22      };
23
24 QPixmap pixmap( const int type );
25
26 #endif
27