Salome HOME
279f3d84d4e41e92e57f354f1fea704a5ab89a3b
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_LoadStudiesDlg.h
1 //  File      : SALOMEGUI_LoadStudiesDlg.h
2 //  Created   : Wed Apr 03 13:36:09 2002
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE 2002
7 //  $Header$
8
9 #ifndef SALOMEGUI_LOADSTUDIESDLG_H
10 #define SALOMEGUI_LOADSTUDIESDLG_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class QLabel;
18 class QListBox;
19 class QListBoxItem;
20 class QPushButton;
21
22 class SALOMEGUI_LoadStudiesDlg : public QDialog
23
24     Q_OBJECT
25
26 public:
27     SALOMEGUI_LoadStudiesDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
28     ~SALOMEGUI_LoadStudiesDlg();
29
30     QLabel* TextLabel1;
31     QPushButton* buttonOk;
32     QPushButton* buttonCancel;
33     QListBox* ListComponent;
34
35 };
36
37 #endif // SALOMEGUI_LOADSTUDIESDLG_H