HX_CoalFlowDetect/mainwindow.ui

3214 lines
122 KiB
Plaintext
Raw Normal View History

2024-10-31 17:47:16 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/Resource/image/logo.png</normaloff>:/Resource/image/logo.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<property name="styleSheet">
<string notr="true">#centralWidget{
background-color: rgb(5, 13, 18);
border-image: url(:/Resource/image/background.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QWidget" name="widget_head" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>71</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_head{
border-image: url(:/Resource/image/title.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>65</number>
</property>
<property name="leftMargin">
<number>320</number>
</property>
<property name="rightMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<item>
<widget class="QLabel" name="label_title">
<property name="styleSheet">
<string notr="true">#label_title{
color:white;
font: 24pt &quot;黑体&quot;;
}</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>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_calendar">
<property name="minimumSize">
<size>
<width>268</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#label_calendar{
color:white;
font: 16pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>2024年10月31日 星期一</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<property name="spacing">
<number>15</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_min">
<property name="minimumSize">
<size>
<width>28</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/min.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/minHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/minPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_max">
<property name="minimumSize">
<size>
<width>28</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/max.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/maxHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/maxPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_close">
<property name="minimumSize">
<size>
<width>28</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/close.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/closeHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/closePress.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_body" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="4,2">
<item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="2,4,3">
<property name="spacing">
<number>6</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,4">
<item>
<widget class="QWidget" name="widget_beltOperate" native="true">
<property name="styleSheet">
<string notr="true">#widget_beltOperate{
border-image: url(:/Resource/image/beltOperate.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_13" stretch="1,0,3,0,3,0">
<property name="spacing">
<number>9</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="leftMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QWidget" name="widget_beltOperateLogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_beltOperateLogo{
border-image: url(:/Resource/image/icon1.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_beltTitle">
<property name="styleSheet">
<string notr="true">#label_beltTitle{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>皮带机集控站</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_beltOperateState">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>48</width>
<height>17</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#label_beltState{
background-image: url(:/Resource/image/beltOffline.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<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>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<property name="spacing">
<number>5</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QToolButton" name="toolButton_centralControl">
<property name="minimumSize">
<size>
<width>90</width>
<height>24</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/jikong.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}
</string>
</property>
<property name="text">
<string>集控</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_overhaul">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/jiudi.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image:url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}</string>
</property>
<property name="text">
<string>检修</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_inching">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/jiudi.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}</string>
</property>
<property name="text">
<string>点动</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_local">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/jiudi.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}</string>
</property>
<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>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_onClickStart">
<property name="minimumSize">
<size>
<width>100</width>
<height>45</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-image: url(:/Resource/image/oneClickStart.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/oneClickStartHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/oneClickStartPress.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_oneKeyStop">
<property name="minimumSize">
<size>
<width>100</width>
<height>45</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-color: transparent;
border-image: url(:/Resource/image/oneClickStop.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/oneClickStopHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/oneClickStopPress.png);
}</string>
</property>
<property name="text">
<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>
</item>
<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>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_speedModel" native="true">
<property name="styleSheet">
<string notr="true">#widget_speedModel{
border-image: url(:/Resource/image/speedModel.png);
}
</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,1,0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QWidget" name="widget_speedmodellogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_speedmodellogo{
border-image: url(:/Resource/image/icon2.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>调速模式选择</string>
</property>
</widget>
</item>
<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>
</layout>
</item>
<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_10" stretch="0,3,0,3,0,8">
<item>
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="leftMargin">
<number>25</number>
</property>
<item>
<widget class="QToolButton" name="toolButton_2">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/kekong.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}
</string>
</property>
<property name="text">
<string>可控</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="toolButton">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/bukekong.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}
</string>
</property>
<property name="text">
<string>不可控</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_10">
<property name="leftMargin">
<number>25</number>
</property>
<item>
<widget class="QToolButton" name="toolButton_4">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/shoudong.png) center no-repeat;
font-size: 14px;
border: none;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}
</string>
</property>
<property name="text">
<string>手动</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="toolButton_3">
<property name="minimumSize">
<size>
<width>90</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
border-image: url(:/Resource/image/labelunSelect.png);
color:white;
margin-left:-30px;
padding-left:60px;
background:url(:/Resource/image/zidong.png) center no-repeat;
font-size: 14px;
border: none;;
}
QToolButton:hover{
border-image: url(:/Resource/image/labelhover.png);
}
QToolButton:pressed{
border-image: url(:/Resource/image/labelSelect.png);
}
</string>
</property>
<property name="text">
<string>自动</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_11">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>25</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>一键频率下发</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QSlider" name="horizontalSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</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>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>中速</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>全速</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QWidget" name="widget_belt1" native="true">
<layout class="QVBoxLayout" name="verticalLayout_22">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_19" stretch="1,4,4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QWidget" name="widget_beltLogo1" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>160</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_beltLogo1{
color:white;
border-image: url(:/Resource/image/beltCamera_unselect.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<property name="leftMargin">
<number>40</number>
</property>
<item>
<widget class="QLabel" name="label_beltCameraName">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>1#皮带煤量相机</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_belt1video" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt1video{
border-image: url(:/Resource/image/beltCameraDemo.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_belt1Info" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt1Info{
border-image: url(:/Resource/image/beltInfobg.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<property name="spacing">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23" stretch="4,2">
<item>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<widget class="QLabel" name="label_14">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/speed.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_25">
<item>
<widget class="QLabel" name="label_belt1Speed">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>速度10m/s</string>
</property>
</widget>
</item>
<item>
2024-10-31 18:06:13 +08:00
<widget class="QProgressBar" name="progressBar_belt1Speed">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
2024-10-31 17:47:16 +08:00
<property name="value">
<number>24</number>
</property>
2024-10-31 18:06:13 +08:00
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
2024-10-31 17:47:16 +08:00
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_30">
<item>
<widget class="QLabel" name="label_15">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/electric.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_26">
<item>
<widget class="QLabel" name="label_belt1electric">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>电流10A</string>
</property>
</widget>
</item>
<item>
2024-10-31 18:06:13 +08:00
<widget class="QProgressBar" name="progressBar_belt1electric">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_29">
<item>
<widget class="QLabel" name="label_17">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/temperature.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_27">
<item>
<widget class="QLabel" name="label_belt1Temperature">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>温度10℃</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt1Temperature">
2024-10-31 18:06:13 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<widget class="QLabel" name="label_19">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/wind.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item>
<widget class="QLabel" name="label_belt1Wind">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>绕组10</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt1Wind">
2024-10-31 18:06:13 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_14">
<property name="spacing">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_53">
<item>
<spacer name="horizontalSpacer_13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_belt1State">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/beltOffline.png);
background-repeat:no-repeat;
background-position:top;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<property name="topMargin">
<number>15</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_belt1Start">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/start.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/startHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/startPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_belt1Stop">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/stop.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/stopHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/stopPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="label_12">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>启动</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>停止</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_belt2" native="true">
<layout class="QVBoxLayout" name="verticalLayout_35">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_23" stretch="1,4,4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<widget class="QWidget" name="widget_beltLogo2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>160</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_beltLogo2{
color:white;
border-image: url(:/Resource/image/beltCamera_unselect.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_32">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_33">
<property name="leftMargin">
<number>40</number>
</property>
<item>
<widget class="QLabel" name="label_beltCameraName_2">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>2#皮带煤量相机</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_belt2video" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt2video{
border-image: url(:/Resource/image/beltCameraDemo.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_belt2Info" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt2Info{
border-image: url(:/Resource/image/beltInfobg.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_34">
<property name="spacing">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_35" stretch="4,2">
<item>
<layout class="QVBoxLayout" name="verticalLayout_29">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_36">
<item>
<widget class="QLabel" name="label_18">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/speed.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_30">
<item>
<widget class="QLabel" name="label_belt1Speed_2">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>速度10m/s</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt2Speed">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_37">
<item>
<widget class="QLabel" name="label_20">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/electric.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_31">
<item>
<widget class="QLabel" name="label_belt1electric_2">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>电流10A</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt2electric">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QLabel" name="label_21">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/temperature.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_32">
<item>
<widget class="QLabel" name="label_belt1Temperature_2">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>温度10℃</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt2Temperature">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_39">
<item>
<widget class="QLabel" name="label_22">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/wind.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_33">
<item>
<widget class="QLabel" name="label_belt1Wind_2">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>绕组10</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt2Wind">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_34">
<property name="spacing">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_54">
<item>
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QLabel" name="label_belt2State">
2024-10-31 17:47:16 +08:00
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/beltOffline.png);
background-repeat:no-repeat;
background-position:top;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_40">
<property name="topMargin">
<number>15</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_belt1Start_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/start.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/startHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/startPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_belt1Stop_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/stop.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/stopHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/stopPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_41">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="label_24">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>启动</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_25">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>停止</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_belt3" native="true">
<layout class="QVBoxLayout" name="verticalLayout_42">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_24" stretch="1,4,4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_42">
<item>
<widget class="QWidget" name="widget_beltLogo3" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>160</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_beltLogo3{
color:white;
border-image: url(:/Resource/image/beltCamera_unselect.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_43">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_44">
<property name="leftMargin">
<number>40</number>
</property>
<item>
<widget class="QLabel" name="label_beltCameraName_3">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>3#皮带煤量相机</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_26">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_belt3video" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt3video{
border-image: url(:/Resource/image/beltCameraDemo.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_belt3Info" native="true">
<property name="styleSheet">
<string notr="true">#widget_belt3Info{
border-image: url(:/Resource/image/beltInfobg.png);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_45">
<property name="spacing">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_46" stretch="4,2">
<item>
<layout class="QVBoxLayout" name="verticalLayout_36">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_47">
<item>
<widget class="QLabel" name="label_27">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/speed.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_37">
<item>
<widget class="QLabel" name="label_belt1Speed_3">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>速度10m/s</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt3Speed">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_48">
<item>
<widget class="QLabel" name="label_28">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/electric.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_38">
<item>
<widget class="QLabel" name="label_belt1electric_3">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>电流10A</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt3electric">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_49">
<item>
<widget class="QLabel" name="label_29">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/temperature.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_39">
<item>
<widget class="QLabel" name="label_belt1Temperature_3">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>温度10℃</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt3Temperature">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_50">
<item>
<widget class="QLabel" name="label_30">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/wind.png);
background-repeat:no-repeat;
background-position:center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_40">
<item>
<widget class="QLabel" name="label_belt1Wind_3">
<property name="styleSheet">
<string notr="true">QLabel{
font: 10pt &quot;黑体&quot;;
color: rgb(255, 255, 255);
}</string>
</property>
<property name="text">
<string>绕组10</string>
</property>
</widget>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QProgressBar" name="progressBar_belt3Wind">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
border: none;
background: #2E3133;
border-radius: 50px;
}
QProgressBar::chunk {
background: #53F2A4;
border-radius: 15px;
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
2024-10-31 17:47:16 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_41">
<property name="spacing">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_55">
<item>
<spacer name="horizontalSpacer_15">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QLabel" name="label_belt3State">
2024-10-31 17:47:16 +08:00
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
background-image: url(:/Resource/image/beltOffline.png);
background-repeat:no-repeat;
background-position:top;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_51">
<property name="topMargin">
<number>15</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_belt1Start_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/start.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/startHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/startPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_belt1Stop_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:0px;
border-image: url(:/Resource/image/stop.png);
}
QPushButton:hover{
border-image: url(:/Resource/image/stopHover.png);
}
QPushButton:pressed{
border-image: url(:/Resource/image/stopPress.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_52">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="label_32">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>启动</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_33">
<property name="styleSheet">
<string notr="true">QLabel{
color: rgb(255, 255, 255);
font: 10pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>停止</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QWidget" name="widget_coalDistribut" native="true">
<property name="styleSheet">
<string notr="true">#widget_coalDistribut{
border-image: url(:/Resource/image/coalDistributbg.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_15" stretch="1,9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QWidget" name="widget_coalDistributLogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_coalDistributLogo{
border-image: url(:/Resource/image/icon4.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>煤流分布</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
2024-10-31 22:02:32 +08:00
<widget class="QWidget" name="widget_coalDistributChart" native="true">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
</widget>
2024-10-31 17:47:16 +08:00
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_beltSpeed" native="true">
<property name="styleSheet">
<string notr="true">#widget_beltSpeed{
border-image: url(:/Resource/image/coalDistributbg.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_17" stretch="1,9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QWidget" name="widget_beltSpeedlogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_beltSpeedlogo{
border-image: url(:/Resource/image/icon5.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>皮带机速度曲线</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>6</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QWidget" name="widget_warnInfo" native="true">
<property name="styleSheet">
<string notr="true">#widget_warnInfo{
border-image: url(:/Resource/image/warningInfobg.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7" stretch="1,9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QWidget" name="widget_warnInfoLogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_warnInfoLogo{
border-image: url(:/Resource/image/icon3.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>皮带报警信息</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_beltCamera" native="true">
<property name="styleSheet">
<string notr="true">#widget_beltCamera{
border-image: url(:/Resource/image/beltCamerabg.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8" stretch="1,9">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<property name="leftMargin">
<number>45</number>
</property>
<item>
<widget class="QLabel" name="label_beltCamera">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>1#皮带煤量相机</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_beltVideo" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_coalStatis" native="true">
<property name="styleSheet">
<string notr="true">#widget_coalStatis{
border-image: url(:/Resource/image/coalStatisbg.png);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9" stretch="1,9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QWidget" name="widget_coalStaticLogo" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#widget_coalStaticLogo{
border-image: url(:/Resource/image/icon6.png);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="styleSheet">
<string notr="true">QLabel{
color:white;
font: 12pt &quot;黑体&quot;;
}</string>
</property>
<property name="text">
<string>煤量统计</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget_5" native="true"/>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>