1<ui version="4.0" > 2 <class>JobTrackerWidget</class> 3 <widget class="QWidget" name="JobTrackerWidget" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>409</width> 9 <height>16</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>Job Tracker</string> 14 </property> 15 <layout class="QHBoxLayout" > 16 <property name="leftMargin" > 17 <number>4</number> 18 </property> 19 <property name="topMargin" > 20 <number>1</number> 21 </property> 22 <property name="rightMargin" > 23 <number>4</number> 24 </property> 25 <property name="bottomMargin" > 26 <number>1</number> 27 </property> 28 <item> 29 <widget class="QLabel" name="descriptionLabel" > 30 <property name="sizePolicy" > 31 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 32 <horstretch>0</horstretch> 33 <verstretch>0</verstretch> 34 </sizepolicy> 35 </property> 36 <property name="minimumSize" > 37 <size> 38 <width>50</width> 39 <height>0</height> 40 </size> 41 </property> 42 <property name="text" > 43 <string><b>Job Description</b></string> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <widget class="QLabel" name="informationLabel" > 49 <property name="sizePolicy" > 50 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > 51 <horstretch>0</horstretch> 52 <verstretch>0</verstretch> 53 </sizepolicy> 54 </property> 55 <property name="minimumSize" > 56 <size> 57 <width>50</width> 58 <height>0</height> 59 </size> 60 </property> 61 <property name="text" > 62 <string>Some Information about the job</string> 63 </property> 64 </widget> 65 </item> 66 <item> 67 <widget class="QProgressBar" name="progressBar" > 68 <property name="sizePolicy" > 69 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 70 <horstretch>0</horstretch> 71 <verstretch>0</verstretch> 72 </sizepolicy> 73 </property> 74 <property name="minimumSize" > 75 <size> 76 <width>50</width> 77 <height>0</height> 78 </size> 79 </property> 80 <property name="maximum" > 81 <number>100</number> 82 </property> 83 <property name="value" > 84 <number>-1</number> 85 </property> 86 </widget> 87 </item> 88 </layout> 89 </widget> 90 <resources/> 91 <connections/> 92</ui> 93