Salome HOME
0054504: Exception when accessing VTK renderer with libSalomePy module
[modules/gui.git] / tools / dlgfactory / __GDIALOG__.h
1 #ifndef ___CLASSNAME___HXX
2 #define ___CLASSNAME___HXX
3
4 #include "ui___CLASSNAME__.h"
5 #include "GenericDialog.h"
6
7 class __CLASSNAME__ : public GenericDialog
8 {
9   Q_OBJECT
10
11 public:
12   __CLASSNAME__(QDialog* parent = 0);
13
14 private:
15   Ui___CLASSNAME__ ui; // instance of the class defined in ui___CLASSNAME__.hxx
16 };
17
18
19 #endif // ___CLASSNAME___HXX