Warning, /pim/akonadi/src/widgets/subscriptiondialog.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>SubscriptionDialog</class>
0004  <widget class="QDialog" name="SubscriptionDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>456</width>
0010     <height>443</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Local Subscriptions</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Search:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QLineEdit" name="searchLineEdit">
0028        <property name="clearButtonEnabled">
0029         <bool>true</bool>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QCheckBox" name="subscribedOnlyCheckBox">
0035        <property name="text">
0036         <string>&amp;Subscribed only</string>
0037        </property>
0038       </widget>
0039      </item>
0040     </layout>
0041    </item>
0042    <item>
0043     <layout class="QHBoxLayout" name="horizontalLayout_2">
0044      <item>
0045       <widget class="QTreeView" name="collectionView">
0046        <property name="editTriggers">
0047         <set>QAbstractItemView::NoEditTriggers</set>
0048        </property>
0049        <property name="selectionMode">
0050         <enum>QAbstractItemView::ExtendedSelection</enum>
0051        </property>
0052        <attribute name="headerVisible">
0053         <bool>false</bool>
0054        </attribute>
0055       </widget>
0056      </item>
0057      <item>
0058       <layout class="QVBoxLayout" name="verticalLayout_2">
0059        <item>
0060         <widget class="QPushButton" name="subscribeButton">
0061          <property name="text">
0062           <string>Su&amp;bscribe</string>
0063          </property>
0064         </widget>
0065        </item>
0066        <item>
0067         <widget class="QPushButton" name="unsubscribeButton">
0068          <property name="text">
0069           <string>&amp;Unsubscribe</string>
0070          </property>
0071         </widget>
0072        </item>
0073        <item>
0074         <spacer name="verticalSpacer">
0075          <property name="orientation">
0076           <enum>Qt::Vertical</enum>
0077          </property>
0078          <property name="sizeHint" stdset="0">
0079           <size>
0080            <width>20</width>
0081            <height>40</height>
0082           </size>
0083          </property>
0084         </spacer>
0085        </item>
0086       </layout>
0087      </item>
0088     </layout>
0089    </item>
0090    <item>
0091     <widget class="QDialogButtonBox" name="buttonBox">
0092      <property name="standardButtons">
0093       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0094      </property>
0095     </widget>
0096    </item>
0097   </layout>
0098  </widget>
0099  <resources/>
0100  <connections>
0101   <connection>
0102    <sender>buttonBox</sender>
0103    <signal>rejected()</signal>
0104    <receiver>SubscriptionDialog</receiver>
0105    <slot>reject()</slot>
0106    <hints>
0107     <hint type="sourcelabel">
0108      <x>423</x>
0109      <y>421</y>
0110     </hint>
0111     <hint type="destinationlabel">
0112      <x>456</x>
0113      <y>287</y>
0114     </hint>
0115    </hints>
0116   </connection>
0117  </connections>
0118 </ui>