src/mainwindow.ui

changeset 1390
3eace926af7f
parent 1380
bc799b965418
child 1417
ed39bfca7a67
--- a/src/mainwindow.ui	Sat May 26 17:28:15 2018 +0300
+++ b/src/mainwindow.ui	Wed May 30 22:31:06 2018 +0300
@@ -332,7 +332,8 @@
     <addaction name="actionModeCircle"/>
     <addaction name="actionModeLinePath"/>
     <addaction name="separator"/>
-    <addaction name="actionSetDrawDepth"/>
+    <addaction name="actionSetDrawPlane"/>
+    <addaction name="actionClearDrawPlane"/>
     <addaction name="separator"/>
     <addaction name="actionJumpTo"/>
    </widget>
@@ -1029,9 +1030,12 @@
     <string>D</string>
    </property>
   </action>
-  <action name="actionSetDrawDepth">
+  <action name="actionSetDrawPlane">
    <property name="text">
-    <string>Set Draw Dept&amp;h</string>
+    <string>Set draw plane</string>
+   </property>
+   <property name="toolTip">
+    <string>Locks draw tools into a plane defined by a triangle or a coplanar quadrilateral.</string>
    </property>
   </action>
   <action name="actionSetColor">
@@ -1769,6 +1773,14 @@
     <string>Clear cull depth</string>
    </property>
   </action>
+  <action name="actionClearDrawPlane">
+   <property name="text">
+    <string>Clear draw plane</string>
+   </property>
+   <property name="toolTip">
+    <string>Resets the drawing plane</string>
+   </property>
+  </action>
  </widget>
  <customwidgets>
   <customwidget>

mercurial