136 lines
3.0 KiB
XML
136 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ShutdeonDialog</class>
|
|
<widget class="QWidget" name="ShutdeonDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</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: 32px;}</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>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="QPushButton" name="confirm_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>450</y>
|
|
<width>120</width>
|
|
<height>45</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="QPushButton" name="cancel_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>450</y>
|
|
<width>120</width>
|
|
<height>45</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="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>240</y>
|
|
<width>761</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
<string notr="true">width: 600px;
|
|
height: 26px;
|
|
font-size: 40px;
|
|
|
|
font-weight: 500;
|
|
color: #333333;
|
|
line-height: 26px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>是否关机?</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|