3500/SystemSelfcheck.ui

542 lines
17 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>CSystemSelfcheck</class>
<widget class="QWidget" name="CSystemSelfcheck">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1128</width>
<height>766</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt &quot;黑体&quot;;color: rgb(27, 30, 35);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>30</number>
</property>
<property name="rightMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>30</number>
</property>
<item>
<widget class="QWidget" name="widget_6" 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_16">
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>483</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_25">
<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_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>483</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QChartView" name="chartView" native="true">
<property name="minimumSize">
<size>
<width>400</width>
<height>400</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>400</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_5" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>20</number>
</property>
<item>
<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>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>装置电源自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Power">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
2023-04-27 19:48:15 +08:00
<string>CPU自检状态 </string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_CPU">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-04-27 19:48:15 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-04-27 19:48:15 +08:00
<width>16777215</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>第一板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board1">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>第二板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board2">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>第三板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board3">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>第四板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board4">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<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>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>20</number>
</property>
<item>
<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>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>第五板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board5">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>第六板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board6">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>第七板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board7">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>第八板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board8">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>第九板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board9">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>第十板卡自检状态:</string>
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLabel" name="label_Board10">
2023-04-14 19:30:30 +08:00
<property name="text">
<string>待检</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<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>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</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>470</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_check">
<property name="minimumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_check { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_check:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_check:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_check:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</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>470</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QChartView</class>
<extends>QWidget</extends>
<header>qchartview.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>