privacyWidget.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>privacyWidget</class>
  4. <widget class="QWidget" name="privacyWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>508</width>
  10. <height>433</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>0</y>
  21. <width>451</width>
  22. <height>341</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_pw_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>0</x>
  29. <y>0</y>
  30. <width>521</width>
  31. <height>381</height>
  32. </rect>
  33. </property>
  34. <widget class="QPushButton" name="btn_pw_agree">
  35. <property name="geometry">
  36. <rect>
  37. <x>160</x>
  38. <y>320</y>
  39. <width>75</width>
  40. <height>23</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>同意(15秒)</string>
  45. </property>
  46. </widget>
  47. <widget class="QTextBrowser" name="txtb_pw_privacy">
  48. <property name="geometry">
  49. <rect>
  50. <x>100</x>
  51. <y>110</y>
  52. <width>256</width>
  53. <height>192</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QLabel" name="label_HLine_bottom">
  58. <property name="geometry">
  59. <rect>
  60. <x>80</x>
  61. <y>310</y>
  62. <width>54</width>
  63. <height>12</height>
  64. </rect>
  65. </property>
  66. <property name="text">
  67. <string/>
  68. </property>
  69. </widget>
  70. <widget class="QPushButton" name="btn_pw_disagree">
  71. <property name="geometry">
  72. <rect>
  73. <x>240</x>
  74. <y>320</y>
  75. <width>75</width>
  76. <height>23</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>拒绝</string>
  81. </property>
  82. </widget>
  83. <widget class="QPushButton" name="btn_pw_close">
  84. <property name="geometry">
  85. <rect>
  86. <x>394</x>
  87. <y>60</y>
  88. <width>31</width>
  89. <height>23</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string/>
  94. </property>
  95. </widget>
  96. <widget class="QLabel" name="label_pw_title">
  97. <property name="geometry">
  98. <rect>
  99. <x>70</x>
  100. <y>70</y>
  101. <width>54</width>
  102. <height>12</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>隐私条款</string>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_HLine_top">
  110. <property name="geometry">
  111. <rect>
  112. <x>60</x>
  113. <y>90</y>
  114. <width>54</width>
  115. <height>12</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string/>
  120. </property>
  121. </widget>
  122. </widget>
  123. </widget>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>