]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #756: hide 'QGIS' attribute name' field in Import and Export Strickler table...
authormkr <mkr@opencascade.com>
Tue, 24 Nov 2015 16:42:20 +0000 (19:42 +0300)
committermkr <mkr@opencascade.com>
Tue, 24 Nov 2015 16:42:20 +0000 (19:42 +0300)
src/HYDROGUI/HYDROGUI_StricklerTableDlg.cxx

index f6c8ee6c49f8d2bc9a5803080b0866691007faf3..6c14e957b622ccf0a18bf9efc689452617cb6606 100644 (file)
@@ -119,6 +119,7 @@ HYDROGUI_StricklerTableDlg::HYDROGUI_StricklerTableDlg( HYDROGUI_Module* theModu
     myName = new QLineEdit( aNameGroup );
 
     QGroupBox* aAttrNameGroup = new QGroupBox( tr( "STRICKLER_TABLE_ATTR_NAME" ), this );
+    aAttrNameGroup->setVisible( theType == Edit );
     QLabel* aAttrNameLabel = new QLabel( tr( "ATTR_NAME" ), aAttrNameGroup );
     myAttrName = new QLineEdit( aAttrNameGroup );