Warning, /pim/libkgapi/examples/contacts/mainwindow.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>640</width>
0010     <height>413</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>MainWindow</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget">
0017    <layout class="QVBoxLayout" name="verticalLayout">
0018     <item>
0019      <layout class="QHBoxLayout" name="authLayout">
0020       <item>
0021        <widget class="QPushButton" name="authButton">
0022         <property name="text">
0023          <string>Authenticate</string>
0024         </property>
0025        </widget>
0026       </item>
0027       <item>
0028        <widget class="QLabel" name="authStatusLabel">
0029         <property name="text">
0030          <string>Not authenticated</string>
0031         </property>
0032        </widget>
0033       </item>
0034      </layout>
0035     </item>
0036     <item>
0037      <widget class="Line" name="line">
0038       <property name="orientation">
0039        <enum>Qt::Horizontal</enum>
0040       </property>
0041      </widget>
0042     </item>
0043     <item>
0044      <widget class="QPushButton" name="contactListButton">
0045       <property name="enabled">
0046        <bool>false</bool>
0047       </property>
0048       <property name="text">
0049        <string>Get contact list</string>
0050       </property>
0051      </widget>
0052     </item>
0053     <item>
0054      <layout class="QHBoxLayout" name="contactLayout">
0055       <item>
0056        <layout class="QVBoxLayout" name="contactListLayout">
0057         <item>
0058          <widget class="QLabel" name="label_2">
0059           <property name="font">
0060            <font>
0061             <pointsize>12</pointsize>
0062             <weight>75</weight>
0063             <bold>true</bold>
0064            </font>
0065           </property>
0066           <property name="layoutDirection">
0067            <enum>Qt::RightToLeft</enum>
0068           </property>
0069           <property name="text">
0070            <string>Contact list</string>
0071           </property>
0072           <property name="alignment">
0073            <set>Qt::AlignCenter</set>
0074           </property>
0075          </widget>
0076         </item>
0077         <item>
0078          <widget class="QListWidget" name="contactList"/>
0079         </item>
0080        </layout>
0081       </item>
0082       <item>
0083        <layout class="QVBoxLayout" name="contactInfoLayout">
0084         <item>
0085          <widget class="QLabel" name="label">
0086           <property name="font">
0087            <font>
0088             <pointsize>12</pointsize>
0089             <weight>75</weight>
0090             <bold>true</bold>
0091            </font>
0092           </property>
0093           <property name="layoutDirection">
0094            <enum>Qt::RightToLeft</enum>
0095           </property>
0096           <property name="text">
0097            <string>Contact info</string>
0098           </property>
0099           <property name="alignment">
0100            <set>Qt::AlignCenter</set>
0101           </property>
0102          </widget>
0103         </item>
0104         <item>
0105          <widget class="QTextEdit" name="contactInfo"/>
0106         </item>
0107        </layout>
0108       </item>
0109      </layout>
0110     </item>
0111     <item>
0112      <widget class="QLabel" name="errorLabel">
0113       <property name="text">
0114        <string/>
0115       </property>
0116       <property name="wordWrap">
0117        <bool>true</bool>
0118       </property>
0119      </widget>
0120     </item>
0121    </layout>
0122   </widget>
0123   <widget class="QMenuBar" name="menubar">
0124    <property name="geometry">
0125     <rect>
0126      <x>0</x>
0127      <y>0</y>
0128      <width>640</width>
0129      <height>25</height>
0130     </rect>
0131    </property>
0132    <widget class="QMenu" name="menuFile">
0133     <property name="title">
0134      <string>File</string>
0135     </property>
0136     <addaction name="actionQuit"/>
0137    </widget>
0138    <addaction name="menuFile"/>
0139   </widget>
0140   <widget class="QStatusBar" name="statusbar"/>
0141   <action name="actionQuit">
0142    <property name="text">
0143     <string comment="Action that quits the application">Quit</string>
0144    </property>
0145   </action>
0146  </widget>
0147  <customwidgets>
0148  </customwidgets>
0149  <resources/>
0150  <connections>
0151   <connection>
0152    <sender>actionQuit</sender>
0153    <signal>triggered()</signal>
0154    <receiver>MainWindow</receiver>
0155    <slot>close()</slot>
0156    <hints>
0157     <hint type="sourcelabel">
0158      <x>-1</x>
0159      <y>-1</y>
0160     </hint>
0161     <hint type="destinationlabel">
0162      <x>319</x>
0163      <y>206</y>
0164     </hint>
0165    </hints>
0166   </connection>
0167  </connections>
0168 </ui>