<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GDDCCmdDlg</class> <widget class="QWidget" name="GDDCCmdDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1355</width> <height>219</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>200</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QTabWidget" name="tabWidget"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1121</width> <height>211</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>200</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>220</height> </size> </property> <property name="mouseTracking"> <bool>false</bool> </property> <property name="tabletTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::FocusPolicy::NoFocus</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="tabPosition"> <enum>QTabWidget::TabPosition::North</enum> </property> <property name="tabShape"> <enum>QTabWidget::TabShape::Rounded</enum> </property> <property name="currentIndex"> <number>5</number> </property> <property name="elideMode"> <enum>Qt::TextElideMode::ElideNone</enum> </property> <widget class="QWidget" name="tab_1"> <property name="styleSheet"> <string notr="true"/> </property> <attribute name="title"> <string>系统控制</string> </attribute> <widget class="QPushButton" name="pushButton_1_1"> <property name="geometry"> <rect> <x>680</x> <y>40</y> <width>100</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>吊舱时间更新</string> </property> </widget> <widget class="QGroupBox" name="groupBox_1_1"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>241</width> <height>161</height> </rect> </property> <property name="title"> <string>目标跟踪模板大小设置</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignCenter</set> </property> <widget class="QPushButton" name="pushButton_1_2"> <property name="geometry"> <rect> <x>70</x> <y>130</y> <width>91</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_1"> <property name="geometry"> <rect> <x>110</x> <y>70</y> <width>113</width> <height>21</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_2"> <property name="geometry"> <rect> <x>110</x> <y>100</y> <width>113</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_1_1"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>目标模板宽:</string> </property> </widget> <widget class="QLabel" name="label_1_2"> <property name="geometry"> <rect> <x>10</x> <y>100</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>目标模板高:</string> </property> </widget> <widget class="QComboBox" name="comboBox_1_1"> <property name="geometry"> <rect> <x>110</x> <y>42</y> <width>111</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_1_4"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>类型选择:</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_1_2"> <property name="geometry"> <rect> <x>260</x> <y>10</y> <width>231</width> <height>161</height> </rect> </property> <property name="title"> <string>视频显示模式设置</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignCenter</set> </property> <widget class="QPushButton" name="pushButton_1_3"> <property name="geometry"> <rect> <x>70</x> <y>130</y> <width>91</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QComboBox" name="comboBox_1_2"> <property name="geometry"> <rect> <x>10</x> <y>82</y> <width>211</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_1_5"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>101</width> <height>20</height> </rect> </property> <property name="text"> <string>显示模式选择:</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_1_3"> <property name="geometry"> <rect> <x>500</x> <y>10</y> <width>171</width> <height>161</height> </rect> </property> <property name="title"> <string>IP设置</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignCenter</set> </property> <widget class="QPushButton" name="pushButton_1_4"> <property name="geometry"> <rect> <x>40</x> <y>130</y> <width>91</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_3"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>31</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_1_3"> <property name="geometry"> <rect> <x>20</x> <y>50</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>光电吊舱IP:</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_4"> <property name="geometry"> <rect> <x>50</x> <y>80</y> <width>31</width> <height>21</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_5"> <property name="geometry"> <rect> <x>90</x> <y>80</y> <width>31</width> <height>21</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_1_6"> <property name="geometry"> <rect> <x>130</x> <y>80</y> <width>31</width> <height>21</height> </rect> </property> </widget> </widget> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>载荷公用</string> </attribute> <widget class="QPushButton" name="pushButton_2_1"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>100</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>图像切换</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_2"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>100</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>抓图</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_7"> <property name="geometry"> <rect> <x>130</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>开始录像</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_4"> <property name="geometry"> <rect> <x>10</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>停止连续抓图</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_8"> <property name="geometry"> <rect> <x>130</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>停止录像</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_3"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>开始连续抓图</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_5"> <property name="geometry"> <rect> <x>130</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>选点跟踪</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_6"> <property name="geometry"> <rect> <x>130</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>取消跟踪</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_9"> <property name="geometry"> <rect> <x>250</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>单次测距</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_10"> <property name="geometry"> <rect> <x>250</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>开启连续测距</string> </property> </widget> <widget class="QPushButton" name="pushButton_2_11"> <property name="geometry"> <rect> <x>250</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>停止连续测距</string> </property> </widget> <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> <x>370</x> <y>10</y> <width>171</width> <height>161</height> </rect> </property> <property name="title"> <string>字符叠加设置</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignCenter</set> </property> <widget class="QComboBox" name="comboBox_2_1"> <property name="geometry"> <rect> <x>20</x> <y>70</y> <width>111</width> <height>21</height> </rect> </property> </widget> <widget class="QPushButton" name="pushButton_2_12"> <property name="geometry"> <rect> <x>20</x> <y>110</y> <width>111</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QLabel" name="label_2_1"> <property name="geometry"> <rect> <x>20</x> <y>40</y> <width>131</width> <height>20</height> </rect> </property> <property name="text"> <string>OSD类型选择:</string> </property> </widget> </widget> </widget> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>可见光</string> </attribute> <widget class="QPushButton" name="pushButton_3_5"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>变倍-</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_4"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>变倍+</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_9"> <property name="geometry"> <rect> <x>130</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>低照度模式</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_13"> <property name="geometry"> <rect> <x>370</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>恢复出场设置</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_10"> <property name="geometry"> <rect> <x>130</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动ICR开</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_11"> <property name="geometry"> <rect> <x>130</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动ICR关</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_7"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>电子稳像开</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_8"> <property name="geometry"> <rect> <x>10</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>电子稳像关</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_6"> <property name="geometry"> <rect> <x>130</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>可见光镜头初始化</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_12"> <property name="geometry"> <rect> <x>250</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>恢复默认</string> </property> </widget> <widget class="QGroupBox" name="groupBox_3"> <property name="geometry"> <rect> <x>870</x> <y>10</y> <width>120</width> <height>121</height> </rect> </property> <property name="title"> <string>透雾模式</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set> </property> <widget class="QPushButton" name="pushButton_3_25"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QComboBox" name="comboBox_3_1"> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>101</width> <height>21</height> </rect> </property> </widget> </widget> <widget class="QPushButton" name="pushButton_3_1"> <property name="geometry"> <rect> <x>370</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>增益+</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_2"> <property name="geometry"> <rect> <x>370</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>增益-</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_3"> <property name="geometry"> <rect> <x>370</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动增益</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_14"> <property name="geometry"> <rect> <x>490</x> <y>10</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>亮度+</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_15"> <property name="geometry"> <rect> <x>490</x> <y>50</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>亮度-</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_16"> <property name="geometry"> <rect> <x>490</x> <y>90</y> <width>101</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动亮度</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_18"> <property name="geometry"> <rect> <x>250</x> <y>10</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>对比度+</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_19"> <property name="geometry"> <rect> <x>250</x> <y>50</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>对比度-</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_20"> <property name="geometry"> <rect> <x>250</x> <y>90</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动对比度</string> </property> </widget> <widget class="QGroupBox" name="groupBox_2"> <property name="geometry"> <rect> <x>610</x> <y>10</y> <width>241</width> <height>121</height> </rect> </property> <property name="title"> <string>焦距设置</string> </property> <widget class="QPushButton" name="pushButton_3_22"> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>焦距+</string> </property> </widget> <widget class="QPushButton" name="pushButton_3_23"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>焦距-</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_3_1"> <property name="geometry"> <rect> <x>130</x> <y>30</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QPushButton" name="pushButton_3_24"> <property name="geometry"> <rect> <x>130</x> <y>70</y> <width>99</width> <height>31</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> </widget> </widget> <widget class="QWidget" name="tab_4"> <attribute name="title"> <string>红外载荷</string> </attribute> <widget class="QPushButton" name="pushButton_4_1"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>调焦+</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_2"> <property name="geometry"> <rect> <x>130</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>调焦-</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_4"> <property name="geometry"> <rect> <x>370</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>测温模式</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_7"> <property name="geometry"> <rect> <x>250</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>电子放大</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_11"> <property name="geometry"> <rect> <x>250</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>场景补偿</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_15"> <property name="geometry"> <rect> <x>250</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>红外快门补偿</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_18"> <property name="geometry"> <rect> <x>600</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>红外图像增强</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_9"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>亮度+</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_13"> <property name="geometry"> <rect> <x>10</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>对比度+</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_8"> <property name="geometry"> <rect> <x>370</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>观测模式</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_10"> <property name="geometry"> <rect> <x>130</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>亮度-</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_14"> <property name="geometry"> <rect> <x>130</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>对比度-</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_5"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>变倍+</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_6"> <property name="geometry"> <rect> <x>130</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>变倍-</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_3"> <property name="geometry"> <rect> <x>250</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>自动对焦</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_12"> <property name="geometry"> <rect> <x>370</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>恢复默认设置</string> </property> </widget> <widget class="QPushButton" name="pushButton_4_16"> <property name="geometry"> <rect> <x>370</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>恢复出厂设置</string> </property> </widget> <widget class="QComboBox" name="comboBox_4_1"> <property name="geometry"> <rect> <x>490</x> <y>10</y> <width>101</width> <height>31</height> </rect> </property> </widget> <widget class="QPushButton" name="pushButton_4_17"> <property name="geometry"> <rect> <x>600</x> <y>10</y> <width>101</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>伪色彩切换</string> </property> </widget> <widget class="QComboBox" name="comboBox_4_2"> <property name="geometry"> <rect> <x>490</x> <y>50</y> <width>101</width> <height>31</height> </rect> </property> </widget> </widget> <widget class="QWidget" name="tab_5"> <attribute name="title"> <string>稳定平台</string> </attribute> <widget class="QPushButton" name="pushButton_5_4"> <property name="geometry"> <rect> <x>390</x> <y>90</y> <width>41</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>→</string> </property> </widget> <widget class="QComboBox" name="comboBox_5_1"> <property name="geometry"> <rect> <x>310</x> <y>10</y> <width>72</width> <height>23</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> </widget> <widget class="QPushButton" name="pushButton_5_5"> <property name="geometry"> <rect> <x>300</x> <y>80</y> <width>81</width> <height>51</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>归中</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>140</x> <y>10</y> <width>151</width> <height>20</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255); font: 12pt "Microsoft YaHei UI";</string> </property> <property name="text"> <string>伺服控制步长选择:</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_3"> <property name="geometry"> <rect> <x>320</x> <y>140</y> <width>41</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>↓</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_2"> <property name="geometry"> <rect> <x>250</x> <y>90</y> <width>41</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>←</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_1"> <property name="geometry"> <rect> <x>320</x> <y>40</y> <width>41</width> <height>31</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>↑</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_11"> <property name="geometry"> <rect> <x>10</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>航向锁定</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_8"> <property name="geometry"> <rect> <x>130</x> <y>130</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>关伺服</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_7"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>收藏模式</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_9"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>航向随动</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_6"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>100</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>垂直下视</string> </property> </widget> <widget class="QGroupBox" name="groupBox_9"> <property name="geometry"> <rect> <x>740</x> <y>10</y> <width>261</width> <height>121</height> </rect> </property> <property name="title"> <string>指引</string> </property> <widget class="QLineEdit" name="lineEdit_5_4"> <property name="geometry"> <rect> <x>60</x> <y>80</y> <width>71</width> <height>21</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_5_3"> <property name="geometry"> <rect> <x>60</x> <y>40</y> <width>71</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>41</width> <height>16</height> </rect> </property> <property name="text"> <string>方位:</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>41</width> <height>16</height> </rect> </property> <property name="text"> <string>俯仰:</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_14"> <property name="geometry"> <rect> <x>150</x> <y>39</y> <width>101</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>姿态指引</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_15"> <property name="geometry"> <rect> <x>150</x> <y>79</y> <width>101</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>数字引导</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_10"> <property name="geometry"> <rect> <x>460</x> <y>10</y> <width>261</width> <height>121</height> </rect> </property> <property name="title"> <string>扫描设置</string> </property> <widget class="QPushButton" name="pushButton_5_13"> <property name="geometry"> <rect> <x>150</x> <y>79</y> <width>100</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>云台扫描</string> </property> </widget> <widget class="QPushButton" name="pushButton_5_12"> <property name="geometry"> <rect> <x>150</x> <y>39</y> <width>100</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_5_1"> <property name="geometry"> <rect> <x>60</x> <y>40</y> <width>71</width> <height>21</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_5_2"> <property name="geometry"> <rect> <x>60</x> <y>80</y> <width>71</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>12</x> <y>40</y> <width>41</width> <height>21</height> </rect> </property> <property name="text"> <string>角度:</string> </property> </widget> <widget class="QLabel" name="label_10"> <property name="geometry"> <rect> <x>12</x> <y>80</y> <width>41</width> <height>21</height> </rect> </property> <property name="text"> <string>速度:</string> </property> </widget> </widget> <widget class="QRadioButton" name="radioButton_5_2"> <property name="geometry"> <rect> <x>140</x> <y>90</y> <width>61</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255); font: 12pt "Microsoft YaHei UI";</string> </property> <property name="text"> <string>陀螺</string> </property> </widget> <widget class="QRadioButton" name="radioButton_5_1"> <property name="geometry"> <rect> <x>140</x> <y>50</y> <width>61</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255); font: 12pt "Microsoft YaHei UI";</string> </property> <property name="text"> <string>框架</string> </property> </widget> </widget> <widget class="QWidget" name="tab_6"> <attribute name="title"> <string>AI检测</string> </attribute> <widget class="QPushButton" name="pushButton_6_1"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>121</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>AI开</string> </property> </widget> <widget class="QPushButton" name="pushButton_6_4"> <property name="geometry"> <rect> <x>10</x> <y>130</y> <width>121</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>AI检测框隐藏</string> </property> </widget> <widget class="QPushButton" name="pushButton_6_2"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>121</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>AI关</string> </property> </widget> <widget class="QPushButton" name="pushButton_6_3"> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>121</width> <height>30</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>AI检测框显示</string> </property> </widget> <widget class="QGroupBox" name="groupBox_11"> <property name="geometry"> <rect> <x>380</x> <y>10</y> <width>241</width> <height>151</height> </rect> </property> <property name="title"> <string>目标检测方式设置</string> </property> <widget class="QPushButton" name="pushButton_6_6"> <property name="geometry"> <rect> <x>80</x> <y>120</y> <width>100</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QComboBox" name="comboBox_6_2"> <property name="geometry"> <rect> <x>140</x> <y>40</y> <width>91</width> <height>21</height> </rect> </property> </widget> <widget class="QComboBox" name="comboBox_6_3"> <property name="geometry"> <rect> <x>140</x> <y>80</y> <width>91</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>121</width> <height>20</height> </rect> </property> <property name="text"> <string>传感器类型选择:</string> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>121</width> <height>20</height> </rect> </property> <property name="text"> <string>检测方式:</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_12"> <property name="geometry"> <rect> <x>640</x> <y>10</y> <width>221</width> <height>151</height> </rect> </property> <property name="title"> <string>检测兴趣区域位置设置</string> </property> <widget class="QPushButton" name="pushButton_6_7"> <property name="geometry"> <rect> <x>110</x> <y>120</y> <width>91</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>设置</string> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>方位像素:</string> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>81</width> <height>20</height> </rect> </property> <property name="text"> <string>俯仰像素:</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_6_1"> <property name="geometry"> <rect> <x>100</x> <y>40</y> <width>81</width> <height>23</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_6_2"> <property name="geometry"> <rect> <x>100</x> <y>80</y> <width>81</width> <height>23</height> </rect> </property> </widget> <widget class="QPushButton" name="pushButton_6_8"> <property name="geometry"> <rect> <x>10</x> <y>120</y> <width>91</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>像素选取</string> </property> <property name="checkable"> <bool>false</bool> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_7"> <property name="geometry"> <rect> <x>150</x> <y>10</y> <width>211</width> <height>151</height> </rect> </property> <property name="title"> <string>AI跟踪</string> </property> <property name="alignment"> <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set> </property> <widget class="QPushButton" name="pushButton_6_5"> <property name="geometry"> <rect> <x>60</x> <y>120</y> <width>100</width> <height>21</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>AI跟踪</string> </property> </widget> <widget class="QComboBox" name="comboBox_6_1"> <property name="geometry"> <rect> <x>100</x> <y>40</y> <width>101</width> <height>21</height> </rect> </property> </widget> <widget class="QLabel" name="label_11"> <property name="geometry"> <rect> <x>12</x> <y>40</y> <width>81</width> <height>21</height> </rect> </property> <property name="text"> <string>目标类型:</string> </property> </widget> <widget class="QLabel" name="label_12"> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>81</width> <height>21</height> </rect> </property> <property name="text"> <string>编号选择:</string> </property> </widget> <widget class="QSpinBox" name="spinBox_6_1"> <property name="geometry"> <rect> <x>100</x> <y>80</y> <width>101</width> <height>21</height> </rect> </property> </widget> </widget> </widget> </widget> </widget> <resources/> <connections/> </ui>