]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Task #3236: Generalization of extrusion
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 24 Jul 2020 13:20:21 +0000 (16:20 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 24 Jul 2020 13:20:21 +0000 (16:20 +0300)
Update icons for the type choice.

src/FeaturesPlugin/revolution_widget.xml
src/FeaturesPlugin/revolutionfuse_widget.xml
src/PartSet/PartSet_icons.qrc
src/PartSet/icons/extrusion_edge32.png
src/PartSet/icons/extrusion_face32.png
src/PartSet/icons/extrusion_vertex32.png
src/PartSet/icons/revolution_edge32.png [new file with mode: 0644]
src/PartSet/icons/revolution_face32.png [new file with mode: 0644]
src/PartSet/icons/revolution_vertex32.png [new file with mode: 0644]

index dd06cb43328c7da1e67af9a61b4e0048cc29e446..a3695aebe9b6f8e3264404edaa0a8a313655ade7 100644 (file)
@@ -6,7 +6,7 @@
 2. An existing sketch face or contour. Extrusion will be filled by it.&lt;br /&gt;
 3. An existing result shape of kind: wires/edge/vertices. Extrusion will be filled by it."
                   shape_types="Vertices Edges Faces"
-                  type_icons=":/icons/extrusion_vertex32.png :/icons/extrusion_edge32.png :/icons/extrusion_face32.png"
+                  type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
                   default_type = "2"
                   use_choice="true">
     <validator id="FeaturesPlugin_ValidatorCompositeLauncher" parameters="base,Sketch"/>
@@ -15,7 +15,7 @@
                   label="Base objects:"
                   tooltip="Select a base objects"
                   shape_types="Vertices Edges Faces"
-                  type_icons=":/icons/extrusion_vertex32.png :/icons/extrusion_edge32.png :/icons/extrusion_face32.png"
+                  type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
                   default_type = "2"
                   use_choice="true"
                   concealment="true">
index aaca18add6d576fca1e0273b381bdba79455520d..206341ff9cac4ee4dd184dfdc948296fa0c440f4 100644 (file)
@@ -7,7 +7,7 @@
 2. An existing sketch face or contour. Extrusion will be filled by it.&lt;br /&gt;
 3. An existing result shape of kind: wires/edge/vertices. Extrusion will be filled by it."
       shape_types="Vertices Edges Faces"
-      type_icons=":/icons/extrusion_vertex32.png :/icons/extrusion_edge32.png :/icons/extrusion_face32.png"
+      type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
       default_type = "2"
       use_choice="true">
       <validator id="FeaturesPlugin_ValidatorCompositeLauncher" parameters="base,Sketch"/>
@@ -17,7 +17,7 @@
       icon="icons/Features/sketch.png"
       tooltip="Select a sketch face"
       shape_types="Vertices Edges Faces"
-      type_icons=":/icons/extrusion_vertex32.png :/icons/extrusion_edge32.png :/icons/extrusion_face32.png"
+      type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
       default_type = "2"
       use_choice="true"
       concealment="true">
index 74a83a9afca4f91398959cad4ea8dd8d6ee06577..2f566bd1b08d91119d86a8da17f4b3b32caa297b 100644 (file)
@@ -23,5 +23,8 @@
         <file>icons/extrusion_edge32.png</file>
         <file>icons/extrusion_face32.png</file>
         <file>icons/extrusion_vertex32.png</file>
+        <file>icons/revolution_edge32.png</file>
+        <file>icons/revolution_face32.png</file>
+        <file>icons/revolution_vertex32.png</file>
     </qresource>
 </RCC>
index 6a9607fb13dc1a6464b947dbcd7fdd21c3089f58..6412615c942efdaed788e40a4e969c0626c0ba24 100644 (file)
Binary files a/src/PartSet/icons/extrusion_edge32.png and b/src/PartSet/icons/extrusion_edge32.png differ
index bd4b9251dd6ee0cc24b8eeed15e1cf66b2e141e2..9fc9a5a1195b2e58dee281ba20626fd5a24c29b5 100644 (file)
Binary files a/src/PartSet/icons/extrusion_face32.png and b/src/PartSet/icons/extrusion_face32.png differ
index 6988ae3903e64e35073089805b195ccf9dd2b369..1e16b774c3d7532f44adca8c5971aadeae3ed9e5 100644 (file)
Binary files a/src/PartSet/icons/extrusion_vertex32.png and b/src/PartSet/icons/extrusion_vertex32.png differ
diff --git a/src/PartSet/icons/revolution_edge32.png b/src/PartSet/icons/revolution_edge32.png
new file mode 100644 (file)
index 0000000..3327c1c
Binary files /dev/null and b/src/PartSet/icons/revolution_edge32.png differ
diff --git a/src/PartSet/icons/revolution_face32.png b/src/PartSet/icons/revolution_face32.png
new file mode 100644 (file)
index 0000000..3974233
Binary files /dev/null and b/src/PartSet/icons/revolution_face32.png differ
diff --git a/src/PartSet/icons/revolution_vertex32.png b/src/PartSet/icons/revolution_vertex32.png
new file mode 100644 (file)
index 0000000..ceab8d7
Binary files /dev/null and b/src/PartSet/icons/revolution_vertex32.png differ