3500/TerminalInfo.ui

776 lines
27 KiB
Plaintext
Raw Normal View History

2023-04-14 19:30:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CTerminalInfo</class>
<widget class="QWidget" name="CTerminalInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-10-19 14:15:31 +08:00
<width>738</width>
<height>545</height>
2023-04-14 19:30:30 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
2023-10-19 14:15:31 +08:00
<string notr="true">font: 10pt &quot;黑体&quot;;color: rgb(27, 30, 35);</string>
2023-04-14 19:30:30 +08:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>10</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>10</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>10</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>487</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_22">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>终端详情</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>487</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QWidget" name="widget_3" native="true">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>16777215</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>终端信息</string>
</property>
2024-04-24 14:41:13 +08:00
<layout class="QVBoxLayout" name="verticalLayout_7">
2023-10-19 14:15:31 +08:00
<item>
2024-04-24 14:41:13 +08:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2023-10-19 14:15:31 +08:00
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</height>
</size>
</property>
2024-09-11 16:37:00 +08:00
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
2024-04-24 14:41:13 +08:00
<property name="text">
<string>在线状态:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">color: rgb(0, 170, 0);</string>
</property>
<property name="text">
<string>在线</string>
</property>
</widget>
</item>
</layout>
2023-10-19 14:15:31 +08:00
</item>
2023-04-14 19:30:30 +08:00
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_DatawatchNo">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_5">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_DatawatchName">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_7">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_Version">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="label_8">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
<string>GUI版本</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_Version_GUI">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_9">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QPushButton" name="pushButton_Update">
<property name="minimumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_Update { border-image: url(:/image/Btn/normal_Btn.png);
2023-04-14 19:30:30 +08:00
color:#1f5188 }
#pushButton_Update:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_Update:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_Update:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
2024-04-24 14:41:13 +08:00
</property>
<property name="text">
<string>升级</string>
</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>
</layout>
2023-10-19 14:15:31 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_10">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_City">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_12">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_Time">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_14">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_User">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_16">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_Type">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_18">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QLabel" name="label_SerialNo">
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_20">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2024-07-04 15:23:26 +08:00
<string>数据配置:</string>
2024-04-24 14:41:13 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2024-07-04 15:23:26 +08:00
<widget class="QPushButton" name="pushButton_import">
<property name="minimumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_import { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_import:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_import:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_import:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
2024-04-24 14:41:13 +08:00
<property name="text">
2024-07-04 15:23:26 +08:00
<string>导入</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_export">
<property name="minimumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_export { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_export:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_export:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_export:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>导出</string>
2024-04-24 14:41:13 +08:00
</property>
</widget>
</item>
2024-07-04 15:23:26 +08:00
<item>
<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>
2024-04-24 14:41:13 +08:00
</layout>
2023-10-19 14:15:31 +08:00
</item>
<item>
2024-04-24 14:41:13 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="label_21">
<property name="minimumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-09-11 16:37:00 +08:00
<width>100</width>
2024-04-24 14:41:13 +08:00
<height>16777215</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="QPushButton" name="pushButtonCopy">
<property name="minimumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButtonCopy { border-image: url(:/image/Btn/normal_Btn.png);
2023-10-19 14:15:31 +08:00
color:#1f5188 }
#pushButtonCopy:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButtonCopy:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButtonCopy:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
2024-04-24 14:41:13 +08:00
</property>
<property name="text">
<string>拷贝</string>
</property>
</widget>
</item>
<item>
<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>
</layout>
2023-04-14 19:30:30 +08:00
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_4" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QWidget" name="widget_5" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>健康</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QWidget" name="widget_Title" native="true"/>
</item>
<item>
<widget class="QWidget" name="widget_Chart" native="true"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_6" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>300</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>300</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>数据事件</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<property name="topMargin">
<number>20</number>
</property>
<item>
<widget class="QTableView" name="tableView">
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>