eric6/Helpviewer/Download/DownloadItem.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DownloadItem</class>
4 <widget class="QWidget" name="DownloadItem">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>104</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string/>
21 </property>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <property name="leftMargin">
24 <number>2</number>
25 </property>
26 <property name="topMargin">
27 <number>2</number>
28 </property>
29 <property name="rightMargin">
30 <number>2</number>
31 </property>
32 <property name="bottomMargin">
33 <number>2</number>
34 </property>
35 <item>
36 <widget class="QLabel" name="fileIcon">
37 <property name="text">
38 <string>Icon</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <layout class="QVBoxLayout" name="verticalLayout">
44 <item>
45 <widget class="QLabel" name="datetimeLabel">
46 <property name="text">
47 <string>Date and Time</string>
48 </property>
49 <property name="alignment">
50 <set>Qt::AlignCenter</set>
51 </property>
52 <property name="wordWrap">
53 <bool>true</bool>
54 </property>
55 </widget>
56 </item>
57 <item>
58 <widget class="QLabel" name="filenameLabel">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="text">
66 <string>Filename</string>
67 </property>
68 <property name="alignment">
69 <set>Qt::AlignCenter</set>
70 </property>
71 <property name="wordWrap">
72 <bool>true</bool>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QProgressBar" name="progressBar"/>
78 </item>
79 <item>
80 <widget class="QLabel" name="infoLabel">
81 <property name="sizePolicy">
82 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
83 <horstretch>0</horstretch>
84 <verstretch>0</verstretch>
85 </sizepolicy>
86 </property>
87 <property name="text">
88 <string notr="true">Info</string>
89 </property>
90 <property name="alignment">
91 <set>Qt::AlignCenter</set>
92 </property>
93 <property name="wordWrap">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </item>
100 <item>
101 <widget class="QToolButton" name="tryAgainButton">
102 <property name="toolTip">
103 <string>Press to repeat the download</string>
104 </property>
105 <property name="text">
106 <string/>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <widget class="QToolButton" name="pauseButton">
112 <property name="toolTip">
113 <string>Press to pause the download</string>
114 </property>
115 <property name="text">
116 <string/>
117 </property>
118 <property name="checkable">
119 <bool>true</bool>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <widget class="QToolButton" name="stopButton">
125 <property name="toolTip">
126 <string>Press to cancel the download</string>
127 </property>
128 <property name="text">
129 <string/>
130 </property>
131 </widget>
132 </item>
133 <item>
134 <widget class="QToolButton" name="openButton">
135 <property name="toolTip">
136 <string>Press to open the downloaded file</string>
137 </property>
138 <property name="text">
139 <string/>
140 </property>
141 </widget>
142 </item>
143 </layout>
144 </widget>
145 <tabstops>
146 <tabstop>tryAgainButton</tabstop>
147 <tabstop>pauseButton</tabstop>
148 <tabstop>stopButton</tabstop>
149 <tabstop>openButton</tabstop>
150 </tabstops>
151 <resources/>
152 <connections/>
153 </ui>

eric ide

mercurial