Files
EJM_Display/Pages/P13_InsPage.ui.autosave

104 lines
2.3 KiB
Plaintext
Raw Normal View History

2025-09-28 17:14:34 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>P13_InsPage</class>
<widget class="QWidget" name="P13_InsPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>576</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1024</width>
<height>576</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>576</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1024</width>
<height>576</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1024</width>
<height>576</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Frames/Frames/Main.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="But_Network_0">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>95</width>
<height>40</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="font">
<font>
<family>思源黑体 Heavy</family>
<pointsize>14</pointsize>
<weight>10</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Button/Button/button_Blue.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
color: rgb(0, 255, 255);
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Button/Button/button_Green.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Button/Button/button_qing.png);
}
</string>
</property>
<property name="text">
<string> 网络拓扑</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>