popMsgBox.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="QWidget" name="widget_pmb_bg" native="true">
  20. <property name="geometry">
  21. <rect>
  22. <x>10</x>
  23. <y>20</y>
  24. <width>371</width>
  25. <height>261</height>
  26. </rect>
  27. </property>
  28. <widget class="QLabel" name="label_pmb_icon">
  29. <property name="geometry">
  30. <rect>
  31. <x>30</x>
  32. <y>40</y>
  33. <width>54</width>
  34. <height>12</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string/>
  39. </property>
  40. </widget>
  41. <widget class="QLabel" name="label_pmb_title">
  42. <property name="geometry">
  43. <rect>
  44. <x>130</x>
  45. <y>40</y>
  46. <width>54</width>
  47. <height>12</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>升级通知</string>
  52. </property>
  53. </widget>
  54. <widget class="QLabel" name="label_pmb_content">
  55. <property name="geometry">
  56. <rect>
  57. <x>110</x>
  58. <y>80</y>
  59. <width>54</width>
  60. <height>12</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>TextLabel</string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  68. </property>
  69. <property name="wordWrap">
  70. <bool>true</bool>
  71. </property>
  72. </widget>
  73. <widget class="QPushButton" name="btn_no">
  74. <property name="geometry">
  75. <rect>
  76. <x>170</x>
  77. <y>210</y>
  78. <width>75</width>
  79. <height>23</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>退出</string>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="btn_yes">
  87. <property name="geometry">
  88. <rect>
  89. <x>270</x>
  90. <y>210</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. <resources/>
  102. <connections/>
  103. </ui>