]> SALOME platform Git repositories - modules/geom.git/blob - src/DlgRef/DlgRef_Skeleton_QTD.h
Salome HOME
Update copyright information
[modules/geom.git] / src / DlgRef / DlgRef_Skeleton_QTD.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
3 **
4 ** Created: Wed May 7 11:21:32 2008
5 **      by: The User Interface Compiler ($Id$)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9
10 #ifndef DLGREF_SKELETON_QTD_H
11 #define DLGREF_SKELETON_QTD_H
12
13 #include "GEOM_DlgRef.hxx"
14
15 #include <qvariant.h>
16 #include <qdialog.h>
17
18 class QVBoxLayout;
19 class QHBoxLayout;
20 class QGridLayout;
21 class QSpacerItem;
22 class QButtonGroup;
23 class QRadioButton;
24 class QGroupBox;
25 class QLabel;
26 class QLineEdit;
27 class QCheckBox;
28 class QPushButton;
29
30 class GEOM_DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
31 {
32     Q_OBJECT
33
34 public:
35     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
36     ~DlgRef_Skeleton_QTD();
37
38     QButtonGroup* GroupConstructors;
39     QRadioButton* RadioButton1;
40     QRadioButton* RadioButton2;
41     QRadioButton* RadioButton3;
42     QRadioButton* RadioButton4;
43     QRadioButton* RadioButton5;
44     QGroupBox* GroupBoxName;
45     QLabel* NameLabel;
46     QLineEdit* ResultName;
47     QGroupBox* GroupBoxPublish;
48     QCheckBox* CheckBoxRestoreSS;
49     QGroupBox* GroupButtons;
50     QPushButton* buttonOk;
51     QPushButton* buttonApply;
52     QPushButton* buttonCancel;
53     QPushButton* buttonHelp;
54
55 protected:
56     QGridLayout* DlgRef_Skeleton_QTDLayout;
57     QGridLayout* Layout1;
58     QHBoxLayout* GroupConstructorsLayout;
59     QHBoxLayout* Layout2;
60     QGridLayout* GroupBoxNameLayout;
61     QGridLayout* Layout4;
62     QGridLayout* GroupBoxPublishLayout;
63     QGridLayout* Layout5;
64     QVBoxLayout* GroupButtonsLayout;
65     QGridLayout* Layout3;
66     QSpacerItem* Spacer1;
67
68 protected slots:
69     virtual void languageChange();
70
71 };
72
73 #endif // DLGREF_SKELETON_QTD_H