1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>SnapGuideConfigWidget</class> 4 <widget class="QWidget" name="SnapGuideConfigWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>218</width> 10 <height>66</height> 11 </rect> 12 </property> 13 <layout class="QGridLayout" columnstretch="0,0,0,0,1" rowstretch="0,0,1"> 14 <property name="margin"> 15 <number>0</number> 16 </property> 17 <item row="0" column="0"> 18 <widget class="QCheckBox" name="useSnapGuides"> 19 <property name="text"> 20 <string/> 21 </property> 22 </widget> 23 </item> 24 <item row="0" column="1"> 25 <widget class="QToolButton" name="nodeSnapGuide"> 26 <property name="checkable"> 27 <bool>true</bool> 28 </property> 29 <property name="toolTip"> 30 <string>Nodes</string> 31 </property> 32 <property name="text"> 33 <string/> 34 </property> 35 </widget> 36 </item> 37 <item row="0" column="2"> 38 <widget class="QToolButton" name="extensionSnapGuide"> 39 <property name="checkable"> 40 <bool>true</bool> 41 </property> 42 <property name="toolTip"> 43 <string>Extension of lines</string> 44 </property> 45 <property name="text"> 46 <string/> 47 </property> 48 </widget> 49 </item> 50 <item row="0" column="3"> 51 <widget class="QToolButton" name="boundingBoxSnapGuide"> 52 <property name="checkable"> 53 <bool>true</bool> 54 </property> 55 <property name="toolTip"> 56 <string>Bounding box of shape</string> 57 </property> 58 <property name="text"> 59 <string/> 60 </property> 61 </widget> 62 </item> 63 <item row="1" column="0"> 64 <widget class="QSpinBox" name="snapDistance"> 65 <property name="sizePolicy"> 66 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 67 <horstretch>0</horstretch> 68 <verstretch>0</verstretch> 69 </sizepolicy> 70 </property> 71 <property name="toolTip"> 72 <string>Proximity distance where snapping happens</string> 73 </property> 74 <property name="suffix"> 75 <string> px</string> 76 </property> 77 </widget> 78 </item> 79 <item row="1" column="1"> 80 <widget class="QToolButton" name="orthogonalSnapGuide"> 81 <property name="checkable"> 82 <bool>true</bool> 83 </property> 84 <property name="toolTip"> 85 <string>Orthogonal</string> 86 </property> 87 <property name="text"> 88 <string/> 89 </property> 90 </widget> 91 </item> 92 <item row="1" column="2"> 93 <widget class="QToolButton" name="intersectionSnapGuide"> 94 <property name="checkable"> 95 <bool>true</bool> 96 </property> 97 <property name="toolTip"> 98 <string>Intersection of lines</string> 99 </property> 100 <property name="text"> 101 <string/> 102 </property> 103 </widget> 104 </item> 105 <item row="1" column="3"> 106 <widget class="QToolButton" name="lineGuideSnapGuide"> 107 <property name="checkable"> 108 <bool>true</bool> 109 </property> 110 <property name="toolTip"> 111 <string>Guide lines</string> 112 </property> 113 <property name="text"> 114 <string/> 115 </property> 116 </widget> 117 </item> 118 <item row="2" column="1"> 119 <widget class="QWidget" name="SpecialSpacer" native="true"> 120 <property name="sizePolicy"> 121 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 122 <horstretch>0</horstretch> 123 <verstretch>0</verstretch> 124 </sizepolicy> 125 </property> 126 </widget> 127 </item> 128 <item row="0" column="4"> 129 <spacer> 130 <property name="orientation"> 131 <enum>Qt::Horizontal</enum> 132 </property> 133 </spacer> 134 </item> 135 </layout> 136 </widget> 137 <resources/> 138 <connections/> 139</ui> 140