Files
newspark110/ui/forms/qg_snaptoolbar.ui
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

462 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QG_SnapToolBar</class>
<widget class="QWidget" name="QG_SnapToolBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>375</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>373</width>
<height>24</height>
</size>
</property>
<property name="windowTitle">
<string>Snap</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="bEndpoint">
<property name="toolTip">
<string>Snap to Endpoints</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapendpoint.png</normaloff>:/extui/snapendpoint.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bMiddle">
<property name="toolTip">
<string>Snap to equidistant points of entity</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapmiddle.png</normaloff>:/extui/snapmiddle.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bCenter">
<property name="toolTip">
<string>Snap to center points</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapcenter.png</normaloff>:/extui/snapcenter.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bIntersection">
<property name="toolTip">
<string>Snap to intersections automatically</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapintersection.png</normaloff>:/extui/snapintersection.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bOnEntity">
<property name="toolTip">
<string>Snap to closest point on entity</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snaponentity.png</normaloff>:/extui/snaponentity.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bDist">
<property name="toolTip">
<string>Snap to point with given distance to endpoint</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapdist.png</normaloff>:/extui/snapdist.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bIntersectionManual">
<property name="toolTip">
<string>Snap to intersections manually</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapintersectionm.png</normaloff>:/extui/snapintersectionm.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bGrid">
<property name="toolTip">
<string>Snap to grid</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/snapgrid.png</normaloff>:/extui/snapgrid.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bResHorizontal">
<property name="toolTip">
<string>Restrict Horizontally</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/restricthorizontal.png</normaloff>:/extui/restricthorizontal.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bResVertical">
<property name="toolTip">
<string>Restrict Vertically</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/restrictvertical.png</normaloff>:/extui/restrictvertical.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bRelZero">
<property name="toolTip">
<string>Move relative Zero</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/relzeromove.png</normaloff>:/extui/relzeromove.png</iconset>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="bLockRelZero">
<property name="toolTip">
<string>Lock relative Zero</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/relzerolock.png</normaloff>:/extui/relzerolock.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</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>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="../../../res/extui/extui.qrc"/>
</resources>
<connections>
<connection>
<sender>bGrid</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapGrid()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bEndpoint</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapEndpoint()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bOnEntity</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapOnEntity()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bCenter</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapCenter()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bMiddle</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapMiddle()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bDist</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapDist()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bIntersection</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapIntersection()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bRelZero</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>setRelativeZero()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bLockRelZero</sender>
<signal>toggled(bool)</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>lockRelativeZero(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bResHorizontal</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>restrictHorizontal()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bResVertical</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>restrictVertical()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>bIntersectionManual</sender>
<signal>clicked()</signal>
<receiver>QG_SnapToolBar</receiver>
<slot>snapIntersectionManual()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>