123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>privacyWidget</class>
- <widget class="QWidget" name="privacyWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>508</width>
- <height>433</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>451</width>
- <height>341</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_pw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>521</width>
- <height>381</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_pw_agree">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>320</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>同意(15秒)</string>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_pw_privacy">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>110</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine_bottom">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>310</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_pw_disagree">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>320</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>拒绝</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_pw_close">
- <property name="geometry">
- <rect>
- <x>394</x>
- <y>60</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_pw_title">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>70</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>隐私条款</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine_top">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>90</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|