508 lines
12 KiB
XML
508 lines
12 KiB
XML
<?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>776</width>
|
|
<height>614</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>算法参数设置</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(25, 26, 28);</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_title">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>20</y>
|
|
<width>620</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>20</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(221, 225, 233);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>工件定位 - 算法参数配置</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>80</y>
|
|
<width>701</width>
|
|
<height>441</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>14</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QTabWidget::pane { border: 1px solid rgb(100, 100, 100); }
|
|
QTabBar::tab { background-color: rgb(47, 48, 52); color: rgb(221, 225, 233); padding: 8px; min-width: 100px; }
|
|
QTabBar::tab:selected { background-color: rgb(70, 72, 78); border-bottom: 2px solid rgb(100, 150, 200); }
|
|
QLineEdit { color: rgb(221, 225, 233); background-color: rgb(47, 48, 52); border: 1px solid rgb(70, 72, 78); padding: 4px; }
|
|
QCheckBox { color: rgb(221, 225, 233); }
|
|
QLabel { color: rgb(221, 225, 233); }
|
|
QGroupBox { color: rgb(221, 225, 233); border: 1px solid rgb(100, 100, 100); border-radius: 4px; margin-top: 12px; padding-top: 8px; }
|
|
QGroupBox::title { subcontrol-origin: margin; left: 10px; padding: 0 3px 0 3px; }</string>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="tabCorner">
|
|
<attribute name="title">
|
|
<string>角点检测</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupBox_corner">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>671</width>
|
|
<height>351</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="title">
|
|
<string>角点检测参数</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_cornerTh">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>50</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>角点阈值(cornerTh):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinCornerTh">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>50</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_scale">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>100</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>缩放(scale):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinScale">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>100</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_minEndingGap">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>150</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>最小终止间隙(minEndingGap):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinMinEndingGap">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>150</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>10</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_minEndingGapZ">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>200</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Z向最小终止间隙(minEndingGap_z):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinMinEndingGapZ">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>200</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>5</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_jumpCornerTh1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>250</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>跳变角点阈值1(jumpCornerTh_1):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinJumpCornerTh1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>250</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>15</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_jumpCornerTh2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>300</y>
|
|
<width>351</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>跳变角点阈值2(jumpCornerTh_2):</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="spinJumpCornerTh2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>300</y>
|
|
<width>200</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabCalibMatrix">
|
|
<attribute name="title">
|
|
<string>手眼标定</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_handEyeCalibHost">
|
|
<property name="leftMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>12</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tabToolExtrinsic">
|
|
<attribute name="title">
|
|
<string>工具参数</string>
|
|
</attribute>
|
|
<widget class="ToolExtrinsicWidget" name="toolExtrinsicWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>681</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabNetwork">
|
|
<attribute name="title">
|
|
<string>网络配置</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_networkConfigHost">
|
|
<property name="leftMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>12</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>12</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnReset">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>540</y>
|
|
<width>120</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: rgb(120, 80, 80);
|
|
color: rgb(221, 225, 233);
|
|
border: none;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
}
|
|
QPushButton:hover {
|
|
background-color: rgb(140, 100, 100);
|
|
}
|
|
QPushButton:pressed {
|
|
background-color: rgb(100, 60, 60);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>重置默认</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnApply">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>540</y>
|
|
<width>100</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: rgb(60, 120, 80);
|
|
color: rgb(221, 225, 233);
|
|
border: none;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
}
|
|
QPushButton:hover {
|
|
background-color: rgb(80, 140, 100);
|
|
}
|
|
QPushButton:pressed {
|
|
background-color: rgb(40, 100, 60);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>应用</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnOK">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>520</x>
|
|
<y>540</y>
|
|
<width>100</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: rgb(60, 120, 180);
|
|
color: rgb(221, 225, 233);
|
|
border: none;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
}
|
|
QPushButton:hover {
|
|
background-color: rgb(80, 140, 200);
|
|
}
|
|
QPushButton:pressed {
|
|
background-color: rgb(40, 100, 160);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确定</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnCancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>540</y>
|
|
<width>100</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: rgb(120, 120, 120);
|
|
color: rgb(221, 225, 233);
|
|
border: none;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
}
|
|
QPushButton:hover {
|
|
background-color: rgb(140, 140, 140);
|
|
}
|
|
QPushButton:pressed {
|
|
background-color: rgb(100, 100, 100);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>取消</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ToolExtrinsicWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>ToolExtrinsicWidget.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|