Warning, /system/apper/libapper/Requirements.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>Requirements</class>
0004  <widget class="QDialog" name="Requirements">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>497</width>
0010     <height>359</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0" colspan="2">
0015     <widget class="QLabel" name="label">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="font">
0023       <font>
0024        <pointsize>11</pointsize>
0025       </font>
0026      </property>
0027      <property name="text">
0028       <string>Additional changes are required to complete the task</string>
0029      </property>
0030      <property name="wordWrap">
0031       <bool>true</bool>
0032      </property>
0033     </widget>
0034    </item>
0035    <item row="1" column="0">
0036     <layout class="QVBoxLayout" name="verticalLayout">
0037      <item>
0038       <spacer name="verticalSpacer">
0039        <property name="orientation">
0040         <enum>Qt::Vertical</enum>
0041        </property>
0042        <property name="sizeHint" stdset="0">
0043         <size>
0044          <width>20</width>
0045          <height>40</height>
0046         </size>
0047        </property>
0048       </spacer>
0049      </item>
0050     </layout>
0051    </item>
0052    <item row="1" column="1">
0053     <widget class="QTreeView" name="packageView">
0054      <property name="sizePolicy">
0055       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0056        <horstretch>0</horstretch>
0057        <verstretch>0</verstretch>
0058       </sizepolicy>
0059      </property>
0060      <property name="minimumSize">
0061       <size>
0062        <width>200</width>
0063        <height>0</height>
0064       </size>
0065      </property>
0066      <property name="focusPolicy">
0067       <enum>Qt::NoFocus</enum>
0068      </property>
0069      <property name="horizontalScrollBarPolicy">
0070       <enum>Qt::ScrollBarAlwaysOff</enum>
0071      </property>
0072      <property name="editTriggers">
0073       <set>QAbstractItemView::NoEditTriggers</set>
0074      </property>
0075      <property name="showDropIndicator" stdset="0">
0076       <bool>false</bool>
0077      </property>
0078      <property name="alternatingRowColors">
0079       <bool>true</bool>
0080      </property>
0081      <property name="selectionMode">
0082       <enum>QAbstractItemView::NoSelection</enum>
0083      </property>
0084      <property name="rootIsDecorated">
0085       <bool>false</bool>
0086      </property>
0087      <property name="itemsExpandable">
0088       <bool>false</bool>
0089      </property>
0090      <property name="expandsOnDoubleClick">
0091       <bool>false</bool>
0092      </property>
0093      <attribute name="headerDefaultSectionSize">
0094       <number>50</number>
0095      </attribute>
0096     </widget>
0097    </item>
0098    <item row="2" column="0" colspan="2">
0099     <widget class="QCheckBox" name="confirmCB">
0100      <property name="text">
0101       <string>Do not confirm when installing or updating additional packages</string>
0102      </property>
0103     </widget>
0104    </item>
0105    <item row="3" column="0" colspan="2">
0106     <layout class="QHBoxLayout" name="horizontalLayout">
0107      <item>
0108       <widget class="QLabel" name="downloadI">
0109        <property name="text">
0110         <string notr="true">icon</string>
0111        </property>
0112       </widget>
0113      </item>
0114      <item>
0115       <widget class="QLabel" name="downloadT">
0116        <property name="text">
0117         <string notr="true">download size</string>
0118        </property>
0119       </widget>
0120      </item>
0121      <item>
0122       <widget class="QDialogButtonBox" name="buttonBox">
0123        <property name="standardButtons">
0124         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0125        </property>
0126       </widget>
0127      </item>
0128     </layout>
0129    </item>
0130   </layout>
0131  </widget>
0132  <tabstops>
0133   <tabstop>confirmCB</tabstop>
0134  </tabstops>
0135  <resources/>
0136  <connections>
0137   <connection>
0138    <sender>buttonBox</sender>
0139    <signal>accepted()</signal>
0140    <receiver>Requirements</receiver>
0141    <slot>accept()</slot>
0142    <hints>
0143     <hint type="sourcelabel">
0144      <x>210</x>
0145      <y>336</y>
0146     </hint>
0147     <hint type="destinationlabel">
0148      <x>440</x>
0149      <y>292</y>
0150     </hint>
0151    </hints>
0152   </connection>
0153   <connection>
0154    <sender>buttonBox</sender>
0155    <signal>rejected()</signal>
0156    <receiver>Requirements</receiver>
0157    <slot>reject()</slot>
0158    <hints>
0159     <hint type="sourcelabel">
0160      <x>427</x>
0161      <y>332</y>
0162     </hint>
0163     <hint type="destinationlabel">
0164      <x>497</x>
0165      <y>323</y>
0166     </hint>
0167    </hints>
0168   </connection>
0169  </connections>
0170 </ui>