2 <class>DownloadItem</class>
3 <widget class="QWidget" name="DownloadItem" >
4 <property name="geometry" >
12 <property name="windowTitle" >
15 <layout class="QHBoxLayout" name="horizontalLayout" >
16 <property name="margin" >
20 <widget class="QLabel" name="fileIcon" >
21 <property name="sizePolicy" >
22 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
23 <horstretch>0</horstretch>
24 <verstretch>0</verstretch>
27 <property name="text" >
33 <layout class="QVBoxLayout" name="verticalLayout_2" >
35 <widget class="SqueezeLabel" native="1" name="fileNameLabel" >
36 <property name="sizePolicy" >
37 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
38 <horstretch>0</horstretch>
39 <verstretch>0</verstretch>
42 <property name="text" stdset="0" >
43 <string>Filename</string>
48 <widget class="QProgressBar" name="progressBar" >
49 <property name="value" >
55 <widget class="SqueezeLabel" native="1" name="downloadInfoLabel" >
56 <property name="sizePolicy" >
57 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
58 <horstretch>0</horstretch>
59 <verstretch>0</verstretch>
62 <property name="text" stdset="0" >
70 <layout class="QVBoxLayout" name="verticalLayout" >
72 <spacer name="verticalSpacer" >
73 <property name="orientation" >
74 <enum>Qt::Vertical</enum>
76 <property name="sizeHint" stdset="0" >
85 <widget class="QPushButton" name="tryAgainButton" >
86 <property name="enabled" >
89 <property name="text" >
90 <string>Try Again</string>
95 <widget class="QPushButton" name="stopButton" >
96 <property name="text" >
102 <widget class="QPushButton" name="openButton" >
103 <property name="text" >
104 <string>Open</string>
109 <spacer name="verticalSpacer_2" >
110 <property name="orientation" >
111 <enum>Qt::Vertical</enum>
113 <property name="sizeHint" stdset="0" >
127 <class>SqueezeLabel</class>
128 <extends>QWidget</extends>
129 <header>squeezelabel.h</header>