114 lines
2.5 KiB
XML
114 lines
2.5 KiB
XML
<?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>90</x>
|
|
<y>140</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 "思源黑体 Heavy";
|
|
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 class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>40</y>
|
|
<width>72</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|