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="actionConvexHull"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionRecenter"/>
|
<addaction name="actionRecenter"/>
|
||||||
|
<addaction name="actionShowMinEllipse"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuFile">
|
<widget class="QMenu" name="menuFile">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
|
@ -244,6 +245,14 @@
|
||||||
<string>Convex Hull</string>
|
<string>Convex Hull</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionShowMinEllipse">
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Show Minimum Enclosing Ellipse</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="Bounding_volumes.qrc"/>
|
<include location="Bounding_volumes.qrc"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue