0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>DownloadItem</class>
|
|
3 |
<widget class="QWidget" name="DownloadItem" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>423</width>
|
|
9 |
<height>110</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Form</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
16 |
<property name="margin" >
|
|
17 |
<number>0</number>
|
|
18 |
</property>
|
|
19 |
<item>
|
|
20 |
<widget class="QLabel" name="fileIcon" >
|
|
21 |
<property name="sizePolicy" >
|
|
22 |
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
|
23 |
<horstretch>0</horstretch>
|
|
24 |
<verstretch>0</verstretch>
|
|
25 |
</sizepolicy>
|
|
26 |
</property>
|
|
27 |
<property name="text" >
|
|
28 |
<string>Ico</string>
|
|
29 |
</property>
|
|
30 |
</widget>
|
|
31 |
</item>
|
|
32 |
<item>
|
|
33 |
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
|
34 |
<item>
|
|
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>
|
|
40 |
</sizepolicy>
|
|
41 |
</property>
|
|
42 |
<property name="text" stdset="0" >
|
|
43 |
<string>Filename</string>
|
|
44 |
</property>
|
|
45 |
</widget>
|
|
46 |
</item>
|
|
47 |
<item>
|
|
48 |
<widget class="QProgressBar" name="progressBar" >
|
|
49 |
<property name="value" >
|
|
50 |
<number>0</number>
|
|
51 |
</property>
|
|
52 |
</widget>
|
|
53 |
</item>
|
|
54 |
<item>
|
|
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>
|
|
60 |
</sizepolicy>
|
|
61 |
</property>
|
|
62 |
<property name="text" stdset="0" >
|
|
63 |
<string/>
|
|
64 |
</property>
|
|
65 |
</widget>
|
|
66 |
</item>
|
|
67 |
</layout>
|
|
68 |
</item>
|
|
69 |
<item>
|
|
70 |
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
71 |
<item>
|
|
72 |
<spacer name="verticalSpacer" >
|
|
73 |
<property name="orientation" >
|
|
74 |
<enum>Qt::Vertical</enum>
|
|
75 |
</property>
|
|
76 |
<property name="sizeHint" stdset="0" >
|
|
77 |
<size>
|
|
78 |
<width>17</width>
|
|
79 |
<height>1</height>
|
|
80 |
</size>
|
|
81 |
</property>
|
|
82 |
</spacer>
|
|
83 |
</item>
|
|
84 |
<item>
|
|
85 |
<widget class="QPushButton" name="tryAgainButton" >
|
|
86 |
<property name="enabled" >
|
|
87 |
<bool>false</bool>
|
|
88 |
</property>
|
|
89 |
<property name="text" >
|
|
90 |
<string>Try Again</string>
|
|
91 |
</property>
|
|
92 |
</widget>
|
|
93 |
</item>
|
|
94 |
<item>
|
|
95 |
<widget class="QPushButton" name="stopButton" >
|
|
96 |
<property name="text" >
|
|
97 |
<string>Stop</string>
|
|
98 |
</property>
|
|
99 |
</widget>
|
|
100 |
</item>
|
|
101 |
<item>
|
|
102 |
<widget class="QPushButton" name="openButton" >
|
|
103 |
<property name="text" >
|
|
104 |
<string>Open</string>
|
|
105 |
</property>
|
|
106 |
</widget>
|
|
107 |
</item>
|
|
108 |
<item>
|
|
109 |
<spacer name="verticalSpacer_2" >
|
|
110 |
<property name="orientation" >
|
|
111 |
<enum>Qt::Vertical</enum>
|
|
112 |
</property>
|
|
113 |
<property name="sizeHint" stdset="0" >
|
|
114 |
<size>
|
|
115 |
<width>17</width>
|
|
116 |
<height>5</height>
|
|
117 |
</size>
|
|
118 |
</property>
|
|
119 |
</spacer>
|
|
120 |
</item>
|
|
121 |
</layout>
|
|
122 |
</item>
|
|
123 |
</layout>
|
|
124 |
</widget>
|
|
125 |
<customwidgets>
|
|
126 |
<customwidget>
|
|
127 |
<class>SqueezeLabel</class>
|
|
128 |
<extends>QWidget</extends>
|
|
129 |
<header>squeezelabel.h</header>
|
|
130 |
</customwidget>
|
|
131 |
</customwidgets>
|
|
132 |
<resources/>
|
|
133 |
<connections/>
|
|
134 |
</ui>
|