335 lines
9.2 KiB
XML
335 lines
9.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CoalStaticWidget</class>
|
|
<widget class="QWidget" name="CoalStaticWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1059</width>
|
|
<height>386</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_19">
|
|
<property name="spacing">
|
|
<number>30</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>10</number>
|
|
</property>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<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 "黑体";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>煤量统计</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
<property name="spacing">
|
|
<number>15</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel{
|
|
color: rgb(255, 255, 255);
|
|
font: 10pt "黑体";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>开始时间</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="ZDateTimeEdit" name="dateTimeEdit_startTime">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDateTimeEdit {
|
|
background-color: rgb(51, 52, 56);
|
|
color: white; /* 字体颜色 */
|
|
border: 1px solid rgb(180, 186, 188); /* 边框颜色和宽度 */
|
|
border-radius: 0px; /* 圆角 */
|
|
padding: 5px; /* 内边距 */
|
|
font-size: 14px; /* 字体大小 */
|
|
font-family: "Arial", sans-serif; /* 字体样式 */
|
|
}
|
|
|
|
QDateTimeEdit::up-button {
|
|
subcontrol-origin: padding;
|
|
subcontrol-position: top right;
|
|
}
|
|
|
|
QDateTimeEdit::down-button {
|
|
subcontrol-origin: padding;
|
|
subcontrol-position: bottom right;
|
|
}
|
|
QDateTimeEdit::up-button, QDateTimeEdit::down-button {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel{
|
|
color: rgb(255, 255, 255);
|
|
font: 10pt "黑体";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>结束时间</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="ZDateTimeEdit" name="dateTimeEdit_endTime">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDateTimeEdit {
|
|
background-color: rgb(51, 52, 56);
|
|
color: white; /* 字体颜色 */
|
|
border: 1px solid rgb(180, 186, 188); /* 边框颜色和宽度 */
|
|
border-radius: 0px; /* 圆角 */
|
|
padding: 5px; /* 内边距 */
|
|
font-size: 14px; /* 字体大小 */
|
|
font-family: "Arial", sans-serif; /* 字体样式 */
|
|
}
|
|
|
|
QDateTimeEdit::up-button {
|
|
subcontrol-origin: padding;
|
|
subcontrol-position: top right;
|
|
}
|
|
|
|
QDateTimeEdit::down-button {
|
|
subcontrol-origin: padding;
|
|
subcontrol-position: bottom right;
|
|
}
|
|
QDateTimeEdit::up-button, QDateTimeEdit::down-button {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel{
|
|
color: rgb(255, 255, 255);
|
|
font: 10pt "黑体";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>统计单位</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox_unit">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QComboBox{
|
|
background-color: rgb(51, 52, 56);
|
|
color: white; /* 字体颜色 */
|
|
border: 1px solid rgb(180, 186, 188); /* 边框颜色和宽度 */
|
|
border-radius: 0px; /* 圆角 */
|
|
padding: 5px; /* 内边距 */
|
|
font-size: 14px; /* 字体大小 */
|
|
font-family: "Arial", sans-serif; /* 字体样式 */
|
|
}</string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>时</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>日</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>月</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>年</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-image: url(:/Resource/image/labelunSelect.png);
|
|
color:white;
|
|
font-size: 14px;
|
|
border: none;
|
|
}
|
|
QPushButton:hover{
|
|
border-image:url(:/Resource/image/labelhover.png);
|
|
}
|
|
|
|
QPushButton:pressed{
|
|
border-image: url(:/Resource/image/labelSelect.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确定</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_totalVolume">
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel{
|
|
color: rgb(255, 255, 255);
|
|
font: 10pt "黑体";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>煤量总计:000吨</string>
|
|
</property>
|
|
</widget>
|
|
</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>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_coalStatisticsChart" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<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>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ZDateTimeEdit</class>
|
|
<extends>QDateTimeEdit</extends>
|
|
<header>component/ZDateEdit/zdatetimeedit.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|