mirror of https://github.com/CGAL/cgal
280 lines
8.0 KiB
XML
280 lines
8.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<author>GeometryFactory</author>
|
|
<class>Snap_rounding_2</class>
|
|
<widget class="QMainWindow" name="Snap_rounding_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>568</width>
|
|
<height>490</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>CGAL Snaprounding</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" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Grid Size:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox">
|
|
<property name="decimals">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
</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="actionLoadSegments"/>
|
|
<addaction name="actionSaveSegments"/>
|
|
</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="actionRecenter"/>
|
|
<addaction name="actionShowGrid"/>
|
|
<addaction name="actionShowInput"/>
|
|
<addaction name="actionShowSnappedSegments"/>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>568</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionClear"/>
|
|
<addaction name="actionLoadSegments"/>
|
|
<addaction name="actionSaveSegments"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>&Edit</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>&Tools</string>
|
|
</property>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRecenter"/>
|
|
</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="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="actionLoadSegments">
|
|
<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 Points...</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Load Segments</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Load Segments</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveSegments">
|
|
<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 Segments...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</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="actionShowGrid">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Snap_rounding_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/grid.png</normaloff>:/cgal/Actions/icons/grid.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Grid</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowInput">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Snap_rounding_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/unsnapped.png</normaloff>:/cgal/Actions/icons/unsnapped.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Input</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowSnappedSegments">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Snap_rounding_2.qrc">
|
|
<normaloff>:/cgal/Actions/icons/snapped.png</normaloff>:/cgal/Actions/icons/snapped.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Snapped Segments</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="Snap_rounding_2.qrc"/>
|
|
<include location="../icons/File.qrc"/>
|
|
<include location="../resources/CGAL.qrc"/>
|
|
<include location="../icons/Input.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|