]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Add labels for group operation widgets (issue #2978)
authorazv <azv@opencascade.com>
Wed, 21 Aug 2019 07:21:22 +0000 (10:21 +0300)
committerazv <azv@opencascade.com>
Wed, 21 Aug 2019 07:21:22 +0000 (10:21 +0300)
src/CollectionPlugin/group_addition_widget.xml
src/CollectionPlugin/group_intersection_widget.xml
src/CollectionPlugin/group_substraction_widget.xml

index 6274511c08d658e3d1ea9d444e16cc6a86492c4f..04eccb1f1dbf7378efffded1df595feba172b4d1 100644 (file)
@@ -4,6 +4,7 @@
              placeholder="Please input the group name">
   </namevalue>
   <multi_selector id="group_list"
+                  label="Base groups:"
                   tooltip="Select a set of groups"
                   type_choice="objects">
     <validator id="CollectionPlugin_OperationAttribute"/>
index 6274511c08d658e3d1ea9d444e16cc6a86492c4f..04eccb1f1dbf7378efffded1df595feba172b4d1 100644 (file)
@@ -4,6 +4,7 @@
              placeholder="Please input the group name">
   </namevalue>
   <multi_selector id="group_list"
+                  label="Base groups:"
                   tooltip="Select a set of groups"
                   type_choice="objects">
     <validator id="CollectionPlugin_OperationAttribute"/>
index b06929b0e0d0f42df63625771869ec55f2486f5f..21e692192b65b90161388c2bf87662ce6894170f 100644 (file)
@@ -4,11 +4,13 @@
              placeholder="Please input the group name">
   </namevalue>
   <multi_selector id="group_list"
+                  label="Main groups:"
                   tooltip="Select a set of groups"
                   type_choice="objects">
     <validator id="CollectionPlugin_OperationAttribute" parameters="tools_list"/>
   </multi_selector>
   <multi_selector id="tools_list"
+                  label="Tool groups:"
                   tooltip="Select a set of groups"
                   type_choice="objects">
     <validator id="CollectionPlugin_OperationAttribute" parameters="group_list"/>