Salome HOME
NRI : Rename resources and library.
[modules/geom.git] / src / GEOMGUI / GeometryGUI_NbIsosDlg.h
1 //  File      : GeometryGUI_NbIsosDlg.h
2 //  Created   : Wed Mar 13 12:27:28 2002
3 //  Author    : 
4 //  Project   : SALOME
5 //  Module    : GEOM
6 //  Copyright : OPEN CASCADE
7 //  $Header: 
8
9
10 #ifndef GEOMETRYGUI_NBISOSDLG_H
11 #define GEOMETRYGUI_NBISOSDLG_H
12
13 #include <qdialog.h>
14
15 class QLabel;
16 class QSpinBox;
17 class QPushButton;
18 class GeometryGUI;
19
20 //=================================================================================
21 // class    : GeometryGUI_NbIsosDlg
22 // purpose  :
23 //=================================================================================
24 class GeometryGUI_NbIsosDlg : public QDialog
25
26     Q_OBJECT
27
28 public:
29     GeometryGUI_NbIsosDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30     ~GeometryGUI_NbIsosDlg();
31
32     GeometryGUI*  myGeomGUI ;    /* Current GeomGUI object */
33
34     QPushButton*  buttonOk;
35     QPushButton*  buttonCancel;
36     QLabel*       TextLabel1 ;
37     QLabel*       TextLabel2 ;
38     QSpinBox*     SpinBoxU ;
39     QSpinBox*     SpinBoxV ;
40 };
41
42 #endif // GEOMETRYGUI_NBISOSDLG_H