Files
chenzhen 222dda1e43 1,新增“App_ThermalImageSystem”;
2,新增“Apps”;
3,新增“Common”;
4,新增“FileList”;
5,新增“MediaX”;
6,新增“OpenSource”;
7,新增“Samples”;
8,新增“SoftwareBusinessLines”.
2026-02-14 23:03:23 +08:00

7128 lines
262 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>1080</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1920</width>
<height>1080</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralWidget">
<property name="minimumSize">
<size>
<width>800</width>
<height>788</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0" colspan="2">
<widget class="QWidget" name="wgtTitleBar" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>83</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0,0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="lblSystemIcon">
<property name="minimumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="lblTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>900</width>
<height>800000</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;V3.01.02/ 2024-04-12&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="m_Btn_MinMenu">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
<string>最小化</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_MaxMenu">
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
<string>最大化</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_CloseMenu">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
<string>关闭</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QWidget" name="Toolwidget" native="true">
<property name="minimumSize">
<size>
<width>100</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>45</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="topMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QPushButton" name="m_Btn_GetSystemCode">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>获取机芯型号</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolDev">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>非制冷机芯控制</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_ControlASCII">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>ASIC机芯控制</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_Settings">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>制冷机芯控制</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_BrowseFile">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>打开文件</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_CaptureData">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>实时采集</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_EnableRecord">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>录像</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_Settings_TG">
<property name="minimumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="toolTip">
<string>调光算法</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QWidget" name="m_openGLWidget_Capture0" native="true">
<property name="minimumSize">
<size>
<width>640</width>
<height>512</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1890</width>
<height>1080</height>
</size>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(128, 128, 128);</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QWidget" name="PlayCtrlwidget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="CustomSlider" name="m_horizontalSlider_Progress">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_label_Progress">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>0/0</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QCheckBox" name="m_checkBox_RecyclePlay">
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>循环播放</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="m_forwardBtn">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="m_playPauseBtn">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="m_stopBtn">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="m_nextBtn">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="m_label_FPS">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="QDockWidget" name="m_dockWidget_TGSettings">
<property name="minimumSize">
<size>
<width>742</width>
<height>972</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>742</width>
<height>524287</height>
</size>
</property>
<property name="features">
<set>QDockWidget::DockWidgetClosable</set>
</property>
<property name="allowedAreas">
<set>Qt::RightDockWidgetArea</set>
</property>
<property name="windowTitle">
<string>控制面板</string>
</property>
<widget class="QWidget" name="dockWidgetContents_5">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QStackedWidget" name="stackedWidget_Ctrl">
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="stackedWidgetPage1">
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QWidget" name="m_UserWidget" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="stackedWidgetPage2">
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="0">
<widget class="QScrollArea" name="m_scrollArea_TG">
<property name="minimumSize">
<size>
<width>724</width>
<height>935</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>724</width>
<height>935</height>
</size>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="m_scrollAreaWidgetContents_TG">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>722</width>
<height>933</height>
</rect>
</property>
<widget class="QGroupBox" name="m_groupBox_TG">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>691</width>
<height>551</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>90</height>
</size>
</property>
<property name="title">
<string>算法设置</string>
</property>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>671</width>
<height>171</height>
</rect>
</property>
<property name="title">
<string>调光</string>
</property>
<widget class="QCheckBox" name="m_checkBox_TG_Clahe">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>分块调光</string>
</property>
</widget>
<widget class="QRadioButton" name="m_radioButton_MixTG">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>混合调光</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="m_radioButton_LineTG">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>线性调光</string>
</property>
</widget>
<widget class="QRadioButton" name="m_radioButton_HistTG">
<property name="geometry">
<rect>
<x>230</x>
<y>40</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>平台直方图</string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>Y8Range</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_Y8_range">
<property name="text">
<string>230</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>170</x>
<y>80</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>y8mean</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_BBHE_y8_mean">
<property name="text">
<string>40</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>310</x>
<y>80</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>左阈值</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_BBHE_Lthresh">
<property name="text">
<string>500</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_4">
<property name="geometry">
<rect>
<x>450</x>
<y>80</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>右阈值</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_BBHE_Rthresh">
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_5">
<property name="geometry">
<rect>
<x>170</x>
<y>130</y>
<width>85</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>块数</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_CLAHE_blocksize">
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_6">
<property name="geometry">
<rect>
<x>310</x>
<y>130</y>
<width>127</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>ClipLimit</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_CLAHE_cliplimit">
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_7">
<property name="geometry">
<rect>
<x>450</x>
<y>130</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<widget class="QLabel" name="label_18">
<property name="text">
<string>Y8map</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="m_comboBox_TG_Y8_mapping_table">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>10</x>
<y>450</y>
<width>331</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>去锅盖</string>
</property>
<widget class="QCheckBox" name="m_checkBox_TG_DeGuoGai">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>去锅盖</string>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_TG_GetGuoGaiModel">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>导入模板</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>331</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>时域滤波</string>
</property>
<widget class="QCheckBox" name="m_checkBox_TG_tfFilter">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>时域滤波</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_8">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<widget class="QLabel" name="label_19">
<property name="text">
<string>滤波参数</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_tf_sigma">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string>10</string>
</property>
<property name="maxLength">
<number>255</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>350</x>
<y>220</y>
<width>331</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>去竖条</string>
</property>
<widget class="QComboBox" name="m_comboBox_TG_Strip">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<item>
<property name="text">
<string></string>
</property>
</item>
<item>
<property name="text">
<string>4段去竖条</string>
</property>
</item>
<item>
<property name="text">
<string>逐点去竖条</string>
</property>
</item>
<item>
<property name="text">
<string>行列去竖条</string>
</property>
</item>
</widget>
<widget class="QWidget" name="layoutWidget_9">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>115</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<item>
<widget class="QLabel" name="label_20">
<property name="text">
<string>权重阈值</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_strip_weight_thresh">
<property name="text">
<string>3700</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_10">
<property name="geometry">
<rect>
<x>160</x>
<y>60</y>
<width>115</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>滤波参数</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_strip_std">
<property name="text">
<string>50</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>331</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>去噪</string>
</property>
<widget class="QComboBox" name="m_comboBox_TG_Denoise_Arith">
<property name="geometry">
<rect>
<x>8</x>
<y>40</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string></string>
</property>
</item>
<item>
<property name="text">
<string>NLM_Y16</string>
</property>
</item>
<item>
<property name="text">
<string>NLM_Y8</string>
</property>
</item>
</widget>
<widget class="QWidget" name="layoutWidget_11">
<property name="geometry">
<rect>
<x>140</x>
<y>40</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>滤波参数</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_lineEdit_TG_Denoise_Std">
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_12">
<property name="geometry">
<rect>
<x>350</x>
<y>340</y>
<width>331</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>增强</string>
</property>
<widget class="QRadioButton" name="m_radioButton_TG_DDE_Y16">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>89</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>DDE_Y16</string>
</property>
</widget>
<widget class="QRadioButton" name="m_radioButton_TG_DDE_Y8">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>89</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>DDE_Y8</string>
</property>
</widget>
<widget class="QComboBox" name="m_comboBox_TG_IDE_Arith">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>关IDE</string>
</property>
</item>
<item>
<property name="text">
<string>MSR</string>
</property>
</item>
<item>
<property name="text">
<string>IDE_BF</string>
</property>
</item>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_13">
<property name="geometry">
<rect>
<x>350</x>
<y>450</y>
<width>331</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>去坏点</string>
</property>
<widget class="QCheckBox" name="m_checkBox_TG_DeBadPixel">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>去坏点</string>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="m_Btn_TG_SetPara">
<property name="geometry">
<rect>
<x>600</x>
<y>130</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>修改参数</string>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_ImgQualityAssess">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>图像质量评价</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>9</y>
<width>691</width>
<height>111</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>110</height>
</size>
</property>
<property name="title">
<string>亮度/对比度</string>
</property>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>对比度:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="m_hSlider_contrast">
<property name="minimumSize">
<size>
<width>170</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_label_Contrast">
<property name="text">
<string>50/100</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_24">
<property name="minimumSize">
<size>
<width>48</width>
<height>0</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>IDE</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="m_hSlider_IDE">
<property name="minimumSize">
<size>
<width>170</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>20</number>
</property>
<property name="pageStep">
<number>1</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_label_IDE">
<property name="text">
<string>0/20</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_9">
<property name="minimumSize">
<size>
<width>48</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>亮度:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="m_hSlider_brightness">
<property name="minimumSize">
<size>
<width>170</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_label_Bright">
<property name="text">
<string>50/100</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>DDE</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="m_hSlider_DDE">
<property name="minimumSize">
<size>
<width>170</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>16</number>
</property>
<property name="pageStep">
<number>2</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_label_DDE">
<property name="text">
<string>0/16</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>740</y>
<width>691</width>
<height>151</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10000000</height>
</size>
</property>
<property name="title">
<string>调色板</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<property name="topMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem01">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem01
{
border:none;
background-image: url(:/skin/image/ImageFormat/Palette1.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem01::hover
{
border:2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem01::pressed
{
border:2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem01:checked
{
border:2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem02">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem02
{
border:none;
background-image: url(:/skin/image/ImageFormat/Palette2.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem02::hover
{
border:2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem02::pressed
{
border:2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem02:checked
{
border:2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem03">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem03
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette3.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem03::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem03::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem03:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem04">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem04
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette4.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem04::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem04::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem04::release
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem04:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem05">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem05
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette5.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem05::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem05::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem05:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem06">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem06
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette6.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem06::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem06::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem06:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem07">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem07
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette7.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem07::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem07::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem07:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem08">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem08
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette8.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem08::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem08::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem08:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_pushButtonImageFormatColorTableItem09">
<property name="minimumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>15</width>
<height>100</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#m_pushButtonImageFormatColorTableItem09
{
border: none;
background-image: url(:/skin/image/ImageFormat/Palette9.bmp);
}
QPushButton#m_pushButtonImageFormatColorTableItem09::hover
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem09::pressed
{
border: 2px solid #888888;
}
QPushButton#m_pushButtonImageFormatColorTableItem09:checked
{
border: 2px solid #888888;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="m_Btn_UnCool_Set">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>非制冷机芯设置</string>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_TG_SW">
<property name="geometry">
<rect>
<x>490</x>
<y>130</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>算法开启</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page">
<widget class="QWidget" name="m_ImageQualityAssess_Widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>742</width>
<height>953</height>
</rect>
</property>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>0</x>
<y>670</y>
<width>740</width>
<height>271</height>
</rect>
</property>
<property name="title">
<string>数据展示</string>
</property>
<widget class="QCustomPlot" name="m_pCustomPlot" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>721</width>
<height>221</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>180</height>
</size>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>741</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout_28">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_9">
<item row="0" column="0">
<widget class="QPushButton" name="m_Btn_ArithSet">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="m_Rb_X">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string> X 数据</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="m_Rb_X_Mix">
<property name="minimumSize">
<size>
<width>140</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>140</width>
<height>25</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string> X 数据高低温(组合)</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QRadioButton" name="m_Rb_Y8">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string> Y8 数据</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QRadioButton" name="m_Rb_Y16">
<property name="minimumSize">
<size>
<width>180</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>180</width>
<height>25</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string> Y16 数据(非 均匀性校正后)</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>220</y>
<width>741</width>
<height>451</height>
</rect>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="title">
<string>计算区域</string>
</property>
<widget class="QGroupBox" name="groupBox_CalculateArea">
<property name="geometry">
<rect>
<x>337</x>
<y>6</y>
<width>395</width>
<height>441</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>395</width>
<height>245</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>395</width>
<height>1000</height>
</size>
</property>
<property name="title">
<string/>
</property>
<widget class="QStackedWidget" name="m_stackedWidget_CalculateArea">
<property name="geometry">
<rect>
<x>5</x>
<y>20</y>
<width>385</width>
<height>421</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>385</width>
<height>180</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>385</width>
<height>1000</height>
</size>
</property>
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="page_2">
<layout class="QGridLayout" name="gridLayout_30">
<item row="1" column="0">
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_20">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0">
<widget class="QCheckBox" name="m_Ck_X_TimeDomain_Deviation">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_X_TimeDomain_Deviation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>时域标准差</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="LightLabel" name="m_Label_X_TimeDomain_Deviation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(85, 170, 255);
font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="m_Btn_X_MeanValue">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>均值</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="LightLabel" name="m_Label_X_MeanValue">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="m_Ck_X_MeanValue">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<spacer name="verticalSpacer_8">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<layout class="QGridLayout" name="gridLayout_31">
<item row="1" column="1">
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>图像宽度:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>图像高度:</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="m_lineEdit_ImgWidth">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>640</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>高温:</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLineEdit" name="m_lineEdit_T_High">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>35</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="m_Btn_LoadHigh_File_B1">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>加载高温本底</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="label_4">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>低温:</string>
</property>
</widget>
</item>
<item row="2" column="2" colspan="2">
<widget class="QPushButton" name="m_Btn_Show_File_B1">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>显示高温本底</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="m_lineEdit_ImgHeight">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>512</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLineEdit" name="m_lineEdit_T_Low">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>20</string>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="m_Btn_XMix_Set">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>参数设置</string>
</property>
</widget>
</item>
<item row="3" column="2" colspan="2">
<widget class="QPushButton" name="m_Btn_Show_File_B2">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>显示低温本底</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QPushButton" name="m_Btn_LoadLow_File_B2">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>加载低温本底</string>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QPushButton" name="m_Btn_XMix_Calculate">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>开始计算</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLabel" name="label_5">
<property name="text">
<string></string>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="label_6">
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="1">
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="0">
<widget class="QCheckBox" name="m_Ck_X_Mix_ResponseRatio">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_X_Mix_ResponseRatio">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>响应率</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="LightLabel" name="m_Label_X_Mix_ResponseRatio">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 170, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="m_Ck_X_Mix_NETD">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="m_Btn_X_Mix_NETD">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>NETD</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="LightLabel" name="m_Label_X_Mix_NETD">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 0, 255);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_21">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<spacer name="verticalSpacer_9">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_22">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<spacer name="verticalSpacer_10">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_4">
<layout class="QGridLayout" name="gridLayout_17">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget_2">
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string> 评估1 </string>
</attribute>
<layout class="QGridLayout" name="gridLayout_16">
<item row="2" column="1">
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_16">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_15">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<layout class="QGridLayout" name="gridLayout_13">
<item row="0" column="0">
<widget class="QCheckBox" name="m_Ck_Y8_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y8_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>空域标准差</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="LightLabel" name="m_Label_Y8_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 127);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="m_Ck_Y8_MeanValue">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="m_Btn_Y8_MeanValue">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>均值</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="LightLabel" name="m_Label_Y8_MeanValue">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 0, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="m_Ck_Y8_DynamicRange">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="m_Btn_Y8_DynamicRange">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>动态范围</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="LightLabel" name="m_Label_Y8_DynamicRange">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="m_Btn_Y8_Throw_Left">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>左抛点</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="m_lineEdit_Y8_Throw_Left">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>500</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="m_Btn_Y8_Throw_Right">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>右抛点</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="m_lineEdit_Y8_Throw_Right">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>500</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="m_Ck_Y8_MTF">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QPushButton" name="m_Btn_Y8_MTF">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>MTF</string>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="LightLabel" name="m_Label_Y8_MTF">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 85, 127);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string> 评估2</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_32">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_18">
<item row="0" column="0">
<widget class="QLabel" name="label_37">
<property name="minimumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>图像宽度:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="m_lineEdit_Y8_BadPoint_Width">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>640</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_34">
<property name="minimumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>检测半径:</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLineEdit" name="m_lineEdit_Y8_WinHalf">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_38">
<property name="minimumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>图像高度:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="m_lineEdit_Y8_BadPoint_Height">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>512</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_35">
<property name="minimumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>检测阈值:</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLineEdit" name="m_lineEdit_Y8_Thresh">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>20</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QGridLayout" name="gridLayout_19">
<item row="0" column="3">
<widget class="QPushButton" name="m_Btn_Y8_ParamSet">
<property name="minimumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>坏点参数设置</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_36">
<property name="minimumSize">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>无效区域位置:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="m_lineEdit_Y8_Pos">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_24">
<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>
</item>
<item row="2" column="0">
<layout class="QGridLayout" name="gridLayout_24">
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y8_BadPointData_Load">
<property name="minimumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="text">
<string> 加载Y8数据</string>
</property>
</widget>
</item>
<item row="0" column="0">
<spacer name="horizontalSpacer_23">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="m_Btn_Y8_BadPoint_Calculate">
<property name="minimumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>22</height>
</size>
</property>
<property name="text">
<string> 计算</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<layout class="QGridLayout" name="gridLayout_26">
<item row="0" column="0">
<widget class="QLabel" name="label_39">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>坏点总数</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_40">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>10个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_10">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_43">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>1个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_1">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_53">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>11个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_11">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_44">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>2个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_2">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_54">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>12个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_12">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_46">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>3个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_3">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_55">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>13个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_13">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_47">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>4个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_4">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_56">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>14个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_14">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_48">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>5个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_5">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QLabel" name="label_57">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>15个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_15">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_49">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>6个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_6">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="label_58">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>16个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="6" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_16">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_50">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>7个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_7">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="QLabel" name="label_59">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>17个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="7" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_17">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_51">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>8个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_8">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLabel" name="label_60">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>18个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="8" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_18">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_52">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>9个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_9">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="9" column="2">
<widget class="QLabel" name="label_61">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>19个像素</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="9" column="3">
<widget class="LightLabel" name="m_Label_Y8_BadPoint_19">
<property name="minimumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_5">
<layout class="QGridLayout" name="gridLayout_29">
<item row="0" column="1">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="2">
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_17">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" colspan="2">
<layout class="QGridLayout" name="gridLayout_23">
<item row="0" column="0" colspan="3">
<layout class="QGridLayout" name="gridLayout_20">
<item row="0" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y16_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>空域标准差</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="LightLabel" name="m_Label_Y16_AirSpace_Deviation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 255, 255);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_MeanValue">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="m_Btn_Y16_MeanValue">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>均值</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="LightLabel" name="m_Label_Y16_MeanValue">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 160, 230);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_Nonuniform">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="m_Btn_Y16_Nonuniform">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>非均匀校正残差</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="LightLabel" name="m_Label_Y16_Nonuniform">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170,170,0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_SignalNoiseRatio">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="m_Btn_Y16_SignalNoiseRatio">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>特定目标信噪比</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="LightLabel" name="m_Label_Y16_SignalNoiseRatio">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 7, 177);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_BadPoint">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="m_Btn_Y16_BadPoint">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string> 坏点个数</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="LightLabel" name="m_Label_Y16_BadPoint">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>18</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<layout class="QGridLayout" name="gridLayout_21">
<item row="0" column="0">
<widget class="QPushButton" name="m_Btn_Y16_Target">
<property name="minimumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>目标</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y16_Background">
<property name="minimumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>背景</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>98</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" colspan="3">
<layout class="QGridLayout" name="gridLayout_25">
<item row="0" column="0">
<widget class="QCheckBox" name="m_Ck_Y16_AD">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y16_AD">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>图像上下AD差</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="LightLabel" name="m_Label_Y16_AD">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 110, 50);font: 12pt;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<spacer name="horizontalSpacer_13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>18</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<layout class="QGridLayout" name="gridLayout_22">
<item row="0" column="0">
<widget class="QPushButton" name="m_Btn_Y16_AD_Up">
<property name="minimumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>上区</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_Y16_AD_Down">
<property name="minimumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>下区</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="2">
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>98</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="1" column="3">
<spacer name="horizontalSpacer_18">
<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>
</widget>
</widget>
<widget class="QLabel" name="m_label_Assess">
<property name="geometry">
<rect>
<x>5</x>
<y>30</y>
<width>330</width>
<height>410</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>330</width>
<height>410</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>330</width>
<height>410</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<width>741</width>
<height>161</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>735</width>
<height>0</height>
</size>
</property>
<property name="title">
<string/>
</property>
<widget class="QWidget" name="layoutWidget_13">
<property name="geometry">
<rect>
<x>580</x>
<y>23</y>
<width>134</width>
<height>134</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_56">
<item row="0" column="1">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_MoveUp">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_MoveDown">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_MoveLeft">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_MoveRight">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_14">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>522</width>
<height>41</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_27">
<item row="0" column="6">
<widget class="QLabel" name="m_labelH">
<property name="text">
<string> H:</string>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_SetRect">
<property name="text">
<string>目标区域</string>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessH">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="m_labelX">
<property name="text">
<string> X:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="m_labelY">
<property name="text">
<string>Y</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="m_labelW">
<property name="text">
<string> W:</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessY">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessX">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessW">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>522</width>
<height>41</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_15">
<item row="0" column="0">
<widget class="QLabel" name="m_labelX_Back">
<property name="text">
<string> X:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessX_Back">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="m_labelY_Back">
<property name="text">
<string>Y</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessY_Back">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="m_labelW_BAck">
<property name="text">
<string> W:</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessW_Back">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QLabel" name="m_labelH_Back">
<property name="text">
<string> H:</string>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QLineEdit" name="m_lineEdit_ImageQuality_AssessH_Back">
<property name="minimumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QPushButton" name="m_Btn_ImageQualityAssess_SetRect_Back">
<property name="text">
<string>背景区域</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="page_6">
<widget class="QPushButton" name="m_Btn_UnCoolSet_Exit">
<property name="geometry">
<rect>
<x>600</x>
<y>10</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_14">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>724</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
<property name="title">
<string>串口设置</string>
</property>
<layout class="QGridLayout" name="gridLayout_14">
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<item row="0" column="4">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="8">
<widget class="QLabel" name="label_45">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;校验位:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="0" column="9">
<widget class="QComboBox" name="m_Cb_Parity">
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>Even</string>
</property>
</item>
<item>
<property name="text">
<string>Odd</string>
</property>
</item>
<item>
<property name="text">
<string>Space</string>
</property>
</item>
<item>
<property name="text">
<string>Mark</string>
</property>
</item>
</widget>
</item>
<item row="0" column="10">
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_25">
<property name="text">
<string>串口号:</string>
</property>
</widget>
</item>
<item row="0" column="11">
<widget class="QPushButton" name="m_Btn_ComConnect">
<property name="minimumSize">
<size>
<width>108</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>108</width>
<height>28</height>
</size>
</property>
<property name="text">
<string>连接设备</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="m_Lb_ConnectInfo">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>19</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="m_Cb_Com">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>COM1</string>
</property>
</item>
<item>
<property name="text">
<string>COM2</string>
</property>
</item>
<item>
<property name="text">
<string>COM3</string>
</property>
</item>
<item>
<property name="text">
<string>COM4</string>
</property>
</item>
<item>
<property name="text">
<string>COM5</string>
</property>
</item>
<item>
<property name="text">
<string>COM6</string>
</property>
</item>
<item>
<property name="text">
<string>COM7</string>
</property>
</item>
<item>
<property name="text">
<string>COM8</string>
</property>
</item>
<item>
<property name="text">
<string>COM9</string>
</property>
</item>
<item>
<property name="text">
<string>COM10</string>
</property>
</item>
<item>
<property name="text">
<string>COM11</string>
</property>
</item>
<item>
<property name="text">
<string>COM12</string>
</property>
</item>
<item>
<property name="text">
<string>COM13</string>
</property>
</item>
<item>
<property name="text">
<string>COM14</string>
</property>
</item>
<item>
<property name="text">
<string>COM15</string>
</property>
</item>
<item>
<property name="text">
<string>COM16</string>
</property>
</item>
<item>
<property name="text">
<string>COM17</string>
</property>
</item>
<item>
<property name="text">
<string>COM18</string>
</property>
</item>
<item>
<property name="text">
<string>COM19</string>
</property>
</item>
<item>
<property name="text">
<string>COM20</string>
</property>
</item>
</widget>
</item>
<item row="0" column="6">
<widget class="QComboBox" name="m_Cb_BaudRate">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="currentText">
<string>115200</string>
</property>
<property name="currentIndex">
<number>11</number>
</property>
<item>
<property name="text">
<string>300</string>
</property>
</item>
<item>
<property name="text">
<string>600</string>
</property>
</item>
<item>
<property name="text">
<string>1200</string>
</property>
</item>
<item>
<property name="text">
<string>2400</string>
</property>
</item>
<item>
<property name="text">
<string>4800</string>
</property>
</item>
<item>
<property name="text">
<string>9600</string>
</property>
</item>
<item>
<property name="text">
<string>19200</string>
</property>
</item>
<item>
<property name="text">
<string>38400</string>
</property>
</item>
<item>
<property name="text">
<string>43000</string>
</property>
</item>
<item>
<property name="text">
<string>56000</string>
</property>
</item>
<item>
<property name="text">
<string>57600</string>
</property>
</item>
<item>
<property name="text">
<string>115200</string>
</property>
</item>
</widget>
</item>
<item row="0" column="5">
<widget class="QLabel" name="label_26">
<property name="text">
<string>波特率:</string>
</property>
</widget>
</item>
<item row="0" column="7">
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="12">
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>19</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QLineEdit" name="m_lineEdit_SendMsg">
<property name="geometry">
<rect>
<x>10</x>
<y>860</y>
<width>721</width>
<height>26</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_RecvMsg">
<property name="geometry">
<rect>
<x>10</x>
<y>900</y>
<width>721</width>
<height>26</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_15">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>721</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>串口升级</string>
</property>
<widget class="QTextEdit" name="m_textEdit_Upgrade_FilePath">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>480</width>
<height>60</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>5</x>
<y>40</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>固件文件:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_StartUpgrade">
<property name="geometry">
<rect>
<x>590</x>
<y>80</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>开始升级</string>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_Upgrade_OpenFile">
<property name="geometry">
<rect>
<x>590</x>
<y>40</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="LightLabel" name="m_label_showStr">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>480</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>5</x>
<y>120</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>升级过程:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_Upgrade">
<property name="geometry">
<rect>
<x>590</x>
<y>160</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QProgressBar" name="m_progressBar_Upgrade">
<property name="geometry">
<rect>
<x>90</x>
<y>160</y>
<width>480</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color:rgb(133, 255, 0);
font: 12pt &quot;宋体&quot;;
backgroud-color:rgb(85, 255, 127)</string>
</property>
<property name="value">
<number>0</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_16">
<property name="geometry">
<rect>
<x>10</x>
<y>470</y>
<width>721</width>
<height>341</height>
</rect>
</property>
<property name="title">
<string>文件转换</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>701</width>
<height>291</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string> hex转dat </string>
</attribute>
<widget class="QPushButton" name="m_Btn_Select_Hex">
<property name="geometry">
<rect>
<x>580</x>
<y>20</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>hex文件路径</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QTextEdit" name="m_textEdit_HexPath">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>461</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_Select_Dat">
<property name="geometry">
<rect>
<x>580</x>
<y>90</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>dat文件路径</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QTextEdit" name="m_textEdit_DatPath">
<property name="geometry">
<rect>
<x>110</x>
<y>90</y>
<width>461</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>转换结果:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="LightLabel" name="m_label_Result">
<property name="geometry">
<rect>
<x>110</x>
<y>210</y>
<width>461</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>N/A</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QProgressBar" name="m_progressBar_Convert">
<property name="geometry">
<rect>
<x>110</x>
<y>160</y>
<width>461</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color:rgb(133, 255, 0);
font: 12pt &quot;宋体&quot;;
backgroud-color:rgb(85, 255, 127)</string>
</property>
<property name="value">
<number>0</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>转换进度:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_Start_ToDat">
<property name="geometry">
<rect>
<x>580</x>
<y>160</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>91</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>转换</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string> 二进制(.hex) </string>
</attribute>
<widget class="QPushButton" name="m_Btn_Scan">
<property name="geometry">
<rect>
<x>590</x>
<y>60</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="QLabel" name="label_33">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>请选择升级文件:</string>
</property>
</widget>
<widget class="QTextEdit" name="m_textEdit_BitPath">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>451</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
<widget class="QComboBox" name="m_Cb_fileFormat">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>300</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>25</height>
</size>
</property>
<item>
<property name="text">
<string>二进制bin;bit;tar</string>
</property>
</item>
<item>
<property name="text">
<string>带0X十六进制dat;dsp</string>
</property>
</item>
<item>
<property name="text">
<string>不带0X十六进制fpga</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_32">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>请选择数据格式:</string>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_Start_ToHex">
<property name="geometry">
<rect>
<x>590</x>
<y>190</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>转换</string>
</property>
</widget>
<widget class="QLabel" name="label_41">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>转换结果:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="LightLabel" name="m_label_Result_ToHex">
<property name="geometry">
<rect>
<x>130</x>
<y>190</y>
<width>451</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>N/A</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="m_Btn_Select_Save_Hex">
<property name="geometry">
<rect>
<x>590</x>
<y>120</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>hex存储路径</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QTextEdit" name="m_textEdit_HexSavePath">
<property name="geometry">
<rect>
<x>130</x>
<y>120</y>
<width>451</width>
<height>50</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
<widget class="QLabel" name="label_42">
<property name="geometry">
<rect>
<x>450</x>
<y>20</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>升级文件编号:</string>
</property>
</widget>
<widget class="QLineEdit" name="m_Upgrade_fileNum">
<property name="geometry">
<rect>
<x>560</x>
<y>20</y>
<width>70</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>70</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>721</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_Compensation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>补偿</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_No_Compensation">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>不带快门补偿</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_ExpertMenu">
<property name="minimumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>左移(专家菜单)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_Menu">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>右移(菜单)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_Add">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_Btn_UnCoolSet_Min">
<property name="minimumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>LightLabel</class>
<extends>QLabel</extends>
<header>UIHelp/LightLabel.h</header>
</customwidget>
<customwidget>
<class>CustomSlider</class>
<extends>QSlider</extends>
<header>UIHelp/CustomSlider.h</header>
</customwidget>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header location="global">.\3rd\QCustomPlot\QCustomPlot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>