welcomeWidget.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>welcomeWidget</class>
  4. <widget class="QWidget" name="welcomeWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>458</width>
  10. <height>327</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_mask" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>30</y>
  21. <width>491</width>
  22. <height>391</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_wcw_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>40</x>
  29. <y>30</y>
  30. <width>321</width>
  31. <height>221</height>
  32. </rect>
  33. </property>
  34. <widget class="QLabel" name="label_wcw_icon">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>30</y>
  39. <width>54</width>
  40. <height>12</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string/>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label_wcw_tips">
  48. <property name="geometry">
  49. <rect>
  50. <x>120</x>
  51. <y>30</y>
  52. <width>54</width>
  53. <height>12</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>欢迎使用考试系统,祝顺利完成考试!</string>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_wcw_studentName">
  61. <property name="geometry">
  62. <rect>
  63. <x>110</x>
  64. <y>80</y>
  65. <width>54</width>
  66. <height>12</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>姓名:陈方方-T20190123</string>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="label_wcw_specialty">
  74. <property name="geometry">
  75. <rect>
  76. <x>110</x>
  77. <y>120</y>
  78. <width>54</width>
  79. <height>12</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>专业:商务管理</string>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="btn_wcw_comfirm">
  87. <property name="geometry">
  88. <rect>
  89. <x>190</x>
  90. <y>180</y>
  91. <width>75</width>
  92. <height>23</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>确定</string>
  97. </property>
  98. </widget>
  99. </widget>
  100. </widget>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>