mirror of https://github.com/CGAL/cgal
Add actionShowMinEllipse
This commit is contained in:
parent
f111a29a8f
commit
0239fb8b68
|
|
@ -106,6 +106,7 @@
|
|||
<addaction name="actionConvexHull"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRecenter"/>
|
||||
<addaction name="actionShowMinEllipse"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
|
|
@ -244,6 +245,14 @@
|
|||
<string>Convex Hull</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShowMinEllipse">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show Minimum Enclosing Ellipse</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="Bounding_volumes.qrc"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue