]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Fix for bug PAL11541 ( With Gnome and Xfce, some dialog boxes appear at the bottom...
authormzn <mzn@opencascade.com>
Fri, 10 Feb 2006 16:06:40 +0000 (16:06 +0000)
committermzn <mzn@opencascade.com>
Fri, 10 Feb 2006 16:06:40 +0000 (16:06 +0000)
35 files changed:
src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx
src/SMESHGUI/SMESHGUI_ClippingDlg.cxx
src/SMESHGUI/SMESHGUI_CreateHypothesesDlg.cxx
src/SMESHGUI/SMESHGUI_CreatePatternDlg.cxx
src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx
src/SMESHGUI/SMESHGUI_DeleteGroupDlg.cxx
src/SMESHGUI/SMESHGUI_Dialog.cxx
src/SMESHGUI/SMESHGUI_EditHypothesesDlg.cxx
src/SMESHGUI/SMESHGUI_EditMeshDlg.cxx
src/SMESHGUI/SMESHGUI_ExtrusionAlongPathDlg.cxx
src/SMESHGUI/SMESHGUI_ExtrusionDlg.cxx
src/SMESHGUI/SMESHGUI_FilterDlg.cxx
src/SMESHGUI/SMESHGUI_FilterLibraryDlg.cxx
src/SMESHGUI/SMESHGUI_GroupDlg.cxx
src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx
src/SMESHGUI/SMESHGUI_MergeNodesDlg.cxx
src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx
src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx
src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx
src/SMESHGUI/SMESHGUI_NodesDlg.cxx
src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.cxx
src/SMESHGUI/SMESHGUI_Preferences_SelectionDlg.cxx
src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx
src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx
src/SMESHGUI/SMESHGUI_RenumberingDlg.cxx
src/SMESHGUI/SMESHGUI_RevolutionDlg.cxx
src/SMESHGUI/SMESHGUI_RotationDlg.cxx
src/SMESHGUI/SMESHGUI_SewingDlg.cxx
src/SMESHGUI/SMESHGUI_ShapeByMeshDlg.cxx
src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx
src/SMESHGUI/SMESHGUI_SmoothingDlg.cxx
src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.cxx
src/SMESHGUI/SMESHGUI_SymmetryDlg.cxx
src/SMESHGUI/SMESHGUI_TranslationDlg.cxx
src/SMESHGUI/SMESHGUI_TransparencyDlg.cxx

index 7a396fd41a05363b9719f6211f42086f4bca6fba..e7a0a311d7c0fbdc7c159540414b1959d2bcaedf 100644 (file)
@@ -410,11 +410,7 @@ void SMESHGUI_AddMeshElementDlg::Init()
 
   if (Reverse)
     connect(Reverse, SIGNAL(stateChanged(int)), SLOT(CheckBox(int)));
-
-  // Move widget on the botton right corner of main widget
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); // displays Dialog
 
   // set selection mode
index 5bac21893f884e8411a88801233b2decf7f5df5b..2b1f21c5b936008c29739a6fe57c815546731860 100644 (file)
@@ -361,11 +361,7 @@ SMESHGUI_ClippingDlg::SMESHGUI_ClippingDlg (SMESHGUI* theModule,
   connect(mySelectionMgr,  SIGNAL(currentSelectionChanged()), this, SLOT(onSelectionChanged()));
   /* to close dialog if study frame change */
   connect(mySMESHGUI, SIGNAL (SignalStudyFrameChanged()), this, SLOT(ClickOnCancel()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 }
 
index 32e4860ac03cfefe6db9d5d519fb4abaa446c4e8..048edd877bb24792a7c24b4f8308899ba59994c1 100644 (file)
@@ -159,10 +159,7 @@ void SMESHGUI_CreateHypothesesDlg::Init()
 
   connect(ListAlgoDefinition, SIGNAL(selectionChanged()), this, SLOT(onSelectionChanged()));
   connect(ListAlgoDefinition, SIGNAL(doubleClicked(QListViewItem*)), this, SLOT(onDoubleClicked(QListViewItem*)));
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 }
 
index caa762e9e44c3ec923b28e4b262ee7a13f56e03a..496b8de8ce354c402d5eed389238a8074095f960 100755 (executable)
@@ -268,10 +268,7 @@ void SMESHGUI_CreatePatternDlg::Init( const int theType )
 \r
   activateSelection();\r
   onSelectionDone();\r
-\r
-  int x, y;\r
-  mySMESHGUI->DefineDlgPosition(this, x, y);\r
-  this->move(x, y);\r
+  \r
   this->show();\r
 }\r
 \r
