Warning, /pim/libkgapi/examples/tasks/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>486</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>MainWindow</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget">
0017    <layout class="QGridLayout" name="gridLayout">
0018     <item row="0" column="0">
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 row="1" column="0" colspan="2">
0037      <widget class="Line" name="line">
0038       <property name="orientation">
0039        <enum>Qt::Horizontal</enum>
0040       </property>
0041      </widget>
0042     </item>
0043     <item row="2" column="0">
0044      <layout class="QHBoxLayout" name="createTaskListLayout">
0045       <item>
0046        <widget class="QLineEdit" name="taskListNameEdit">
0047         <property name="enabled">
0048          <bool>false</bool>
0049         </property>
0050         <property name="placeholderText">
0051          <string>Task List name</string>
0052         </property>
0053        </widget>
0054       </item>
0055       <item>
0056        <widget class="QPushButton" name="createTaskListButton">
0057         <property name="enabled">
0058          <bool>false</bool>
0059         </property>
0060         <property name="text">
0061          <string>Create Task List</string>
0062         </property>
0063        </widget>
0064       </item>
0065      </layout>
0066     </item>
0067     <item row="4" column="0" colspan="2">
0068      <layout class="QHBoxLayout" name="taskListLayout">
0069       <item>
0070        <layout class="QVBoxLayout" name="taskListsLayout">
0071         <item>
0072          <widget class="QLabel" name="label_2">
0073           <property name="font">
0074            <font>
0075             <pointsize>12</pointsize>
0076             <weight>75</weight>
0077             <bold>true</bold>
0078            </font>
0079           </property>
0080           <property name="layoutDirection">
0081            <enum>Qt::RightToLeft</enum>
0082           </property>
0083           <property name="text">
0084            <string>Task Lists</string>
0085           </property>
0086           <property name="alignment">
0087            <set>Qt::AlignCenter</set>
0088           </property>
0089          </widget>
0090         </item>
0091         <item>
0092          <widget class="QListWidget" name="taskListsList"/>
0093         </item>
0094        </layout>
0095       </item>
0096       <item>
0097        <layout class="QVBoxLayout" name="taskListLayout_2">
0098         <item>
0099          <widget class="QLabel" name="label">
0100           <property name="font">
0101            <font>
0102             <pointsize>12</pointsize>
0103             <weight>75</weight>
0104             <bold>true</bold>
0105            </font>
0106           </property>
0107           <property name="layoutDirection">
0108            <enum>Qt::RightToLeft</enum>
0109           </property>
0110           <property name="text">
0111            <string>Task List tasks</string>
0112           </property>
0113           <property name="alignment">
0114            <set>Qt::AlignCenter</set>
0115           </property>
0116          </widget>
0117         </item>
0118         <item>
0119          <widget class="QListWidget" name="taskListTasksList"/>
0120         </item>
0121        </layout>
0122       </item>
0123      </layout>
0124     </item>
0125     <item row="3" column="0" colspan="2">
0126      <layout class="QHBoxLayout" name="createTaskLayout">
0127       <item>
0128        <widget class="QLineEdit" name="taskNameEdit">
0129         <property name="enabled">
0130          <bool>false</bool>
0131         </property>
0132         <property name="placeholderText">
0133          <string>Task name</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item>
0138        <widget class="QPushButton" name="createTaskButton">
0139         <property name="enabled">
0140          <bool>false</bool>
0141         </property>
0142         <property name="text">
0143          <string>Create Task</string>
0144         </property>
0145        </widget>
0146       </item>
0147      </layout>
0148     </item>
0149    </layout>
0150    <widget class="QLabel" name="errorLabel">
0151     <property name="geometry">
0152      <rect>
0153       <x>6</x>
0154       <y>409</y>
0155       <width>16</width>
0156       <height>18</height>
0157      </rect>
0158     </property>
0159     <property name="text">
0160      <string/>
0161     </property>
0162     <property name="wordWrap">
0163      <bool>true</bool>
0164     </property>
0165    </widget>
0166   </widget>
0167   <widget class="QMenuBar" name="menubar">
0168    <property name="geometry">
0169     <rect>
0170      <x>0</x>
0171      <y>0</y>
0172      <width>640</width>
0173      <height>30</height>
0174     </rect>
0175    </property>
0176    <widget class="QMenu" name="menuFile">
0177     <property name="title">
0178      <string>File</string>
0179     </property>
0180     <addaction name="actionQuit"/>
0181    </widget>
0182    <addaction name="menuFile"/>
0183   </widget>
0184   <widget class="QStatusBar" name="statusbar"/>
0185   <action name="actionQuit">
0186    <property name="text">
0187     <string comment="Action that quits the application">Quit</string>
0188    </property>
0189   </action>
0190  </widget>
0191  <resources/>
0192  <connections>
0193   <connection>
0194    <sender>actionQuit</sender>
0195    <signal>triggered()</signal>
0196    <receiver>MainWindow</receiver>
0197    <slot>close()</slot>
0198    <hints>
0199     <hint type="sourcelabel">
0200      <x>-1</x>
0201      <y>-1</y>
0202     </hint>
0203     <hint type="destinationlabel">
0204      <x>319</x>
0205      <y>206</y>
0206     </hint>
0207    </hints>
0208   </connection>
0209  </connections>
0210 </ui>