]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blob - src/tepal2med/dlg_ghs3dmain.h
Salome HOME
Imported using TkCVS
[plugins/ghs3dprlplugin.git] / src / tepal2med / dlg_ghs3dmain.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'dlg_ghs3dmain.ui'
3 **
4 ** Created: mer fév 14 13:34:52 2007
5 **      by: The User Interface Compiler ($Id$)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9
10 #ifndef DLG_GHS3DMAIN_H
11 #define DLG_GHS3DMAIN_H
12
13 #include <qvariant.h>
14 #include <qdialog.h>
15 #include <qstring.h>
16
17 class QVBoxLayout;
18 class QHBoxLayout;
19 class QGridLayout;
20 class QSpacerItem;
21 class QGroupBox;
22 class QSpinBox;
23 class QLabel;
24 class QRadioButton;
25 class QPushButton;
26
27 class dlg_ghs3dmain : public QDialog
28 {
29     Q_OBJECT
30
31 public:
32     dlg_ghs3dmain( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33     ~dlg_ghs3dmain();
34
35     QGroupBox* Parameters;
36     QSpinBox* NbPart;
37     QLabel* textNbPart;
38     QRadioButton* KeepFiles;
39     QPushButton* Ok;
40
41     bool value_KeepFiles,value_Ok;
42     int value_NbPart;
43
44 protected:
45
46 protected slots:
47     virtual void languageChange();
48
49     virtual void init();
50     virtual void destroy();
51     virtual void slotok();
52
53
54 };
55
56 #endif // DLG_GHS3DMAIN_H