Salome HOME
0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape
[modules/geom.git] / src / DlgRef / DlgRef.h
index b7ec04faab189b3285f0d474730ed1df013590e3..4987ccb97b2bb85bc39ed00581bdb6dd7ca250a8 100644 (file)
@@ -843,6 +843,22 @@ public:
   ~DlgRef_Skeleton();
 };
 
+//////////////////////////////////////////
+// DlgRef_PipeTShape_ScrollArea
+//////////////////////////////////////////
+
+#include "ui_DlgRef_PipeTShape_ScrollArea_QTD.h"
+
+class DLGREF_EXPORT DlgRef_PipeTShape_ScrollArea : public QWidget, 
+                                      public Ui::DlgRef_PipeTShape_ScrollArea_QTD
+{
+  Q_OBJECT
+
+public:
+  DlgRef_PipeTShape_ScrollArea( QWidget* = 0, Qt::WindowFlags = 0 );
+  ~DlgRef_PipeTShape_ScrollArea();
+};
+
 //////////////////////////////////////////
 // Utility functions
 //////////////////////////////////////////