Warning, /pim/libkgapi/examples/files/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>905</width>
0010     <height>249</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      <spacer name="verticalSpacer_2">
0038       <property name="orientation">
0039        <enum>Qt::Vertical</enum>
0040       </property>
0041       <property name="sizeHint" stdset="0">
0042        <size>
0043         <width>20</width>
0044         <height>40</height>
0045        </size>
0046       </property>
0047      </spacer>
0048     </item>
0049     <item>
0050      <layout class="QFormLayout" name="formLayout">
0051       <item row="0" column="0">
0052        <widget class="QLabel" name="sourceLabel">
0053         <property name="text">
0054          <string>Source:</string>
0055         </property>
0056        </widget>
0057       </item>
0058       <item row="0" column="1">
0059        <layout class="QHBoxLayout" name="horizontalLayout">
0060         <item>
0061          <widget class="QLineEdit" name="sourceLineEdit"/>
0062         </item>
0063         <item>
0064          <widget class="QPushButton" name="browseButton">
0065           <property name="text">
0066            <string>Browse</string>
0067           </property>
0068          </widget>
0069         </item>
0070        </layout>
0071       </item>
0072      </layout>
0073     </item>
0074     <item>
0075      <layout class="QHBoxLayout" name="horizontalLayout_2">
0076       <item>
0077        <spacer name="horizontalSpacer">
0078         <property name="orientation">
0079          <enum>Qt::Horizontal</enum>
0080         </property>
0081         <property name="sizeHint" stdset="0">
0082          <size>
0083           <width>40</width>
0084           <height>20</height>
0085          </size>
0086         </property>
0087        </spacer>
0088       </item>
0089       <item>
0090        <widget class="QRadioButton" name="writeOnSignalRadioButton">
0091         <property name="text">
0092          <string>Write on Job signal</string>
0093         </property>
0094         <property name="checked">
0095          <bool>true</bool>
0096         </property>
0097        </widget>
0098       </item>
0099       <item>
0100        <widget class="QRadioButton" name="passFileToJobRadioButton">
0101         <property name="text">
0102          <string>Pass file to Job</string>
0103         </property>
0104        </widget>
0105       </item>
0106       <item>
0107        <widget class="QPushButton" name="uploadButton">
0108         <property name="text">
0109          <string>Upload to My Drive root</string>
0110         </property>
0111        </widget>
0112       </item>
0113      </layout>
0114     </item>
0115    </layout>
0116   </widget>
0117   <widget class="QMenuBar" name="menubar">
0118    <property name="geometry">
0119     <rect>
0120      <x>0</x>
0121      <y>0</y>
0122      <width>905</width>
0123      <height>30</height>
0124     </rect>
0125    </property>
0126    <widget class="QMenu" name="menuFile">
0127     <property name="title">
0128      <string>File</string>
0129     </property>
0130     <addaction name="actionQuit"/>
0131    </widget>
0132    <addaction name="menuFile"/>
0133   </widget>
0134   <widget class="QStatusBar" name="statusbar"/>
0135   <action name="actionQuit">
0136    <property name="text">
0137     <string comment="Action that quits the application">Quit</string>
0138    </property>
0139   </action>
0140  </widget>
0141  <resources/>
0142  <connections>
0143   <connection>
0144    <sender>actionQuit</sender>
0145    <signal>triggered()</signal>
0146    <receiver>MainWindow</receiver>
0147    <slot>close()</slot>
0148    <hints>
0149     <hint type="sourcelabel">
0150      <x>-1</x>
0151      <y>-1</y>
0152     </hint>
0153     <hint type="destinationlabel">
0154      <x>319</x>
0155      <y>206</y>
0156     </hint>
0157    </hints>
0158   </connection>
0159  </connections>
0160 </ui>