5908 lines
145 KiB
XML
5908 lines
145 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>P02_ShieldPage</class>
|
|
<widget class="QWidget" name="P02_ShieldPage">
|
|
<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>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: transparent; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: #e0f7fa</string>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="TxtStatus_3_EStop_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>960</x>
|
|
<y>0</y>
|
|
<width>64</width>
|
|
<height>581</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/bg_ele_mode.png);
|
|
font: 87 14pt "思源黑体 Heavy";</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="Led_EStop_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>20</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>360</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>ESR1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>470</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>ESR2</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停2</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>80</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停3</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>110</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停4</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>140</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停5</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>170</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停6</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>200</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停7</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>230</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停8</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>260</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停9</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>290</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停10</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Led_EStop_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>320</y>
|
|
<width>64</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停11</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Status_QESR_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>425</y>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/LED2_Green.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Status_IESR_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>390</y>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/LED1_Green.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Status_QESR_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>535</y>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/LED3_Rad (2).png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Status_IESR_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>500</y>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/LED1_Rad.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>576</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/Main.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>72</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>144</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_27">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_28">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_27">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_27">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_29">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_28">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_28">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_29">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_29">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>216</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_37">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_37">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_37">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_39">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_40">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>288</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_39">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_39">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_40">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_40">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_47">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_48">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>360</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_47">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_47">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_49">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_48">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_48">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_49">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_49">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_56">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>432</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_57">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_56">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_56">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_58">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_57">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_57">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_59">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_58">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_58">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_60">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_59">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_59">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_60">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_60">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>600</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_64">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>840</x>
|
|
<y>504</y>
|
|
<width>120</width>
|
|
<height>72</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Shield_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>15</x>
|
|
<y>42</y>
|
|
<width>93</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
spacing: -70px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
border-image: url(:/Frames/null.png);
|
|
font: 87 15pt "思源黑体 Heavy";
|
|
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 80px;
|
|
height: 40px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Button/Button/Sheild_11.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Button/Button/Sheild_12.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Button/Button/Sheild_21.png);
|
|
|
|
}
|
|
QCheckBox::indicator:checked:hover {
|
|
border-image: url(:/Button/Button/Sheild_22.png);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>未屏蔽</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="TxtStatus_Shield_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel
|
|
文本标签</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>label_12</zorder>
|
|
<zorder>groupBox</zorder>
|
|
<zorder>TxtStatus_3_EStop_1</zorder>
|
|
<zorder>groupBox_2</zorder>
|
|
<zorder>groupBox_3</zorder>
|
|
<zorder>groupBox_4</zorder>
|
|
<zorder>groupBox_5</zorder>
|
|
<zorder>groupBox_6</zorder>
|
|
<zorder>groupBox_7</zorder>
|
|
<zorder>groupBox_8</zorder>
|
|
<zorder>groupBox_9</zorder>
|
|
<zorder>groupBox_10</zorder>
|
|
<zorder>groupBox_11</zorder>
|
|
<zorder>groupBox_12</zorder>
|
|
<zorder>groupBox_13</zorder>
|
|
<zorder>groupBox_14</zorder>
|
|
<zorder>groupBox_15</zorder>
|
|
<zorder>groupBox_16</zorder>
|
|
<zorder>groupBox_17</zorder>
|
|
<zorder>groupBox_18</zorder>
|
|
<zorder>groupBox_19</zorder>
|
|
<zorder>groupBox_20</zorder>
|
|
<zorder>groupBox_21</zorder>
|
|
<zorder>groupBox_22</zorder>
|
|
<zorder>groupBox_23</zorder>
|
|
<zorder>groupBox_24</zorder>
|
|
<zorder>groupBox_25</zorder>
|
|
<zorder>groupBox_26</zorder>
|
|
<zorder>groupBox_27</zorder>
|
|
<zorder>groupBox_28</zorder>
|
|
<zorder>groupBox_29</zorder>
|
|
<zorder>groupBox_30</zorder>
|
|
<zorder>groupBox_31</zorder>
|
|
<zorder>groupBox_32</zorder>
|
|
<zorder>groupBox_33</zorder>
|
|
<zorder>groupBox_34</zorder>
|
|
<zorder>groupBox_35</zorder>
|
|
<zorder>groupBox_36</zorder>
|
|
<zorder>groupBox_37</zorder>
|
|
<zorder>groupBox_38</zorder>
|
|
<zorder>groupBox_39</zorder>
|
|
<zorder>groupBox_40</zorder>
|
|
<zorder>groupBox_41</zorder>
|
|
<zorder>groupBox_42</zorder>
|
|
<zorder>groupBox_43</zorder>
|
|
<zorder>groupBox_44</zorder>
|
|
<zorder>groupBox_45</zorder>
|
|
<zorder>groupBox_46</zorder>
|
|
<zorder>groupBox_47</zorder>
|
|
<zorder>groupBox_48</zorder>
|
|
<zorder>groupBox_49</zorder>
|
|
<zorder>groupBox_50</zorder>
|
|
<zorder>groupBox_51</zorder>
|
|
<zorder>groupBox_52</zorder>
|
|
<zorder>groupBox_53</zorder>
|
|
<zorder>groupBox_54</zorder>
|
|
<zorder>groupBox_55</zorder>
|
|
<zorder>groupBox_56</zorder>
|
|
<zorder>groupBox_57</zorder>
|
|
<zorder>groupBox_58</zorder>
|
|
<zorder>groupBox_59</zorder>
|
|
<zorder>groupBox_60</zorder>
|
|
<zorder>groupBox_61</zorder>
|
|
<zorder>groupBox_62</zorder>
|
|
<zorder>groupBox_63</zorder>
|
|
<zorder>groupBox_64</zorder>
|
|
</widget>
|
|
<resources>
|
|
<include location="../../../Projects/Qt/Windows/EJM_Display/Pictures/Pictures.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|