awMsgBox.ui 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>awMsgBox</class>
  4. <widget class="QWidget" name="awMsgBox">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>333</width>
  10. <height>70</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_awmb_BG" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>331</width>
  22. <height>71</height>
  23. </rect>
  24. </property>
  25. <widget class="QLabel" name="label_awmb_icon">
  26. <property name="geometry">
  27. <rect>
  28. <x>30</x>
  29. <y>30</y>
  30. <width>54</width>
  31. <height>12</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_awmb_content">
  39. <property name="geometry">
  40. <rect>
  41. <x>110</x>
  42. <y>30</y>
  43. <width>54</width>
  44. <height>12</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>请调整坐姿,诚信考试</string>
  49. </property>
  50. </widget>
  51. <widget class="QPushButton" name="btn_awmb_close">
  52. <property name="geometry">
  53. <rect>
  54. <x>294</x>
  55. <y>10</y>
  56. <width>31</width>
  57. <height>23</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string/>
  62. </property>
  63. </widget>
  64. </widget>
  65. </widget>
  66. <resources/>
  67. <connections/>
  68. </ui>