index abced02c6f3f21361b964235beb65ece2e440917..525919c36a60e7b74f281a0769f72230527412d4 100644 (file)
@@ -365,10 +365,6 @@ void SMESHGUI_CreatePolyhedralVolumeDlg::Init()
   /* to close dialog if study change */
   connect( mySMESHGUI, SIGNAL ( SignalCloseAllDialogs() ), this, SLOT( ClickOnCancel() ) ) ;
   
-  /* Move widget on the botton right corner of main widget */
-  int x, y ;
-  mySMESHGUI->DefineDlgPosition( this, x, y ) ;
-  this->move( x, y ) ;
   this->show() ; /* displays Dialog */
 
   ConstructorsClicked(0);
index 90f42d96ab702073ce87a1f798e7d30781dd10db..b29a94d1c33ea81e9f6eafeec31b5e3d30c9f749 100644 (file)
@@ -161,10 +161,7 @@ void SMESHGUI_DeleteGroupDlg::Init ()
   connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), SLOT(onSelectionDone()));
   connect(mySMESHGUI, SIGNAL(SignalDeactivateActiveDialog()), SLOT(onDeactivate()));
   connect(mySMESHGUI, SIGNAL(SignalCloseAllDialogs()), SLOT(onClose()));
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 
   // set selection mode
index a3277e0a756be3d53c2fa808ead7e4b2f3e23f0e..e7e9434e1b3418ea8c8250c5a209b68a8396880e 100644 (file)
@@ -62,10 +62,11 @@ SMESHGUI_Dialog::~SMESHGUI_Dialog()
 void SMESHGUI_Dialog::show()
 {
   adjustSize();
-  SUIT_Desktop *PP = desktop();
-  int x = abs( PP->x() + PP->size().width() - size().width() - 10 ),
-      y = abs( PP->y() + PP->size().height() - size().height() - 10 );
-  move(x, y);
+// REASON:: PAL11541
+// SUIT_Desktop *PP = desktop();
+//   int x = abs( PP->x() + PP->size().width() - size().width() - 10 ),
+//       y = abs( PP->y() + PP->size().height() - size().height() - 10 );
+//   move(x, y);
   LightApp_Dialog::show();
 }
 
index c2d0185b6aaa9579d13034ca1d7510d5f3ccecaa..9c16af4c12c6a42fab481c45971e3adb099d7d74 100644 (file)
@@ -290,9 +290,6 @@ void SMESHGUI_EditHypothesesDlg::Init()
   connect(ListHypDefinition,  SIGNAL(doubleClicked(QListBoxItem*)), this, SLOT(addItem(QListBoxItem*)));
   connect(ListAlgoDefinition, SIGNAL(doubleClicked(QListBoxItem*)), this, SLOT(addItem(QListBoxItem*)));
 
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show();
 
   LineEditC1A1->setFocus();
index f99e00ac00f5f9ca6ec1edadfb8f1828679ca37b..0109f1da34b62c1952bb9ae3206a1d202f6d857f 100644 (file)
@@ -186,10 +186,6 @@ void SMESHGUI_EditMeshDlg::Init()
   connect(mySMESHGUI, SIGNAL(SignalDeactivateActiveDialog()), this, SLOT(DeactivateActiveDialog()));
   connect(mySMESHGUI, SIGNAL(SignalCloseAllDialogs())       , this, SLOT(ClickOnCancel()));
 
-  // Move widget on the bottom right corner of main widget
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); // displays Dialog
 
   LineEditMesh->setFocus();
index 7b68e4817fa855e564b75c407b77bf7261e8564f..307f2c56df6d933c0a2f88294ea89bb42aad8845 100644 (file)
@@ -370,10 +370,6 @@ SMESHGUI_ExtrusionAlongPathDlg::SMESHGUI_ExtrusionAlongPathDlg( SMESHGUI* theMod
   ZSpin->editor()->installEventFilter(this);
 
   /***************************************************************/
-  // set position and show dialog box
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); // displays Dialog
 }
 
