156 lines
3.7 KiB
Plaintext
156 lines
3.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ClickMachineDialog</class>
|
||
|
<widget class="QDialog" name="ClickMachineDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>500</width>
|
||
|
<height>400</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">#groupBox{background: #FFFFFF;
|
||
|
border-radius: 32px;}</string>
|
||
|
</property>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>500</width>
|
||
|
<height>400</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">#groupBox{background: #FFFFFF;
|
||
|
border-radius: 32px;}</string>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>500</width>
|
||
|
<height>70</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/gamePage/dialog.png);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>提示</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="tips_Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>180</y>
|
||
|
<width>301</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>黑体</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>一键上机,设备将运行,请注意安全</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="confirm_Btn">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>320</y>
|
||
|
<width>251</width>
|
||
|
<height>81</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>黑体</family>
|
||
|
<pointsize>12</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-radius: 4px;
|
||
|
border: 1px solid #0D9DDB;
|
||
|
color:#0D9DDB;</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>结束</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="image_Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>220</x>
|
||
|
<y>110</y>
|
||
|
<width>71</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-image: url(:/DependFile/Source/dialog/spasm.png);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="confirm_Btn_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>250</x>
|
||
|
<y>320</y>
|
||
|
<width>251</width>
|
||
|
<height>81</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>黑体</family>
|
||
|
<pointsize>12</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">border-radius: 4px;
|
||
|
border: 1px solid #0D9DDB;
|
||
|
color:#0D9DDB;</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>下一步</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|