|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>PlaneSlicerRasterPlanner</class> |
| 4 | + <widget class="QWidget" name="PlaneSlicerRasterPlanner"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>412</width> |
| 10 | + <height>295</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Form</string> |
| 15 | + </property> |
| 16 | + <layout class="QFormLayout" name="formLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QLabel" name="label_point_spacing"> |
| 19 | + <property name="toolTip"> |
| 20 | + <string><html><head/><body><p>Distance between tool path waypoints on a raster line</p></body></html></string> |
| 21 | + </property> |
| 22 | + <property name="text"> |
| 23 | + <string>Point Spacing</string> |
| 24 | + </property> |
| 25 | + </widget> |
| 26 | + </item> |
| 27 | + <item row="0" column="1"> |
| 28 | + <widget class="noether::DistanceDoubleSpinBox" name="double_spin_box_point_spacing"> |
| 29 | + <property name="decimals"> |
| 30 | + <number>3</number> |
| 31 | + </property> |
| 32 | + <property name="minimum"> |
| 33 | + <double>0.000000000000000</double> |
| 34 | + </property> |
| 35 | + <property name="maximum"> |
| 36 | + <double>100.000000000000000</double> |
| 37 | + </property> |
| 38 | + <property name="value"> |
| 39 | + <double>0.025000000000000</double> |
| 40 | + </property> |
| 41 | + </widget> |
| 42 | + </item> |
| 43 | + <item row="1" column="0"> |
| 44 | + <widget class="QLabel" name="label_min_hole_size"> |
| 45 | + <property name="toolTip"> |
| 46 | + <string><html><head/><body><p>The size of the smallest hole that the tool path planner should not jump over</p></body></html></string> |
| 47 | + </property> |
| 48 | + <property name="text"> |
| 49 | + <string>Minimum Hole Size</string> |
| 50 | + </property> |
| 51 | + </widget> |
| 52 | + </item> |
| 53 | + <item row="1" column="1"> |
| 54 | + <widget class="noether::DistanceDoubleSpinBox" name="double_spin_box_minimum_hole_size"> |
| 55 | + <property name="decimals"> |
| 56 | + <number>3</number> |
| 57 | + </property> |
| 58 | + <property name="minimum"> |
| 59 | + <double>0.000000000000000</double> |
| 60 | + </property> |
| 61 | + <property name="maximum"> |
| 62 | + <double>100.000000000000000</double> |
| 63 | + </property> |
| 64 | + <property name="value"> |
| 65 | + <double>0.100000000000000</double> |
| 66 | + </property> |
| 67 | + </widget> |
| 68 | + </item> |
| 69 | + <item row="2" column="0"> |
| 70 | + <widget class="QLabel" name="label_search_radius"> |
| 71 | + <property name="toolTip"> |
| 72 | + <string><html><head/><body><p>Radius with which to estimate mesh normals</p></body></html></string> |
| 73 | + </property> |
| 74 | + <property name="text"> |
| 75 | + <string>Search Radius</string> |
| 76 | + </property> |
| 77 | + </widget> |
| 78 | + </item> |
| 79 | + <item row="2" column="1"> |
| 80 | + <widget class="noether::DistanceDoubleSpinBox" name="double_spin_box_search_radius"> |
| 81 | + <property name="decimals"> |
| 82 | + <number>3</number> |
| 83 | + </property> |
| 84 | + <property name="singleStep"> |
| 85 | + <double>0.100000000000000</double> |
| 86 | + </property> |
| 87 | + <property name="value"> |
| 88 | + <double>0.100000000000000</double> |
| 89 | + </property> |
| 90 | + </widget> |
| 91 | + </item> |
| 92 | + <item row="3" column="0"> |
| 93 | + <widget class="QLabel" name="label_min_segment_size"> |
| 94 | + <property name="toolTip"> |
| 95 | + <string><html><head/><body><p>Tool path segments shorter than this length will not be included</p></body></html></string> |
| 96 | + </property> |
| 97 | + <property name="text"> |
| 98 | + <string>Min Segment Size</string> |
| 99 | + </property> |
| 100 | + </widget> |
| 101 | + </item> |
| 102 | + <item row="3" column="1"> |
| 103 | + <widget class="noether::DistanceDoubleSpinBox" name="double_spin_box_min_segment_size"> |
| 104 | + <property name="decimals"> |
| 105 | + <number>3</number> |
| 106 | + </property> |
| 107 | + <property name="singleStep"> |
| 108 | + <double>0.100000000000000</double> |
| 109 | + </property> |
| 110 | + <property name="value"> |
| 111 | + <double>0.100000000000000</double> |
| 112 | + </property> |
| 113 | + </widget> |
| 114 | + </item> |
| 115 | + <item row="4" column="0"> |
| 116 | + <widget class="QLabel" name="label"> |
| 117 | + <property name="toolTip"> |
| 118 | + <string><html><head/><body><p>Generate rasters in the direction of the cut plane normal and its negation</p></body></html></string> |
| 119 | + </property> |
| 120 | + <property name="text"> |
| 121 | + <string>Bidirectional</string> |
| 122 | + </property> |
| 123 | + </widget> |
| 124 | + </item> |
| 125 | + <item row="4" column="1"> |
| 126 | + <widget class="QCheckBox" name="check_box_bidirectional"> |
| 127 | + <property name="sizePolicy"> |
| 128 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 129 | + <horstretch>0</horstretch> |
| 130 | + <verstretch>0</verstretch> |
| 131 | + </sizepolicy> |
| 132 | + </property> |
| 133 | + <property name="toolTip"> |
| 134 | + <string><html><head/><body><p><br/></p></body></html></string> |
| 135 | + </property> |
| 136 | + <property name="text"> |
| 137 | + <string/> |
| 138 | + </property> |
| 139 | + <property name="checked"> |
| 140 | + <bool>true</bool> |
| 141 | + </property> |
| 142 | + </widget> |
| 143 | + </item> |
| 144 | + </layout> |
| 145 | + </widget> |
| 146 | + <customwidgets> |
| 147 | + <customwidget> |
| 148 | + <class>noether::DistanceDoubleSpinBox</class> |
| 149 | + <extends>QDoubleSpinBox</extends> |
| 150 | + <header location="global">noether_gui/widgets/distance_double_spin_box.h</header> |
| 151 | + </customwidget> |
| 152 | + </customwidgets> |
| 153 | + <tabstops> |
| 154 | + <tabstop>double_spin_box_point_spacing</tabstop> |
| 155 | + <tabstop>double_spin_box_minimum_hole_size</tabstop> |
| 156 | + <tabstop>double_spin_box_search_radius</tabstop> |
| 157 | + <tabstop>double_spin_box_min_segment_size</tabstop> |
| 158 | + </tabstops> |
| 159 | + <resources/> |
| 160 | + <connections/> |
| 161 | +</ui> |
0 commit comments