Salome HOME
Update GUI documentation for bugs 16559
[modules/geom.git] / src / DlgRef / DlgRef_Skeleton_QTD.h
index 83d3a10162fd79eeebe63d2cbb73d42f796909da..0ecfdfcaaff2b43862ba4768030160dc65d1fbe2 100644 (file)
@@ -1,54 +1,63 @@
+// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 /****************************************************************************
 ** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
 **
-** Created: Wed Aug 11 18:42:51 2004
-**      by:  The User Interface Compiler (uic)
+** Created: Tue Mar 13 14:40:29 2007
+**      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
 ****************************************************************************/
+
 #ifndef DLGREF_SKELETON_QTD_H
 #define DLGREF_SKELETON_QTD_H
 
+#include "GEOM_DlgRef.hxx"
+
 #include <qvariant.h>
 #include <qdialog.h>
-class QVBoxLayout; 
-class QHBoxLayout; 
-class QGridLayout; 
-class QButtonGroup;
+
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QSpacerItem;
 class QGroupBox;
-class QLabel;
-class QLineEdit;
 class QPushButton;
+class QButtonGroup;
 class QRadioButton;
+class QLineEdit;
+class QLabel;
 
-
-#if defined DLGREF_EXPORTS
-#if defined WIN32
-#define DLGREF_EXPORT __declspec( dllexport )
-#else
-#define DLGREF_EXPORT
-#endif
-#else
-#if defined WNT
-#define DLGREF_EXPORT __declspec( dllimport )
-#else
-#define DLGREF_EXPORT
-#endif
-#endif
-
-class DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
-{ 
+class GEOM_DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
+{
     Q_OBJECT
 
 public:
     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
     ~DlgRef_Skeleton_QTD();
 
-    QGroupBox* GroupMedium;
     QGroupBox* GroupButtons;
     QPushButton* buttonOk;
     QPushButton* buttonApply;
     QPushButton* buttonCancel;
+    QPushButton* buttonHelp;
     QButtonGroup* GroupConstructors;
     QRadioButton* RadioButton1;
     QRadioButton* RadioButton2;
@@ -58,16 +67,20 @@ public:
     QLineEdit* ResultName;
     QLabel* NameLabel;
 
-
 protected:
     QGridLayout* DlgRef_Skeleton_QTDLayout;
     QGridLayout* Layout1;
     QHBoxLayout* GroupButtonsLayout;
     QHBoxLayout* Layout3;
+    QSpacerItem* Spacer1;
     QHBoxLayout* GroupConstructorsLayout;
     QHBoxLayout* Layout2;
     QGridLayout* GroupBoxNameLayout;
     QGridLayout* Layout66;
+
+protected slots:
+    virtual void languageChange();
+
 };
 
 #endif // DLGREF_SKELETON_QTD_H