Files
SatelliteControl/mainwindow.ui
zhuo.li a0aed8f539 卫星终端控制软件_V1.1.0
1、增加信道/复位等参数配置
2026-01-04 13:49:35 +08:00

1314 lines
44 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>1620</width>
<height>1137</height>
</rect>
</property>
<property name="windowTitle">
<string>卫星终端控制软件</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="widgetCallAndMessage" native="true">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>691</width>
<height>1051</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_27" stretch="0,0,0">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_58">
<item>
<widget class="QLabel" name="label_107">
<property name="text">
<string>信道选择:</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rdbChannelS">
<property name="text">
<string>S</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rdbChannelUHF">
<property name="text">
<string>UHF</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rdbChannelAuto">
<property name="text">
<string>自动</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="gpbCall">
<property name="title">
<string>通话</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_59" stretch="0,1,0,0,0,0,0">
<item>
<widget class="QLabel" name="label_108">
<property name="text">
<string>对方号码:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbCallNumber">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_109">
<property name="text">
<string>状态:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblCallStatus">
<property name="text">
<string>空闲</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblCallDuration">
<property name="text">
<string>00:00:00</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnCallAnswer">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/call_accepted.png</normaloff>:/rc/res/call_accepted.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnCallReject">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/call_cancelled.png</normaloff>:/rc/res/call_cancelled.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_45">
<property name="title">
<string>短消息</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0,1">
<item>
<widget class="QGroupBox" name="groupUhFAndS">
<property name="title">
<string>UHF / S</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout_14">
<item row="0" column="0">
<widget class="QLabel" name="label_111">
<property name="text">
<string>对方号码:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_112">
<property name="text">
<string>发送内容:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QTextEdit" name="txtMessageContentForUhfAndS">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cmbMessageNumberForUhfAndS">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_61">
<item>
<spacer name="horizontalSpacer_18">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnSendMessageByUhfOrS">
<property name="text">
<string>发送</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBeiDou">
<property name="title">
<string>北斗</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="gridLayout_15">
<item row="0" column="0">
<widget class="QLabel" name="label_119">
<property name="text">
<string>对方号码:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_124">
<property name="text">
<string>发送内容:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QTextEdit" name="txtMessageContentForBeiDou">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cmbMessageNumberForBeiDou">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_69">
<item>
<spacer name="horizontalSpacer_23">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnSendMessageByBeiDou">
<property name="text">
<string>发送</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupMessageList">
<property name="title">
<string>消息列表</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_62">
<item>
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_113">
<property name="text">
<string>未读消息数:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblUnreadMessageCount">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="tblMessageList">
<property name="editTriggers">
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SelectionMode::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>读取状态</string>
</property>
</column>
<column>
<property name="text">
<string>开始时间</string>
</property>
</column>
<column>
<property name="text">
<string>信道</string>
</property>
</column>
<column>
<property name="text">
<string>方向</string>
</property>
</column>
<column>
<property name="text">
<string>号码</string>
</property>
</column>
<column>
<property name="text">
<string>消息</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_63">
<item>
<widget class="QLabel" name="label_114">
<property name="text">
<string>当前选择的消息内容:</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_20">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="txtCurrentItemMessageContent">
<property name="enabled">
<bool>true</bool>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_64">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>连接状态:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblLinkStatus">
<property name="text">
<string>未连接</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>软件版本号 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblSoftVersion">
<property name="text">
<string>未知</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_21">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnSoftReset">
<property name="text">
<string>软件复位</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnConfigParam">
<property name="text">
<string>参数配置</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRecordQuery">
<property name="text">
<string>历史记录查询</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="widgetSatelliteStatus" native="true">
<property name="geometry">
<rect>
<x>984</x>
<y>71</y>
<width>580</width>
<height>571</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QGroupBox" name="groupSatelliteStatus">
<property name="title">
<string>卫星状态</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30" stretch="0,0,1">
<item>
<widget class="QGroupBox" name="groupBox_48">
<property name="title">
<string>UHF</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_65">
<item>
<widget class="QLabel" name="label_125">
<property name="text">
<string>模块状态:</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnUHFModuleStatus">
<property name="toolTip">
<string>故障</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/circle_gray.png</normaloff>:/rc/res/circle_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelUHFSimCardStatus">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string> SIM卡状态</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnUHFSimCardStatus">
<property name="toolTip">
<string>不存在</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_127">
<property name="text">
<string> M卡状态</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnUHFMCardStatus">
<property name="toolTip">
<string>不存在</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/card_gray.png</normaloff>:/rc/res/card_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_115">
<property name="text">
<string> 入网状态:</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnUHFNetworkAccessStatus">
<property name="toolTip">
<string>未入网</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/net_out.png</normaloff>:/rc/res/net_out.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_117">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string> 信号强度:</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnUHFSignalStrength">
<property name="toolTip">
<string>0</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/signal_0.png</normaloff>:/rc/res/signal_0.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_49">
<property name="title">
<string>S</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_66">
<item>
<widget class="QLabel" name="label_126">
<property name="text">
<string>模块状态:</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSModueStatus">
<property name="toolTip">
<string>故障</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/circle_gray.png</normaloff>:/rc/res/circle_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl">
<property name="text">
<string> SIM卡状态</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSSimCardStatus">
<property name="toolTip">
<string>不存在</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/card_gray.png</normaloff>:/rc/res/card_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_2">
<property name="text">
<string> M卡状态</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSMCardStatus">
<property name="toolTip">
<string>不存在</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/card_gray.png</normaloff>:/rc/res/card_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_118">
<property name="text">
<string> 入网状态:</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSNetworkAccessStatus">
<property name="toolTip">
<string>未入网</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/net_out.png</normaloff>:/rc/res/net_out.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_120">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="text">
<string> 信号强度:</string>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSSignalStrength">
<property name="toolTip">
<string>0</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/signal_0.png</normaloff>:/rc/res/signal_0.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="sDataSwitch">
<property name="text">
<string>数据开关</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_50">
<property name="title">
<string>北斗</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_31" stretch="0,0">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_67">
<item>
<widget class="QLabel" name="label_121">
<property name="text">
<string>模块状态:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnBeiDouModuleStatus">
<property name="toolTip">
<string>故障</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/circle_gray.png</normaloff>:/rc/res/circle_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_122">
<property name="text">
<string> SIM卡状态</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnBeiDouSimCardStatus">
<property name="toolTip">
<string>不存在</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/card_gray.png</normaloff>:/rc/res/card_gray.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_128">
<property name="text">
<string> RDSS_S1波束锁定数量</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="rds1SatelliteCount">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_129">
<property name="text">
<string> RDSS_S2波束锁定数量</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="rds2SatelliteCount">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_123">
<property name="text">
<string> RNSS收星数</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblSatelliteCount">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_22">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>RDSS卫星</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_53">
<property name="title">
<string>S1波束</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_71">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="vboxChannelBeidouRDS1SignalStrength"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_54">
<property name="title">
<string>S2波束</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_72">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="vboxChannelBeidouRDS2SignalStrength"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>RNSS卫星</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_52">
<property name="title">
<string>直方图</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_70">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="vboxChannelBeidouSignalStrength"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_51">
<property name="title">
<string>分布图</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_68" stretch="0">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="vboxAzimuthMap"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>其它</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>位置 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>天线 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="lblHydraulicCylinderHeight">
<property name="text">
<string>CCCCCCCCCCCCCCCCC</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="lblPhaseLockedLoop">
<property name="text">
<string>EEEEEEEEEEEEEEEEEE</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>锁相环 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="lblAntennaPowerSupply">
<property name="text">
<string>AAAAAAAAAAAAAAAAAAA</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lblPosition">
<property name="text">
<string>DDDDDDDDDDDDDDDD</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>液压杠升级高度 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>转台 </string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="lblZhuanTaiStatus">
<property name="text">
<string>BBBBBBBBBBBBBBBBBBB</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1620</width>
<height>18</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>