136 lines
3.2 KiB
Plaintext
Raw Normal View History

2024-11-25 17:15:44 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FesBoxTipsDialog</class>
<widget class="QDialog" name="FesBoxTipsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>558</x>
<y>240</y>
<width>804</width>
<height>598</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#groupBox{background: #FFFFFF;
border-radius: 8px;}</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>804</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/dialog/header3.png);
</string>
</property>
<property name="text">
<string>提示</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>0</x>
<y>534</y>
<width>804</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/dialog/bottomButton.png);
color:white;</string>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>200</y>
<width>421</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:#333333;</string>
</property>
<property name="text">
<string>电刺激盒未启用</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>160</x>
<y>280</y>
<width>511</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(0,0,0,0.45);</string>
</property>
<property name="text">
<string>在“设置-系统设置”中启用电刺激盒</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>