index 84837045135ab723e004428ea7c209b4753e0e18..779a23699f97e68d5e83c90dc87a02aec18caf9e 100644 (file)
@@ -264,10 +264,6 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
   connect(CheckBoxMesh,     SIGNAL(toggled(bool)),                  SLOT(onSelectMesh(bool)));
 
   /***************************************************************/
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); // displays Dialog
 
   ConstructorsClicked(0);
index cd3d8eb6594b7bca2bd516ff8c58f8cc86c46b5c..547eae30bdd6738d74cdb75442be1e0f6775b83d 100755 (executable)
@@ -1855,11 +1855,7 @@ void SMESHGUI_FilterDlg::Init (const QValueList<int>& theTypes)
 
   connect(mySMESHGUI, SIGNAL(SignalDeactivateActiveDialog()), SLOT(onDeactivate()));
   connect(mySMESHGUI, SIGNAL(SignalCloseAllDialogs()), SLOT(onClose()));
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
-
+  
   updateMainButtons();
   updateSelection();
 
index a6e560ffad12ac46a871187c598f5f02c42f63bb..d853fb44292cb90fe287e54c1b610e70d38a204e 100644 (file)
@@ -342,11 +342,7 @@ void SMESHGUI_FilterLibraryDlg::Init (const QValueList<int>& theTypes,
     if (myListBox->count() > 0)
       myListBox->setCurrentItem(0);
   }
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
-
+  
   this->show();
 
   updateMainButtons();
index b9396313bb87e81b284c3e58874978770855a78d..c9cd3a442ab3538f1cc0effc4375832b2950e1ca 100644 (file)
@@ -103,12 +103,6 @@ SMESHGUI_GroupDlg::SMESHGUI_GroupDlg( SMESHGUI* theModule, const char* name,
     myGeomGroupBtn->setEnabled(false);
     myGeomGroupLine->setEnabled(false);
   }
-
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y ;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
 }
 
 //=================================================================================
@@ -136,11 +130,6 @@ SMESHGUI_GroupDlg::SMESHGUI_GroupDlg( SMESHGUI* theModule, const char* name,
     myCurrentLineEdit = myMeshGroupLine;
     setSelectionMode(5);
   }
-  
-  /* Move widget on the botton right corner of main widget */
-  int x, y ;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
 }
 
 //=================================================================================
index cdefc1e42d5397f93e13f391324842e76ec6f6de..5e74d0cfb382edeeae69abc46d17084520c7cca4 100644 (file)
@@ -184,10 +184,7 @@ void SMESHGUI_GroupOpDlg::Init()
 
   connect(myBtn1, SIGNAL(clicked()), this, SLOT(onFocusChanged()));
   connect(myBtn2, SIGNAL(clicked()), this, SLOT(onFocusChanged()));
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 
   // set selection mode
