Warning, /utilities/ark/part/jobtracker.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>JobTrackerWidget</class>
0004  <widget class="QWidget" name="JobTrackerWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>409</width>
0010     <height>16</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Job Tracker</string>
0015   </property>
0016   <layout class="QHBoxLayout">
0017    <property name="leftMargin">
0018     <number>4</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>1</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>4</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>1</number>
0028    </property>
0029    <item>
0030     <widget class="QLabel" name="descriptionLabel">
0031      <property name="sizePolicy">
0032       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0033        <horstretch>0</horstretch>
0034        <verstretch>0</verstretch>
0035       </sizepolicy>
0036      </property>
0037      <property name="minimumSize">
0038       <size>
0039        <width>50</width>
0040        <height>0</height>
0041       </size>
0042      </property>
0043      <property name="text">
0044       <string>&lt;b&gt;Job Description&lt;/b&gt;</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="QLabel" name="informationLabel">
0050      <property name="sizePolicy">
0051       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0052        <horstretch>0</horstretch>
0053        <verstretch>0</verstretch>
0054       </sizepolicy>
0055      </property>
0056      <property name="minimumSize">
0057       <size>
0058        <width>50</width>
0059        <height>0</height>
0060       </size>
0061      </property>
0062      <property name="text">
0063       <string>Some Information about the job</string>
0064      </property>
0065     </widget>
0066    </item>
0067    <item>
0068     <widget class="QProgressBar" name="progressBar">
0069      <property name="sizePolicy">
0070       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0071        <horstretch>0</horstretch>
0072        <verstretch>0</verstretch>
0073       </sizepolicy>
0074      </property>
0075      <property name="minimumSize">
0076       <size>
0077        <width>50</width>
0078        <height>0</height>
0079       </size>
0080      </property>
0081      <property name="maximum">
0082       <number>100</number>
0083      </property>
0084      <property name="value">
0085       <number>-1</number>
0086      </property>
0087      <property name="format">
0088       <string>%p%</string>
0089      </property>
0090     </widget>
0091    </item>
0092   </layout>
0093  </widget>
0094  <resources/>
0095  <connections/>
0096 </ui>