109 lines
2.5 KiB
XML
109 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>precsriptionDialog</class>
|
|
<widget class="QDialog" name="precsriptionDialog">
|
|
<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>420</x>
|
|
<y>310</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="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>230</y>
|
|
<width>701</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>25</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</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>360</x>
|
|
<y>430</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>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|