Salome HOME
[SALOME platform 0019880]: EDF GEM SMESH 728: SIGSEV while dumping the study
[modules/geom.git] / src / DlgRef / DlgRef_Skeleton_QTD.cxx
index 9ff558c8caf19d0e46b5efbd26b34e001808e392..c548cc2220adf0aeaad59c674acb1909f1473f66 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Form implementation generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
 **
-** Created: Wed Mar 26 12:14:14 2008
+** Created: Wed May 7 11:21:32 2008
 **      by: The User Interface Compiler ($Id$)
 **
 ** WARNING! All changes made in this file will be lost!
@@ -60,6 +60,9 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, boo
 
     RadioButton4 = new QRadioButton( GroupConstructors, "RadioButton4" );
     Layout2->addWidget( RadioButton4 );
+
+    RadioButton5 = new QRadioButton( GroupConstructors, "RadioButton5" );
+    Layout2->addWidget( RadioButton5 );
     GroupConstructorsLayout->addLayout( Layout2 );
 
     Layout1->addWidget( GroupConstructors, 0, 0 );
@@ -112,19 +115,19 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, boo
 
     Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3"); 
 
-    buttonApply = new QPushButton( GroupButtons, "buttonApply" );
+    buttonOk = new QPushButton( GroupButtons, "buttonOk" );
 
-    Layout3->addWidget( buttonApply, 0, 0 );
+    Layout3->addWidget( buttonOk, 0, 0 );
 
-    buttonCancel = new QPushButton( GroupButtons, "buttonCancel" );
+    buttonApply = new QPushButton( GroupButtons, "buttonApply" );
 
-    Layout3->addWidget( buttonCancel, 0, 1 );
+    Layout3->addWidget( buttonApply, 0, 1 );
 
-    buttonOk = new QPushButton( GroupButtons, "buttonOk" );
+    buttonCancel = new QPushButton( GroupButtons, "buttonCancel" );
 
-    Layout3->addWidget( buttonOk, 0, 2 );
+    Layout3->addWidget( buttonCancel, 0, 3 );
     Spacer1 = new QSpacerItem( 90, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
-    Layout3->addItem( Spacer1, 0, 3 );
+    Layout3->addItem( Spacer1, 0, 2 );
 
     buttonHelp = new QPushButton( GroupButtons, "buttonHelp" );