mirror of https://github.com/CGAL/cgal
408 lines
12 KiB
XML
408 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<author>GeometryFactory</author>
|
|
<class>Constrained_Delaunay_triangulation_2</class>
|
|
<widget class="QMainWindow" name="Constrained_Delaunay_triangulation_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>CGAL Constrained Delaunay Triangulation</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../resources/CGAL.qrc">
|
|
<normaloff>:/cgal/logos/cgal_icon</normaloff>:/cgal/logos/cgal_icon</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QGraphicsView" name="graphicsView">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::StrongFocus</enum>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
<property name="transformationAnchor">
|
|
<enum>QGraphicsView::NoAnchor</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QToolBar" name="fileToolBar">
|
|
<property name="windowTitle">
|
|
<string>File Tools</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionClear"/>
|
|
<addaction name="actionLoadConstraints"/>
|
|
<addaction name="actionSaveConstraints"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>Visualization Tools</string>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionInsertPolyline"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShowDelaunay"/>
|
|
<addaction name="actionShow_constrained_edges"/>
|
|
<addaction name="actionShowVoronoi"/>
|
|
<addaction name="actionShow_faces_in_domain"/>
|
|
<addaction name="actionCircumcenter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRecenter"/>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="separator" />
|
|
<addaction name="actionClear" />
|
|
<addaction name="actionLoadConstraints" />
|
|
<addaction name="actionSaveConstraints" />
|
|
<addaction name="actionExport_SVG"/>
|
|
<addaction name="separator" />
|
|
<addaction name="actionQuit" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>&Edit</string>
|
|
</property>
|
|
<addaction name="actionInsertRandomPoints"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>&Tools</string>
|
|
</property>
|
|
<addaction name="actionRecenter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInsertPolyline"/>
|
|
<addaction name="actionInsertSeeds_OnOff"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShowVertices"/>
|
|
<addaction name="actionShowDelaunay"/>
|
|
<addaction name="actionShowVoronoi"/>
|
|
<addaction name="actionShowTriangulationInDomain"/>
|
|
<addaction name="actionShow_constrained_edges"/>
|
|
<addaction name="actionShow_voronoi_edges"/>
|
|
<addaction name="actionShow_faces_in_domain"/>
|
|
<addaction name="actionShow_seeds"/>
|
|
<addaction name="actionCircumcenter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShow_blind_faces"/>
|
|
<addaction name="actionTagBlindFaces"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionMakeGabrielConform"/>
|
|
<addaction name="actionMakeDelaunayConform"/>
|
|
<addaction name="actionMakeDelaunayMesh"/>
|
|
<addaction name="actionMakeLipschitzDelaunayMesh"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionLloyd_optimization"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuTools"/>
|
|
</widget>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>&About</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAboutCGAL">
|
|
<property name="text">
|
|
<string>About &CGAL</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuit">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsertRandomPoints">
|
|
<property name="text">
|
|
<string>&Insert random points</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsertPolyline">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons/Input.qrc">
|
|
<normaloff>:/cgal/Input/inputPolyline.png</normaloff>:/cgal/Input/inputPolyline.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Insert Polyline</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Insert Point or Polyline</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Left: Insert vtx | Right: Final vtx | Del: Delete vtx</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClear">
|
|
<property name="icon">
|
|
<iconset resource="../icons/File.qrc">
|
|
<normaloff>:/cgal/fileToolbar/fileNew.png</normaloff>:/cgal/fileToolbar/fileNew.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Clear</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowVoronoi">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../icons/Triangulation_2.qrc">
|
|
<normaloff>:/cgal/Triangulation_2/Voronoi_diagram_2.png</normaloff>:/cgal/Triangulation_2/Voronoi_diagram_2.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &Voronoi Diagram</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+V</string>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>false</bool>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowDelaunay">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Constrained_Delaunay_triangulation_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/constrained_triangulation.png</normaloff>:/cgal/Actions/icons/constrained_triangulation.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &triangulation</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+T</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoadConstraints">
|
|
<property name="icon">
|
|
<iconset resource="../icons/File.qrc">
|
|
<normaloff>:/cgal/fileToolbar/fileOpen.png</normaloff>:/cgal/fileToolbar/fileOpen.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Load...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveConstraints">
|
|
<property name="icon">
|
|
<iconset resource="../icons/File.qrc">
|
|
<normaloff>:/cgal/fileToolbar/fileSave.png</normaloff>:/cgal/fileToolbar/fileSave.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCircumcenter">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Constrained_Delaunay_triangulation_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/circumcenter.png</normaloff>:/cgal/Actions/icons/circumcenter.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Circumcenter</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Draw circumcenter</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRecenter">
|
|
<property name="icon">
|
|
<iconset resource="../icons/Input.qrc">
|
|
<normaloff>:/cgal/Input/zoom-best-fit</normaloff>:/cgal/Input/zoom-best-fit</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Re&center the viewport</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMakeGabrielConform">
|
|
<property name="text">
|
|
<string>Make Gabriel conform</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMakeDelaunayConform">
|
|
<property name="text">
|
|
<string>Make Delaunay conform</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMakeDelaunayMesh">
|
|
<property name="text">
|
|
<string>Make Delaunay mesh...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMakeLipschitzDelaunayMesh">
|
|
<property name="text">
|
|
<string>Make Lipschitz Delaunay mesh...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_constrained_edges">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Constrained_Delaunay_triangulation_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/constrained_triangulation_show_constraints.png</normaloff>:/cgal/Actions/icons/constrained_triangulation_show_constraints.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &constrained edges</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_faces_in_domain">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Constrained_Delaunay_triangulation_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/constrained_triangulation_show_in_domain.png</normaloff>:/cgal/Actions/icons/constrained_triangulation_show_in_domain.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &faces in domain</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_voronoi_edges">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Voronoi edges (CVD)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_blind_faces">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show blind faces (for CVD)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTagBlindFaces">
|
|
<property name="text">
|
|
<string>Tag blind faces</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLloyd_optimization">
|
|
<property name="text">
|
|
<string>Lloyd optimization</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsertSeeds_OnOff">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Insert seeds (on/off)</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_seeds">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show seeds</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowTriangulationInDomain">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show triangulation in domain only</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowVertices">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show vertices</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_SVG">
|
|
<property name="text">
|
|
<string>&Export SVG...</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="Constrained_Delaunay_triangulation_2.qrc"/>
|
|
<include location="../icons/File.qrc"/>
|
|
<include location="../resources/CGAL.qrc"/>
|
|
<include location="../icons/Triangulation_2.qrc"/>
|
|
<include location="../icons/Input.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|