Warning, /system/apper/libapper/LicenseAgreement.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>LicenseAgreement</class>
0004  <widget class="QDialog" name="LicenseAgreement">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>527</width>
0010     <height>472</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>License Agreement Required</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="2" column="0">
0018     <widget class="QTextBrowser" name="textbrowser"/>
0019    </item>
0020    <item row="0" column="0">
0021     <widget class="QLabel" name="title">
0022      <property name="font">
0023       <font>
0024        <pointsize>11</pointsize>
0025        <weight>75</weight>
0026        <bold>true</bold>
0027       </font>
0028      </property>
0029      <property name="text">
0030       <string/>
0031      </property>
0032      <property name="wordWrap">
0033       <bool>true</bool>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="1" column="0">
0038     <widget class="QLabel" name="label_2">
0039      <property name="text">
0040       <string>Please read the following important information before continuing:</string>
0041      </property>
0042      <property name="wordWrap">
0043       <bool>true</bool>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="3" column="0">
0048     <widget class="QDialogButtonBox" name="buttonBox">
0049      <property name="standardButtons">
0050       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0051      </property>
0052     </widget>
0053    </item>
0054   </layout>
0055  </widget>
0056  <resources/>
0057  <connections>
0058   <connection>
0059    <sender>buttonBox</sender>
0060    <signal>accepted()</signal>
0061    <receiver>LicenseAgreement</receiver>
0062    <slot>accept()</slot>
0063    <hints>
0064     <hint type="sourcelabel">
0065      <x>119</x>
0066      <y>445</y>
0067     </hint>
0068     <hint type="destinationlabel">
0069      <x>30</x>
0070      <y>435</y>
0071     </hint>
0072    </hints>
0073   </connection>
0074   <connection>
0075    <sender>buttonBox</sender>
0076    <signal>rejected()</signal>
0077    <receiver>LicenseAgreement</receiver>
0078    <slot>reject()</slot>
0079    <hints>
0080     <hint type="sourcelabel">
0081      <x>350</x>
0082      <y>444</y>
0083     </hint>
0084     <hint type="destinationlabel">
0085      <x>410</x>
0086      <y>467</y>
0087     </hint>
0088    </hints>
0089   </connection>
0090  </connections>
0091 </ui>