375 lines
10 KiB
XML
375 lines
10 KiB
XML
<?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>957</width>
|
|
<height>568</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,11">
|
|
<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="QFrame" name="frame_head">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #0D1128;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="9,30,10">
|
|
<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="QFrame" name="frame_4">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,10">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/main/Image/title_ico.png) 0 0 0 0 strech;
|
|
border-width: 5px 1px 3px 4px;
|
|
border-style: solid; </string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #DBF4F5;
|
|
font: 700 12pt "Microsoft YaHei UI";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>密胺投料控制系统</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(16, 21, 49);
|
|
border: 1px solid #122041;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0,0">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
|
|
</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="QPushButton" name="pushButton">
|
|
<property name="styleSheet">
|
|
<string notr="true">
|
|
*{
|
|
color:#3479BE;
|
|
background-color: #111633;
|
|
font: 12pt "Microsoft YaHei UI";
|
|
border: 1px;
|
|
padding:18px;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>投料中心</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="styleSheet">
|
|
<string notr="true">
|
|
*{
|
|
color:#3479BE;
|
|
background-color: #111633;
|
|
font: 12pt "Microsoft YaHei UI";
|
|
border: 1px;
|
|
padding:18px;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>捏合中心</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="styleSheet">
|
|
<string notr="true">
|
|
*{
|
|
color:#3479BE;
|
|
background-color: #111633;
|
|
font: 12pt "Microsoft YaHei UI";
|
|
border: 1px;
|
|
padding:18px;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>成品</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="styleSheet">
|
|
<string notr="true">
|
|
*{
|
|
color:#3479BE;
|
|
background-color: #111633;
|
|
font: 12pt "Microsoft YaHei UI";
|
|
border: 1px;
|
|
padding:18px;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>控制中心</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_3">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">*{
|
|
color:#838992;
|
|
background-color: #1B1F34;
|
|
font: 9pt "Microsoft YaHei UI";
|
|
border: 1px solid #282B40;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>登录</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="MainRecources.qrc">
|
|
<normaloff>:/main/Image/login.svg</normaloff>:/main/Image/login.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>20</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">*{
|
|
color:#838992;
|
|
background-color: #1B1F34;
|
|
font: 9pt "Microsoft YaHei UI";
|
|
border: 1px solid #282B40;
|
|
}
|
|
*:pressed
|
|
{
|
|
color:#ffffff;
|
|
background-color: #1A3E79;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>退出</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="MainRecources.qrc">
|
|
<normaloff>:/main/Image/logout.svg</normaloff>:/main/Image/logout.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_main">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: #0D1128;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="9,30,10">
|
|
<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="QFrame" name="frame_5">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(16, 21, 49);
|
|
border: 1px solid #122041;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_6">
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="frame_7">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(16, 21, 49);
|
|
border: 1px solid #122041;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="MainRecources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|