PowerMaster/ui/dvieSecondaryWindow.ui

219 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dvieSecondaryWindow</class>
<widget class="QMainWindow" name="dvieSecondaryWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1544</width>
<height>956</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QScrollBar:vertical
{
width:5px;
border:0px;
padding-top:10px;
padding-bottom:10px;
background-color: transparent;
}
QScrollBar::handle:vertical
{
background-color: rgb(83, 90, 117);
}
QScrollBar::handle:vertical:hover
{
background-color: rgb(100, 109, 141);
}
QScrollBar::handle:vertical:pressed
{
background-color: rgb(83, 90, 117);
}
QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical
{
background-color: transparent;
}
QScrollBar::add-line:vertical
{
background-color: transparent;
}
QScrollBar::add-line:vertical:hover
{
}
QScrollBar::add-line:vertical:pressed
{
}
QScrollBar::sub-line:vertical
{
background-color: transparent;
}
QScrollBar::sub-line:vertical:hover
{
}
QScrollBar::sub-line:vertical:pressed
{
}
QScrollBar:horizontal
{
height:5px;
border:0px;
padding-left:10px;
padding-right:10px;
background-color: transparent;
}
QScrollBar::handle:horizontal
{
background-color: rgb(83, 90, 117);
}
QScrollBar::handle:horizontal:hover
{
background-color: rgb(100, 109, 141);
}
QScrollBar::handle:horizontal:pressed
{
background-color: rgb(83, 90, 117);
}
QScrollBar::add-page:horizontal,
QScrollBar::sub-page:horizontal
{
background-color: transparent;
}
QScrollBar::add-line:horizontal
{
background-color: transparent;
}
QScrollBar::add-line:horizontal:hover
{
}
QScrollBar::add-line:horizontal:pressed
{
}
QScrollBar::sub-line:horizontal
{
background-color: transparent;
}
QScrollBar::sub-line:horizontal:hover
{
}
QScrollBar::sub-line:horizontal:pressed
{
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true">QWidget #centralwidget
{
background-color: rgb(18, 25, 30);
}</string>
</property>
<layout class="QVBoxLayout" name="centralLayout">
<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="QWidget" name="topWidget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>45</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QWidget #topWidget
{
background-color:rgb(6, 91, 143);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>15</number>
</property>
<item>
<widget class="QLabel" name="labelSystemTitle">
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(250, 250, 250);
font: 700 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>DVIE数据监控</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>776</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QWidget" name="topToolPanel" native="true">
<property name="minimumSize">
<size>
<width>550</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>550</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="../resource/PowerMaster.qrc"/>
</resources>
<connections/>
</ui>