Salome HOME
NRI : Correction 1.1a version.
[modules/visu.git] / src / VISUGUI / VisuGUI_CursorDlg.h
1 //  File      : VisuGUI_CursorDlg.h
2 //  Created   : Wed Aug 01 10:23:06 2001
3 //  Author    : Laurent CORNABE & Hubert ROLLAND 
4 //  Project   : SALOME
5 //  Module    : VISUGUI
6 //  Copyright : PRINCIPIA
7 //  $Header$
8
9 #ifndef VISUGUI_CURSORDLG_H
10 #define VISUGUI_CURSORDLG_H
11
12 #include <qdialog.h>
13 #include <qlabel.h>
14 #include <qpushbutton.h>
15 #include <qspinbox.h>
16 #include <qgroupbox.h>
17
18 class VisuGUI_CursorDlg : public QDialog
19
20     Q_OBJECT
21
22 public:
23     VisuGUI_CursorDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
24     ~VisuGUI_CursorDlg();
25
26     QGroupBox*   TopGroupBox;
27     QLabel*      Comment1;
28     QLabel*      Comment2;
29     QSpinBox*    SpinBox1;
30     QGroupBox*   GroupButtons;
31     QPushButton* buttonOk;
32     QPushButton* buttonCancel;
33 };
34
35 #endif // VISUGUI_CURSORDLG_H