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">
|
2024-11-11 17:48:22 +08:00
|
|
|
<iconset resource="resource.qrc">
|
2024-10-31 17:47:16 +08:00
|
|
|
<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>
|
2024-11-05 17:48:05 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,3,4,3,0">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="spacing">
|
2024-11-04 21:11:39 +08:00
|
|
|
<number>0</number>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2024-11-05 17:48:05 +08:00
|
|
|
<number>9</number>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2024-11-04 21:11:39 +08:00
|
|
|
<number>0</number>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
2024-11-04 21:11:39 +08:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_16">
|
|
|
|
<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-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-05 17:48:05 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_56">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_title">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">#label_title{
|
2024-10-31 17:47:16 +08:00
|
|
|
color:white;
|
|
|
|
font: 24pt "黑体";
|
|
|
|
}</string>
|
2024-11-05 17:48:05 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>玉泉煤流检测</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2024-10-31 17:47:16 +08:00
|
|
|
</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>
|
2024-11-05 17:48:05 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_57">
|
|
|
|
<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{
|
2024-10-31 17:47:16 +08:00
|
|
|
color:white;
|
|
|
|
font: 16pt "黑体";
|
|
|
|
}</string>
|
2024-11-05 17:48:05 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>2024年10月31日 星期一</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2024-10-31 17:47:16 +08:00
|
|
|
</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">
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="3">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="2,2,3">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="4,2,2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<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 "黑体";
|
|
|
|
}</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>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-10-31 17:47:16 +08:00
|
|
|
<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 "黑体";
|
|
|
|
}</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>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_warnInfo" native="true">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="styleSheet">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string notr="true">#widget_warnInfo{
|
|
|
|
border-image: url(:/Resource/image/warningInfobg.png);
|
|
|
|
}</string>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7" stretch="1,9">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_warnInfoLogo" native="true">
|
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>35</width>
|
|
|
|
<height>35</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string notr="true">#widget_warnInfoLogo{
|
|
|
|
border-image: url(:/Resource/image/icon3.png);
|
2024-10-31 17:47:16 +08:00
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QLabel" name="label_8">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLabel{
|
|
|
|
color:white;
|
|
|
|
font: 12pt "黑体";
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string>皮带报警信息</string>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_beltWarnInfoEdit" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_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>
|
|
|
|
<widget class="QTextEdit" name="textEdit_beltWarnInfo">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">#textEdit_beltWarnInfo{
|
|
|
|
background-color:transparent;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font: 12pt "Albertus Extra Bold";
|
|
|
|
border:no;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-10-31 17:47:16 +08:00
|
|
|
</item>
|
2024-11-13 17:39:20 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5" stretch="6,2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<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>
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_19" stretch="0,4">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_beltLogo1" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2024-11-13 17:39:20 +08:00
|
|
|
<width>160</width>
|
|
|
|
<height>26</height>
|
2024-10-31 17:47:16 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string notr="true">#widget_beltLogo1{
|
2024-10-31 17:47:16 +08:00
|
|
|
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 "黑体";
|
|
|
|
}</string>
|
|
|
|
</property>
|
2024-11-13 17:39:20 +08:00
|
|
|
<property name="text">
|
|
|
|
<string>1#皮带煤量相机</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2024-10-31 17:47:16 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2024-11-13 17:39:20 +08:00
|
|
|
</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"/>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_beltVideobg" native="true">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">#widget_beltVideobg{
|
|
|
|
|
|
|
|
border-image: url(:/Resource/image/beltCamera.png);
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2024-10-31 17:47:16 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_beltCamera" native="true">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="styleSheet">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string notr="true">#widget_beltCamera{
|
2024-10-31 17:47:16 +08:00
|
|
|
|
2024-11-13 17:39:20 +08:00
|
|
|
border-image: url(:/Resource/image/beltCamerabg.png);
|
2024-10-31 17:47:16 +08:00
|
|
|
}</string>
|
|
|
|
</property>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8" stretch="1,9">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
2024-11-13 17:39:20 +08:00
|
|
|
<number>4</number>
|
2024-10-31 17:47:16 +08:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>45</number>
|
|
|
|
</property>
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QLabel" name="label_beltCamera">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLabel{
|
2024-10-31 17:47:16 +08:00
|
|
|
color:white;
|
|
|
|
font: 12pt "黑体";
|
|
|
|
}</string>
|
2024-10-31 22:02:32 +08:00
|
|
|
</property>
|
2024-11-13 17:39:20 +08:00
|
|
|
<property name="text">
|
|
|
|
<string>1#皮带煤量相机</string>
|
|
|
|
</property>
|
2024-10-31 22:02:32 +08:00
|
|
|
</widget>
|
2024-10-31 17:47:16 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<item>
|
|
|
|
<widget class="FFmpegWidget" name="widget_beltVideo" native="true"/>
|
|
|
|
</item>
|
2024-10-31 17:47:16 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-11-13 17:39:20 +08:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
2024-10-31 17:47:16 +08:00
|
|
|
<item>
|
2024-11-13 17:39:20 +08:00
|
|
|
<widget class="QWidget" name="widget_coalStatis" native="true">
|
2024-10-31 17:47:16 +08:00
|
|
|
<property name="styleSheet">
|
2024-11-13 17:39:20 +08:00
|
|
|
<string notr="true">#widget_coalStatis{
|
2024-10-31 17:47:16 +08:00
|
|
|
|
2024-11-13 17:39:20 +08:00
|
|
|
border-image: url(:/Resource/image/coalStatisbg.png);
|
2024-10-31 17:47:16 +08:00
|
|
|
}</string>
|
|
|
|
</property>
|
2024-11-13 17:39:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9" stretch="">
|
2024-10-31 17:47:16 +08:00
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2024-11-04 21:11:39 +08:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>FFmpegWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>ffmpeg.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2024-11-11 17:48:22 +08:00
|
|
|
<resources>
|
|
|
|
<include location="resource.qrc"/>
|
|
|
|
</resources>
|
2024-10-31 17:47:16 +08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|