popMsgBox.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>popMsgBox</class>
  4. <widget class="QWidget" name="popMsgBox">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>465</width>
  10. <height>341</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_pmb_bg" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>20</y>
  21. <width>371</width>
  22. <height>261</height>
  23. </rect>
  24. </property>
  25. <widget class="QLabel" name="label_pmb_icon">
  26. <property name="geometry">
  27. <rect>
  28. <x>30</x>
  29. <y>40</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_pmb_title">
  39. <property name="geometry">
  40. <rect>
  41. <x>130</x>
  42. <y>40</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="QLabel" name="label_pmb_content">
  52. <property name="geometry">
  53. <rect>
  54. <x>110</x>
  55. <y>80</y>
  56. <width>54</width>
  57. <height>12</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>TextLabel</string>
  62. </property>
  63. <property name="alignment">
  64. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="btn_no">
  68. <property name="geometry">
  69. <rect>
  70. <x>170</x>
  71. <y>210</y>
  72. <width>75</width>
  73. <height>23</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>退出</string>
  78. </property>
  79. </widget>
  80. <widget class="QPushButton" name="btn_yes">
  81. <property name="geometry">
  82. <rect>
  83. <x>270</x>
  84. <y>210</y>
  85. <width>75</width>
  86. <height>23</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>确定</string>
  91. </property>
  92. </widget>
  93. </widget>
  94. </widget>
  95. <resources/>
  96. <connections/>
  97. </ui>