123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>welcomeWidget</class>
- <widget class="QWidget" name="welcomeWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>458</width>
- <height>327</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>491</width>
- <height>391</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_wcw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>321</width>
- <height>221</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_wcw_icon">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_wcw_tips">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>欢迎使用考试系统,祝顺利完成考试!</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_wcw_studentName">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>姓名:陈方方-T20190123</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_wcw_specialty">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>120</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>专业:商务管理</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_wcw_comfirm">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>180</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|