index af1a68a57ee8bde8f578b599d4a40421d1394633..5c89470cff9202c517cd057b41620b034f199ec9 100644 (file)
@@ -272,11 +272,7 @@ SMESHGUI_MergeNodesDlg::SMESHGUI_MergeNodesDlg( SMESHGUI* theModule, const char*
   connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
   /* to close dialog if study change */
   connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   resize(0,0);
index 58fc131792dc2a05ed39fa2f45a13f6f8ac94425..5e5f171d49e0aa017d4a0a15dcabd89cbc95856b 100644 (file)
@@ -364,10 +364,7 @@ SMESHGUI_MeshInfosDlg::SMESHGUI_MeshInfosDlg (SMESHGUI* theModule,
   connect(mySMESHGUI, SIGNAL(SignalDeactivateActiveDialog()), this, SLOT(DeactivateActiveDialog()));
   connect(mySelectionMgr,          SIGNAL(currentSelectionChanged()),      this, SLOT(onSelectionChanged()));
 
-  // resize and move dialog, then show
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  // show the dialog
   this->show();
 
   // init dialog with current selection
index c7ceb4bb9072dc1ebc8281f16b03fd7067ed2e76..4eb0fdaa7c626e8b57ce9cad425bcfa3257ef6b6 100755 (executable)
@@ -350,10 +350,7 @@ void SMESHGUI_MeshPatternDlg::Init()
 
   activateSelection();
   onSelectionDone();
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 }
 
index 1f8dbe539e77d0fccc081e167740f5aa1ab717be..c91ae4b8bac2b81ed3f4c9975412d4e03c30cf60 100644 (file)
@@ -223,10 +223,7 @@ void SMESHGUI_MoveNodesDlg::Init()
 
   reset();
   setEnabled(true);
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 
   // set selection mode
index 0e29413e74fcba6bcf2ee3977985b199ff6e0832..1afb124a5cd42cf6a47bda45b3e14b6cd18103b8 100644 (file)
@@ -373,11 +373,7 @@ void SMESHGUI_NodesDlg::Init ()
   connect(mySMESHGUI, SIGNAL (SignalDeactivateActiveDialog()), SLOT(DeactivateActiveDialog()));
   /* to close dialog if study frame change */
   connect(mySMESHGUI, SIGNAL (SignalStudyFrameChanged()), SLOT(ClickOnCancel()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 
   // set selection mode
index d51137871398248eb36d975d6c7dfcff53da26dc..cef1b66eb2b4924195d6701e27fe1c1286fd4fec 100644 (file)
@@ -199,11 +199,6 @@ void SMESHGUI_Preferences_ColorDlg::Init()
   connect(mySMESHGUI, SIGNAL (SignalDeactivateActiveDialog()), this, SLOT(DeactivateActiveDialog()));
   /* to close dialog if study change */
   connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
 }
 
 //=================================================================================
index 7606ccf2b7768cf8dc8828291c39c0ee812f81a6..79245d6259b5f1fc1a363901ae6c924c272f1925 100644 (file)
@@ -205,11 +205,6 @@ SMESHGUI_Preferences_SelectionDlg::SMESHGUI_Preferences_SelectionDlg( SMESHGUI*
 
   connect(aOKBtn, SIGNAL(clicked()), this, SLOT(accept()));
   connect(aCloseBtn, SIGNAL(clicked()), this, SLOT(reject()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y ;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
 }
 
 //=================================================================================
index ef6dfa0d2d7a312d7143597e4782023dafd82f93..af37474fb07859e94ef06b9be836371723640f64 100644 (file)
@@ -218,11 +218,7 @@ void SMESHGUI_RemoveElementsDlg::Init()
   connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
   connect(myEditCurrentArgument, SIGNAL(textChanged(const QString&)),
            SLOT(onTextChange(const QString&)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
index 775bff01ad577ed99c393106c9f3c9680b6d1a8e..48cc0dcf17649375e912249f3fa97d3d0c353d37 100644 (file)
@@ -218,10 +218,6 @@ void SMESHGUI_RemoveNodesDlg::Init()
   connect(myEditCurrentArgument, SIGNAL(textChanged(const QString&)),
          SLOT(onTextChange(const QString&)));
   
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); /* displays Dialog */
 
   SMESH::SetPointRepresentation(true);
index fcecbbef21c691df408f4dd4a52149a025e2327c..c16086f138efd7a58f261fce52c84e804bba421c 100644 (file)
@@ -211,10 +211,6 @@ void SMESHGUI_RenumberingDlg::Init()
   /* to close dialog if study change */
   connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
 
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); /* displays Dialog */
 
   myEditCurrentArgument = LineEditMesh;
index 2722e4f40895cb48361aeba44d258b713695e17d..59d8fa642454e3a12ef5dcfffe053016957e522d 100644 (file)
@@ -333,11 +333,7 @@ SMESHGUI_RevolutionDlg::SMESHGUI_RevolutionDlg( SMESHGUI* theModule, const char*
   connect(mySMESHGUI,       SIGNAL(SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
   connect(LineEditElements, SIGNAL(textChanged(const QString&)),   SLOT(onTextChange(const QString&)));
   connect(CheckBoxMesh,     SIGNAL(toggled(bool)),                 SLOT(onSelectMesh(bool)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
index baf1359ce0ee489ef887409b8d4a4a7e2a68403a..d7789ddd245a82195c06bf994fcb642d10cb7772 100644 (file)
@@ -322,11 +322,7 @@ SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule, const char* nam
   connect(mySMESHGUI,       SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
   connect(LineEditElements, SIGNAL(textChanged(const QString&)),    SLOT(onTextChange(const QString&)));
   connect(CheckBoxMesh,     SIGNAL(toggled(bool)),                  SLOT(onSelectMesh(bool)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
index eed4a15ac51e6e179721759cc8196e7e8800f59a..6a8898275d485f0e7465bde075a6d13caa660b66 100644 (file)
@@ -312,11 +312,7 @@ SMESHGUI_SewingDlg::SMESHGUI_SewingDlg( SMESHGUI* theModule, const char* name,
   connect(LineEdit4, SIGNAL(textChanged(const QString&)), SLOT(onTextChange(const QString&)));
   connect(LineEdit5, SIGNAL(textChanged(const QString&)), SLOT(onTextChange(const QString&)));
   connect(LineEdit6, SIGNAL(textChanged(const QString&)), SLOT(onTextChange(const QString&)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
index d437ee1efc84c198ca5b1dbd450a352e214a11b5..0a43b137caff1b5b34279f6ff7f9f489b9a262b9 100644 (file)
@@ -203,10 +203,7 @@ void SMESHGUI_ShapeByMeshDlg::Init()
 
   activateSelection();
   onSelectionDone();
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 }
 
index 754232f6a8fc04443d8566f8fbd826264b78a055..a509588c6910a6be3947652d0326dc2e7b703ca8 100755 (executable)
@@ -232,10 +232,7 @@ void SMESHGUI_SingleEditDlg::Init()
   myOkBtn->setEnabled(false);
   myApplyBtn->setEnabled(false);
   setEnabled(true);
-
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 
   // set selection mode
index c2a8b1312d82b5b92a4b983359b7863d8c775ff8..027e4be395a3bfab8da48235d628493490ec1c58 100644 (file)
@@ -290,10 +290,6 @@ SMESHGUI_SmoothingDlg::SMESHGUI_SmoothingDlg( SMESHGUI* theModule, const char* n
            SLOT(onSelectMesh(bool)));
 
   /***************************************************************/
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show(); // displays Dialog
 }
 
index 30b5eb0ea49ff523b5c9c8cb4cf7a2d5e8ac73bb..7ad56bb533005ae03f63e0950a9cec51f4653ff8 100644 (file)
@@ -162,11 +162,8 @@ SMESHGUI_StandardMeshInfosDlg::SMESHGUI_StandardMeshInfosDlg( SMESHGUI* theModul
   connect( mySMESHGUI,      SIGNAL(SignalDeactivateActiveDialog()), this, SLOT(DeactivateActiveDialog()));
   connect( mySelectionMgr,  SIGNAL(currentSelectionChanged()),      this, SLOT(onSelectionChanged()));
 
-  // resize and move dialog, then show
+  // show the dialog
   this->setMinimumSize(270, 428);
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
   this->show();
 
   // init dialog with current selection
index 1137ec4ecbc78e2b419bb200dd92a73280c6ab57..2b55c36ba44cd23549a1d8c62c9894b6eca2d457 100644 (file)
@@ -316,11 +316,7 @@ SMESHGUI_SymmetryDlg::SMESHGUI_SymmetryDlg( SMESHGUI* theModule, const char* nam
   connect(mySMESHGUI,       SIGNAL(SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
   connect(LineEditElements, SIGNAL(textChanged(const QString&)),   SLOT(onTextChange(const QString&)));
   connect(CheckBoxMesh,     SIGNAL(toggled(bool)),                 SLOT(onSelectMesh(bool)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
index c6c58b328bf5504327cf6cc62ccff6d4c4470e87..5f4ad9c662d117645eb7825c7d552201eaee8ecc 100644 (file)
@@ -292,11 +292,7 @@ SMESHGUI_TranslationDlg::SMESHGUI_TranslationDlg( SMESHGUI* theModule, const cha
   connect(mySMESHGUI,       SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
   connect(LineEditElements, SIGNAL(textChanged(const QString&)),    SLOT(onTextChange(const QString&)));
   connect(CheckBoxMesh,     SIGNAL(toggled(bool)),                  SLOT(onSelectMesh(bool)));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
index b390e717a07e21c9bd6cd8fe1bed05ed776d215f..c4453a98b39e167fc5668ca32e875f1db6056457 100644 (file)
@@ -145,11 +145,7 @@ SMESHGUI_TransparencyDlg::SMESHGUI_TransparencyDlg( SMESHGUI* theModule,
   connect(Slider1,  SIGNAL(sliderMoved(int)),  this, SLOT(ValueHasChanged()));
   connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnOk()));
   connect(mySelectionMgr,  SIGNAL(currentSelectionChanged()), this, SLOT(onSelectionChanged()));
-
-  /* Move widget on the botton right corner of main widget */
-  int x, y;
-  mySMESHGUI->DefineDlgPosition(this, x, y);
-  this->move(x, y);
+  
   this->show();
 }