Warning, /system/apper/libapper/ApplicationLauncher.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>ApplicationLauncher</class>
0004  <widget class="QWidget" name="ApplicationLauncher">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>495</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>0</number>
0031    </property>
0032    <item row="0" column="0" colspan="2">
0033     <widget class="QLabel" name="label">
0034      <property name="text">
0035       <string notr="true">The following applications where just installed, click on them to launch:</string>
0036      </property>
0037      <property name="wordWrap">
0038       <bool>true</bool>
0039      </property>
0040      <property name="buddy">
0041       <cstring>applicationsView</cstring>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="1" column="0" colspan="2">
0046     <widget class="QListView" name="applicationsView">
0047      <property name="focusPolicy">
0048       <enum>Qt::NoFocus</enum>
0049      </property>
0050      <property name="styleSheet">
0051       <string notr="true">QListView {
0052 background: transparent;
0053 };</string>
0054      </property>
0055      <property name="frameShape">
0056       <enum>QFrame::NoFrame</enum>
0057      </property>
0058      <property name="frameShadow">
0059       <enum>QFrame::Plain</enum>
0060      </property>
0061      <property name="editTriggers">
0062       <set>QAbstractItemView::NoEditTriggers</set>
0063      </property>
0064      <property name="showDropIndicator" stdset="0">
0065       <bool>false</bool>
0066      </property>
0067      <property name="iconSize">
0068       <size>
0069        <width>32</width>
0070        <height>32</height>
0071       </size>
0072      </property>
0073      <property name="wordWrap">
0074       <bool>true</bool>
0075      </property>
0076     </widget>
0077    </item>
0078    <item row="2" column="0">
0079     <widget class="QCheckBox" name="showCB">
0080      <property name="text">
0081       <string>Do not show this dialog again</string>
0082      </property>
0083     </widget>
0084    </item>
0085    <item row="2" column="1">
0086     <widget class="QDialogButtonBox" name="kdialogbuttonbox">
0087      <property name="standardButtons">
0088       <set>QDialogButtonBox::Close</set>
0089      </property>
0090     </widget>
0091    </item>
0092   </layout>
0093  </widget>
0094  <resources/>
0095  <connections/>
0096 </ui>