Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_AboutDlg.h
1 //  File      : SALOMEGUI_AboutDlg.h
2 //  Created   : Fri Sep 14 09:56:08 2001
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9 #ifndef SALOMEGUI_ABOUTDLG_H
10 #define SALOMEGUI_ABOUTDLG_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 #include <qlabel.h>
15
16 class SALOMEGUI_AboutDlg : public QDialog
17
18 public:
19     SALOMEGUI_AboutDlg( QWidget* parent = 0, const char* name = 0 );
20     ~SALOMEGUI_AboutDlg();
21
22 protected:
23     bool event( QEvent* );
24     bool eventFilter( QObject*,  QEvent* );
25
26 protected:
27     QLabel* AboutPicLab;
28     QLabel* VersionLab;
29     QLabel* CopyrightLab;
30     QLabel* PartnerPicLab;
31     QLabel* LicenseLab;
32 };
33
34 #endif // SALOMEGUI_ABOUTDIALOG_H