]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Feature #170: HYDRO Toolbar and HYDRO main menu:
authorrkv <rkv@opencascade.com>
Fri, 6 Dec 2013 10:11:18 +0000 (10:11 +0000)
committerrkv <rkv@opencascade.com>
Fri, 6 Dec 2013 10:11:18 +0000 (10:11 +0000)
- Hydro toolbar is filled by hydro operations
- Icons are added to operations in menu and toolbar.

42 files changed:
src/HYDROGUI/HYDROGUI_Operations.cxx
src/HYDROGUI/resources/HYDROGUI_images.ts
src/HYDROGUI/resources/icon_channel.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_box.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_calc.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_channel.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_cylinder.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_imm_zone.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_polyline.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_polyline_3d.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_profile.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_create_stream.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_cut_images.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_bathymetry.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_calc.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_channel.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_cut_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_fused_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_imm_zone.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_polyline.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_polyline_3d.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_profile.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_splitted_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_edit_stream.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_export_calc.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_export_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_fuse_images.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_georeferencement.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_imm_zone.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_bathymetry.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_geom_obj.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_obstacle.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_profiles.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_mchannel.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_mimm_zone.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_mprofile.png
src/HYDROGUI/resources/icon_observe_image.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_profile.png
src/HYDROGUI/resources/icon_remove_image_ref.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_split_image.png [new file with mode: 0644]

index 85601129dadd793f7522178b8d52a669f80a73b8..7bfd007155dd90a33403b0360baefe20032dc26f 100644 (file)
@@ -67,6 +67,7 @@
 #include <CAM_Application.h>
 
 #include <QtxListAction.h>
+#include <QtxActionToolMgr.h>
 
 #include <SUIT_Desktop.h>
 #include <SUIT_ResourceMgr.h>
@@ -104,53 +105,53 @@ void HYDROGUI_Module::createActions()
 
   createAction( UpdateObjectId, "UPDATE_OBJECT" );
 
-  createAction( ImportImageId, "IMPORT_IMAGE", "", Qt::CTRL + Qt::Key_I );
-  createAction( EditImportedImageId, "EDIT_IMPORTED_IMAGE" );
-  createAction( ObserveImageId, "OBSERVE_IMAGE" );
-  createAction( ExportImageId, "EXPORT_IMAGE" );
-  createAction( RemoveImageRefsId, "REMOVE_IMAGE_REFERENCE" );
+  createAction( ImportImageId, "IMPORT_IMAGE", "IMPORT_IMAGE_ICO", Qt::CTRL + Qt::Key_I );
+  createAction( EditImportedImageId, "EDIT_IMPORTED_IMAGE", "EDIT_IMPORTED_IMAGE_ICO" );
+  createAction( ObserveImageId, "OBSERVE_IMAGE", "OBSERVE_IMAGE_ICO" );
+  createAction( ExportImageId, "EXPORT_IMAGE", "EXPORT_IMAGE_ICO" );
+  createAction( RemoveImageRefsId, "REMOVE_IMAGE_REFERENCE", "REMOVE_IMAGE_REFERENCE_ICO" );
 
-  createAction( CreatePolylineId, "CREATE_POLYLINE" );
-  createAction( EditPolylineId, "EDIT_POLYLINE" ); 
+  createAction( CreatePolylineId, "CREATE_POLYLINE", "CREATE_POLYLINE_ICO" );
+  createAction( EditPolylineId, "EDIT_POLYLINE", "EDIT_POLYLINE_ICO" ); 
 
-  createAction( CreatePolyline3DId, "CREATE_POLYLINE_3D" );
-  createAction( EditPolyline3DId, "EDIT_POLYLINE_3D" ); 
+  createAction( CreatePolyline3DId, "CREATE_POLYLINE_3D", "CREATE_POLYLINE_3D_ICO" );
+  createAction( EditPolyline3DId, "EDIT_POLYLINE_3D", "EDIT_POLYLINE_3D_ICO" ); 
 
-  createAction( CreateProfileId, "CREATE_PROFILE" );
-  createAction( ImportProfilesId, "IMPORT_PROFILES" );
-  createAction( EditProfileId, "EDIT_PROFILE" ); 
-  createAction( AllGeoreferencementId, "GEOREFERENCEMENT" ); 
-  createAction( SelectedGeoreferencementId, "GEOREFERENCEMENT" ); 
+  createAction( CreateProfileId, "CREATE_PROFILE", "CREATE_PROFILE_ICO" );
+  createAction( ImportProfilesId, "IMPORT_PROFILES", "IMPORT_PROFILES_ICO" );
+  createAction( EditProfileId, "EDIT_PROFILE", "EDIT_PROFILE_ICO" ); 
+  createAction( AllGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
+  createAction( SelectedGeoreferencementId, "GEOREFERENCEMENT", "GEOREFERENCEMENT_ICO" ); 
   
-  createAction( ImportBathymetryId, "IMPORT_BATHYMETRY", "", Qt::CTRL + Qt::Key_B );
-  createAction( EditImportedBathymetryId, "EDIT_IMPORTED_BATHYMETRY" );
+  createAction( ImportBathymetryId, "IMPORT_BATHYMETRY", "IMPORT_BATHYMETRY_ICO", Qt::CTRL + Qt::Key_B );
+  createAction( EditImportedBathymetryId, "EDIT_IMPORTED_BATHYMETRY", "EDIT_IMPORTED_BATHYMETRY_ICO" );
 
-  createAction( CreateImmersibleZoneId, "CREATE_IMMERSIBLE_ZONE" );
-  createAction( EditImmersibleZoneId, "EDIT_IMMERSIBLE_ZONE" );
+  createAction( CreateImmersibleZoneId, "CREATE_IMMERSIBLE_ZONE", "CREATE_IMMERSIBLE_ZONE_ICO" );
+  createAction( EditImmersibleZoneId, "EDIT_IMMERSIBLE_ZONE", "EDIT_IMMERSIBLE_ZONE_ICO" );
 
-  createAction( CreateStreamId, "CREATE_STREAM" );
-  createAction( EditStreamId, "EDIT_STREAM" );
+  createAction( CreateStreamId, "CREATE_STREAM", "CREATE_STREAM_ICO" );
+  createAction( EditStreamId, "EDIT_STREAM", "EDIT_STREAM_ICO" );
 
-  createAction( CreateChannelId, "CREATE_CHANNEL" );
-  createAction( EditChannelId, "EDIT_CHANNEL" );
+  createAction( CreateChannelId, "CREATE_CHANNEL", "CREATE_CHANNEL_ICO" );
+  createAction( EditChannelId, "EDIT_CHANNEL", "EDIT_CHANNEL_ICO" );
 
-  createAction( ImportObstacleFromFileId, "IMPORT_OBSTACLE_FROM_FILE" );
-  createAction( ImportGeomObjectId, "IMPORT_GEOM_OBJECT" );
-  createAction( CreateBoxId, "CREATE_BOX" );
-  createAction( CreateCylinderId, "CREATE_CYLINDER" );
+  createAction( ImportObstacleFromFileId, "IMPORT_OBSTACLE_FROM_FILE", "IMPORT_OBSTACLE_FROM_FILE_ICO" );
+  createAction( ImportGeomObjectId, "IMPORT_GEOM_OBJECT", "IMPORT_GEOM_OBJECT_ICO" );
+  createAction( CreateBoxId, "CREATE_BOX", "CREATE_BOX_ICO" );
+  createAction( CreateCylinderId, "CREATE_CYLINDER", "CREATE_CYLINDER_ICO" );
 
-  createAction( CreateCalculationId, "CREATE_CALCULATION" );
-  createAction( EditCalculationId, "EDIT_CALCULATION" );
-  createAction( ExportCalculationId, "EXPORT_CALCULATION" );
+  createAction( CreateCalculationId, "CREATE_CALCULATION", "CREATE_CALCULATION_ICO" );
+  createAction( EditCalculationId, "EDIT_CALCULATION", "EDIT_CALCULATION_ICO" );
+  createAction( ExportCalculationId, "EXPORT_CALCULATION", "EXPORT_CALCULATION_ICO" );
 
-  createAction( FuseImagesId, "FUSE_IMAGES" );
-  createAction( EditFusedImageId, "EDIT_FUSED_IMAGE" );
+  createAction( FuseImagesId, "FUSE_IMAGES", "FUSE_IMAGES_ICO" );
+  createAction( EditFusedImageId, "EDIT_FUSED_IMAGE", "EDIT_FUSED_IMAGE_ICO" );
 
-  createAction( CutImagesId, "CUT_IMAGES" );
-  createAction( EditCutImageId, "EDIT_CUT_IMAGE" );
+  createAction( CutImagesId, "CUT_IMAGES", "CUT_IMAGES_ICO" );
+  createAction( EditCutImageId, "EDIT_CUT_IMAGE", "EDIT_CUT_IMAGE_ICO" );
 
-  createAction( SplitImageId, "SPLIT_IMAGE" );
-  createAction( EditSplittedImageId, "EDIT_SPLITTED_IMAGE" );
+  createAction( SplitImageId, "SPLIT_IMAGE", "SPLIT_IMAGE_ICO" );
+  createAction( EditSplittedImageId, "EDIT_SPLITTED_IMAGE", "EDIT_SPLITTED_IMAGE_ICO" );
 
   createAction( DeleteId, "DELETE", "", Qt::Key_Delete, false,
                 SLOT( onDelete() ) );
@@ -219,6 +220,37 @@ void HYDROGUI_Module::createToolbars()
   int aToolBar = createTool( tr( "MEN_DESK_HYDRO" ) );
   createTool( UndoId, aToolBar );
   createTool( RedoId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( ImportImageId, aToolBar );
+  createTool( ImportBathymetryId, aToolBar );
+  createTool( CreatePolylineId, aToolBar );
+  createTool( CreatePolyline3DId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( CreateProfileId, aToolBar );
+  createTool( ImportProfilesId, aToolBar );
+  createTool( AllGeoreferencementId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( CreateChannelId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( CreateImmersibleZoneId, aToolBar );
+  createTool( CreateStreamId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( ImportObstacleFromFileId, aToolBar );
+  createTool( CreateBoxId, aToolBar );
+  createTool( CreateCylinderId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( CreateCalculationId, aToolBar );
+
+  createTool( separator(), aToolBar );
+  createTool( FuseImagesId, aToolBar );
+  createTool( CutImagesId, aToolBar );
+  createTool( SplitImageId, aToolBar );
 }
 
 void HYDROGUI_Module::createUndoRedoActions()
index 95830219bf73195ffe5be621b87ee3884f2d2026..4b318be2d32dde09d5b932ffbc931b9e25aa585b 100644 (file)
@@ -22,6 +22,8 @@
       <source>UNDO_ICO</source>
       <translation>icon_undo.png</translation>
     </message>
+
+    <!-- Icons for objects -->
     <message>
       <source>PARTITION_ICO</source>
       <translation>icon_partition.png</translation>
@@ -44,7 +46,7 @@
     </message>
     <message>
       <source>HYDRO_TYPE4_ICO</source>
-      <translation>icon_hydro_obj.png</translation>
+      <translation>icon_bathymetry.png</translation>
     </message>
     <message>
       <source>HYDRO_TYPE5_ICO</source>
@@ -64,7 +66,7 @@
     </message>
     <message>
       <source>HYDRO_TYPE9_ICO</source>
-      <translation>icon_hydro_obj.png</translation>
+      <translation>icon_channel.png</translation>
     </message>
     <message>
       <source>HYDRO_TYPE10_ICO</source>
@@ -92,7 +94,7 @@
     </message>
     <message>
       <source>HYDRO_TYPE16_ICO</source>
-      <translation>icon_hydro_obj.png</translation>
+      <translation>icon_imm_zone.png</translation>
     </message>
     <message>
       <source>HYDRO_TYPE17_ICO</source>
       <translation>icon_hydro_obj.png</translation>
     </message>
 
+    <!-- Icons for need to update objects -->
     <message>
       <source>PARTITION_M_ICO</source>
       <translation>icon_mpartition.png</translation>
     </message>
     <message>
       <source>HYDRO_M_TYPE4_ICO</source>
-      <translation>icon_mhydro_obj.png</translation>
+      <translation>icon_mbathymetry.png</translation>
     </message>
     <message>
       <source>HYDRO_M_TYPE5_ICO</source>
     </message>
     <message>
       <source>HYDRO_M_TYPE9_ICO</source>
-      <translation>icon_mhydro_obj.png</translation>
+      <translation>icon_mchannel.png</translation>
     </message>
     <message>
       <source>HYDRO_M_TYPE10_ICO</source>
     </message>
     <message>
       <source>HYDRO_M_TYPE16_ICO</source>
-      <translation>icon_mhydro_obj.png</translation>
+      <translation>icon_mimm_zone.png</translation>
     </message>
     <message>
       <source>HYDRO_M_TYPE17_ICO</source>
       <translation>icon_mhydro_obj.png</translation>
     </message>
 
+    <!-- Operations icons -->
+    <message>
+      <source>IMPORT_IMAGE_ICO</source>
+      <translation>icon_import_image.png</translation>
+    </message>
+    <message>
+      <source>EDIT_IMPORTED_IMAGE_ICO</source>
+      <translation>icon_edit_image.png</translation>
+    </message>
+    <message>
+      <source>OBSERVE_IMAGE_ICO</source>
+      <translation>icon_observe_image.png</translation>
+    </message>
+    <message>
+      <source>EXPORT_IMAGE_ICO</source>
+      <translation>icon_export_image.png</translation>
+    </message>
+    <message>
+      <source>REMOVE_IMAGE_REFERENCE_ICO</source>
+      <translation>icon_remove_image_ref.png</translation>
+    </message>
+    <message>
+      <source>CREATE_POLYLINE_ICO</source>
+      <translation>icon_create_polyline.png</translation>
+    </message>
+    <message>
+      <source>EDIT_POLYLINE_ICO</source> 
+      <translation>icon_edit_polyline.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_POLYLINE_3D_ICO</source>
+      <translation>icon_create_polyline_3d.png</translation>
+    </message>
+    <message>
+      <source>EDIT_POLYLINE_3D_ICO</source> 
+      <translation>icon_edit_polyline_3d.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_PROFILE_ICO</source>
+      <translation>icon_create_profile.png</translation>
+    </message>
+    <message>
+      <source>IMPORT_PROFILES_ICO</source>
+      <translation>icon_import_profiles.png</translation>
+    </message>
+    <message>
+      <source>EDIT_PROFILE_ICO</source> 
+      <translation>icon_edit_profile.png</translation>
+    </message>
+    <message>
+      <source>GEOREFERENCEMENT_ICO</source> 
+      <translation>icon_georeferencement.png</translation>
+    </message>
+  
+    <message>
+      <source>IMPORT_BATHYMETRY_ICO</source>
+      <translation>icon_import_bathymetry.png</translation>
+    </message>
+    <message>
+      <source>EDIT_IMPORTED_BATHYMETRY_ICO</source>
+      <translation>icon_edit_bathymetry.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_IMMERSIBLE_ZONE_ICO</source>
+      <translation>icon_create_imm_zone.png</translation>
+    </message>
+    <message>
+      <source>EDIT_IMMERSIBLE_ZONE_ICO</source>
+      <translation>icon_edit_imm_zone.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_STREAM_ICO</source>
+      <translation>icon_create_stream.png</translation>
+    </message>
+    <message>
+      <source>EDIT_STREAM_ICO</source>
+      <translation>icon_edit_stream.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_CHANNEL_ICO</source>
+      <translation>icon_create_channel.png</translation>
+    </message>
+    <message>
+      <source>EDIT_CHANNEL_ICO</source>
+      <translation>icon_edit_channel.png</translation>
+    </message>
+
+    <message>
+      <source>IMPORT_OBSTACLE_FROM_FILE_ICO</source>
+      <translation>icon_import_obstacle.png</translation>
+    </message>
+    <message>
+      <source>IMPORT_GEOM_OBJECT_ICO</source>
+      <translation>icon_import_geom_obj.png</translation>
+    </message>
+    <message>
+      <source>CREATE_BOX_ICO</source>
+      <translation>icon_create_box.png</translation>
+    </message>
+    <message>
+      <source>CREATE_CYLINDER_ICO</source>
+      <translation>icon_create_cylinder.png</translation>
+    </message>
+
+    <message>
+      <source>CREATE_CALCULATION_ICO</source>
+      <translation>icon_create_calc.png</translation>
+    </message>
+    <message>
+      <source>EDIT_CALCULATION_ICO</source>
+      <translation>icon_edit_calc.png</translation>
+    </message>
+    <message>
+      <source>EXPORT_CALCULATION_ICO</source>
+      <translation>icon_export_calc.png</translation>
+    </message>
+
+    <message>
+      <source>FUSE_IMAGES_ICO</source>
+      <translation>icon_fuse_images.png</translation>
+    </message>
+    <message>
+      <source>EDIT_FUSED_IMAGE_ICO</source>
+      <translation>icon_edit_fused_image.png</translation>
+    </message>
+
+    <message>
+      <source>CUT_IMAGES_ICO</source>
+      <translation>icon_cut_images.png</translation>
+    </message>
+    <message>
+      <source>EDIT_CUT_IMAGE_ICO</source>
+      <translation>icon_edit_cut_image.png</translation>
+    </message>
+
+    <message>
+      <source>SPLIT_IMAGE_ICO</source>
+      <translation>icon_split_image.png</translation>
+    </message>
+    <message>
+      <source>EDIT_SPLITTED_IMAGE_ICO</source>
+      <translation>icon_edit_splitted_image.png</translation>
+    </message>
+
   </context>
 </TS>
diff --git a/src/HYDROGUI/resources/icon_channel.png b/src/HYDROGUI/resources/icon_channel.png
new file mode 100644 (file)
index 0000000..0617664
Binary files /dev/null and b/src/HYDROGUI/resources/icon_channel.png differ
diff --git a/src/HYDROGUI/resources/icon_create_box.png b/src/HYDROGUI/resources/icon_create_box.png
new file mode 100644 (file)
index 0000000..44279dc
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_box.png differ
diff --git a/src/HYDROGUI/resources/icon_create_calc.png b/src/HYDROGUI/resources/icon_create_calc.png
new file mode 100644 (file)
index 0000000..005fdd1
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_calc.png differ
diff --git a/src/HYDROGUI/resources/icon_create_channel.png b/src/HYDROGUI/resources/icon_create_channel.png
new file mode 100644 (file)
index 0000000..0617664
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_channel.png differ
diff --git a/src/HYDROGUI/resources/icon_create_cylinder.png b/src/HYDROGUI/resources/icon_create_cylinder.png
new file mode 100644 (file)
index 0000000..44279dc
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_cylinder.png differ
diff --git a/src/HYDROGUI/resources/icon_create_imm_zone.png b/src/HYDROGUI/resources/icon_create_imm_zone.png
new file mode 100644 (file)
index 0000000..0e2d3e5
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_imm_zone.png differ
diff --git a/src/HYDROGUI/resources/icon_create_polyline.png b/src/HYDROGUI/resources/icon_create_polyline.png
new file mode 100644 (file)
index 0000000..e33487d
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_polyline.png differ
diff --git a/src/HYDROGUI/resources/icon_create_polyline_3d.png b/src/HYDROGUI/resources/icon_create_polyline_3d.png
new file mode 100644 (file)
index 0000000..7ab0765
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_polyline_3d.png differ
diff --git a/src/HYDROGUI/resources/icon_create_profile.png b/src/HYDROGUI/resources/icon_create_profile.png
new file mode 100644 (file)
index 0000000..dc93fd2
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_profile.png differ
diff --git a/src/HYDROGUI/resources/icon_create_stream.png b/src/HYDROGUI/resources/icon_create_stream.png
new file mode 100644 (file)
index 0000000..cff29e0
Binary files /dev/null and b/src/HYDROGUI/resources/icon_create_stream.png differ
diff --git a/src/HYDROGUI/resources/icon_cut_images.png b/src/HYDROGUI/resources/icon_cut_images.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_cut_images.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_bathymetry.png b/src/HYDROGUI/resources/icon_edit_bathymetry.png
new file mode 100644 (file)
index 0000000..59c4544
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_bathymetry.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_calc.png b/src/HYDROGUI/resources/icon_edit_calc.png
new file mode 100644 (file)
index 0000000..005fdd1
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_calc.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_channel.png b/src/HYDROGUI/resources/icon_edit_channel.png
new file mode 100644 (file)
index 0000000..0617664
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_channel.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_cut_image.png b/src/HYDROGUI/resources/icon_edit_cut_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_cut_image.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_fused_image.png b/src/HYDROGUI/resources/icon_edit_fused_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_fused_image.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_image.png b/src/HYDROGUI/resources/icon_edit_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_image.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_imm_zone.png b/src/HYDROGUI/resources/icon_edit_imm_zone.png
new file mode 100644 (file)
index 0000000..0e2d3e5
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_imm_zone.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_polyline.png b/src/HYDROGUI/resources/icon_edit_polyline.png
new file mode 100644 (file)
index 0000000..e33487d
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_polyline.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_polyline_3d.png b/src/HYDROGUI/resources/icon_edit_polyline_3d.png
new file mode 100644 (file)
index 0000000..7ab0765
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_polyline_3d.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_profile.png b/src/HYDROGUI/resources/icon_edit_profile.png
new file mode 100644 (file)
index 0000000..dc93fd2
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_profile.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_splitted_image.png b/src/HYDROGUI/resources/icon_edit_splitted_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_splitted_image.png differ
diff --git a/src/HYDROGUI/resources/icon_edit_stream.png b/src/HYDROGUI/resources/icon_edit_stream.png
new file mode 100644 (file)
index 0000000..cff29e0
Binary files /dev/null and b/src/HYDROGUI/resources/icon_edit_stream.png differ
diff --git a/src/HYDROGUI/resources/icon_export_calc.png b/src/HYDROGUI/resources/icon_export_calc.png
new file mode 100644 (file)
index 0000000..005fdd1
Binary files /dev/null and b/src/HYDROGUI/resources/icon_export_calc.png differ
diff --git a/src/HYDROGUI/resources/icon_export_image.png b/src/HYDROGUI/resources/icon_export_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_export_image.png differ
diff --git a/src/HYDROGUI/resources/icon_fuse_images.png b/src/HYDROGUI/resources/icon_fuse_images.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_fuse_images.png differ
diff --git a/src/HYDROGUI/resources/icon_georeferencement.png b/src/HYDROGUI/resources/icon_georeferencement.png
new file mode 100644 (file)
index 0000000..e48ff95
Binary files /dev/null and b/src/HYDROGUI/resources/icon_georeferencement.png differ
diff --git a/src/HYDROGUI/resources/icon_imm_zone.png b/src/HYDROGUI/resources/icon_imm_zone.png
new file mode 100644 (file)
index 0000000..0e2d3e5
Binary files /dev/null and b/src/HYDROGUI/resources/icon_imm_zone.png differ
diff --git a/src/HYDROGUI/resources/icon_import_bathymetry.png b/src/HYDROGUI/resources/icon_import_bathymetry.png
new file mode 100644 (file)
index 0000000..59c4544
Binary files /dev/null and b/src/HYDROGUI/resources/icon_import_bathymetry.png differ
diff --git a/src/HYDROGUI/resources/icon_import_geom_obj.png b/src/HYDROGUI/resources/icon_import_geom_obj.png
new file mode 100644 (file)
index 0000000..e48ff95
Binary files /dev/null and b/src/HYDROGUI/resources/icon_import_geom_obj.png differ
diff --git a/src/HYDROGUI/resources/icon_import_image.png b/src/HYDROGUI/resources/icon_import_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_import_image.png differ
diff --git a/src/HYDROGUI/resources/icon_import_obstacle.png b/src/HYDROGUI/resources/icon_import_obstacle.png
new file mode 100644 (file)
index 0000000..44279dc
Binary files /dev/null and b/src/HYDROGUI/resources/icon_import_obstacle.png differ
diff --git a/src/HYDROGUI/resources/icon_import_profiles.png b/src/HYDROGUI/resources/icon_import_profiles.png
new file mode 100644 (file)
index 0000000..dc93fd2
Binary files /dev/null and b/src/HYDROGUI/resources/icon_import_profiles.png differ
diff --git a/src/HYDROGUI/resources/icon_mchannel.png b/src/HYDROGUI/resources/icon_mchannel.png
new file mode 100644 (file)
index 0000000..e079fb1
Binary files /dev/null and b/src/HYDROGUI/resources/icon_mchannel.png differ
diff --git a/src/HYDROGUI/resources/icon_mimm_zone.png b/src/HYDROGUI/resources/icon_mimm_zone.png
new file mode 100644 (file)
index 0000000..a6a5816
Binary files /dev/null and b/src/HYDROGUI/resources/icon_mimm_zone.png differ
index 5f3d54a73b11119f991a6402a3ca8ae81bb77195..230a52df9a644afeafc12daa3743c01515ce7e7d 100644 (file)
Binary files a/src/HYDROGUI/resources/icon_mprofile.png and b/src/HYDROGUI/resources/icon_mprofile.png differ
diff --git a/src/HYDROGUI/resources/icon_observe_image.png b/src/HYDROGUI/resources/icon_observe_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_observe_image.png differ
index 83f75d91d13e90719e959f463cfd60709f6c8f5d..dc93fd2ba0b5bf21f25c8f2035d7c9d94f484530 100644 (file)
Binary files a/src/HYDROGUI/resources/icon_profile.png and b/src/HYDROGUI/resources/icon_profile.png differ
diff --git a/src/HYDROGUI/resources/icon_remove_image_ref.png b/src/HYDROGUI/resources/icon_remove_image_ref.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_remove_image_ref.png differ
diff --git a/src/HYDROGUI/resources/icon_split_image.png b/src/HYDROGUI/resources/icon_split_image.png
new file mode 100644 (file)
index 0000000..e8b8d51
Binary files /dev/null and b/src/HYDROGUI/resources/icon_split_image.png differ