552 lines
13 KiB
Plaintext
Raw Normal View History

2025-12-27 09:34:02 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogAlgoArg</class>
<widget class="QDialog" name="DialogAlgoArg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>750</width>
<height>481</height>
</rect>
</property>
<property name="windowTitle">
<string>算法参数配置</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(25, 26, 28);
color: rgb(221, 225, 233);</string>
</property>
<widget class="QLabel" name="label_title">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>200</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>算法参数配置</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_corner">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>350</width>
<height>200</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>角点参数</string>
</property>
<widget class="QLabel" name="label_1">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>minEndingGap</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minEndingGap">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>15</x>
<y>75</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>minEndingGap_z</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_minEndingGap_z">
<property name="geometry">
<rect>
<x>190</x>
<y>75</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>15</x>
<y>115</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>scale</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_scale">
<property name="geometry">
<rect>
<x>190</x>
<y>115</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>15</x>
<y>155</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>cornerTh</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_cornerTh">
<property name="geometry">
<rect>
<x>190</x>
<y>155</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_line">
<property name="geometry">
<rect>
<x>385</x>
<y>60</y>
<width>350</width>
<height>200</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>线段参数</string>
</property>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>segGapTh_y</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_segGapTh_y">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>15</x>
<y>75</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>segGapTh_z</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_segGapTh_z">
<property name="geometry">
<rect>
<x>190</x>
<y>75</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_maxDist">
<property name="geometry">
<rect>
<x>15</x>
<y>115</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>maxDist</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_maxDist">
<property name="geometry">
<rect>
<x>190</x>
<y>115</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_filter">
<property name="geometry">
<rect>
<x>20</x>
<y>275</y>
<width>350</width>
<height>120</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>过滤参数</string>
</property>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>continuityTh</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_continuityTh">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>15</x>
<y>75</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>outlierTh</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_outlierTh">
<property name="geometry">
<rect>
<x>190</x>
<y>75</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_grow">
<property name="geometry">
<rect>
<x>385</x>
<y>275</y>
<width>350</width>
<height>120</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="title">
<string>树生长参数</string>
</property>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>15</x>
<y>35</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>yDeviation_max</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_yDeviation_max">
<property name="geometry">
<rect>
<x>190</x>
<y>35</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>15</x>
<y>75</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>zDeviation_max</string>
</property>
</widget>
<widget class="QLineEdit" name="edit_zDeviation_max">
<property name="geometry">
<rect>
<x>190</x>
<y>75</y>
<width>150</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(47, 48, 52);</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btn_apply">
<property name="geometry">
<rect>
<x>250</x>
<y>420</y>
<width>111</width>
<height>38</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/dialog_ok.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_cancel">
<property name="geometry">
<rect>
<x>390</x>
<y>420</y>
<width>111</width>
<height>38</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/dialog_cancel.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>