source: psi/trunk/src/ui_filetrans.ui@ 57

Last change on this file since 57 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 7.1 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>FileTransUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>FileTransUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>334</width>
12 <height>268</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Form1</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <widget class="QLabel">
23 <property name="name">
24 <cstring>lb_accountlabel</cstring>
25 </property>
26 <property name="text">
27 <string>accountlabel</string>
28 </property>
29 </widget>
30 <widget class="QLayoutWidget">
31 <property name="name">
32 <cstring>layout4</cstring>
33 </property>
34 <hbox>
35 <property name="name">
36 <cstring>unnamed</cstring>
37 </property>
38 <widget class="QLabel">
39 <property name="name">
40 <cstring>lb_to</cstring>
41 </property>
42 <property name="text">
43 <string>To:</string>
44 </property>
45 </widget>
46 <widget class="QLineEdit">
47 <property name="name">
48 <cstring>le_to</cstring>
49 </property>
50 <property name="minimumSize">
51 <size>
52 <width>100</width>
53 <height>0</height>
54 </size>
55 </property>
56 <property name="readOnly">
57 <bool>true</bool>
58 </property>
59 </widget>
60 </hbox>
61 </widget>
62 <widget class="QLayoutWidget">
63 <property name="name">
64 <cstring>layout7</cstring>
65 </property>
66 <grid>
67 <property name="name">
68 <cstring>unnamed</cstring>
69 </property>
70 <widget class="QLabel" row="0" column="0">
71 <property name="name">
72 <cstring>textLabel2</cstring>
73 </property>
74 <property name="text">
75 <string>File:</string>
76 </property>
77 </widget>
78 <widget class="IconToolButton" row="0" column="2">
79 <property name="name">
80 <cstring>tb_browse</cstring>
81 </property>
82 <property name="text">
83 <string></string>
84 </property>
85 <property name="iconName" stdset="0">
86 <string>psi/browse</string>
87 </property>
88 </widget>
89 <widget class="QLabel" row="1" column="1" rowspan="1" colspan="2">
90 <property name="name">
91 <cstring>lb_size</cstring>
92 </property>
93 <property name="text">
94 <string></string>
95 </property>
96 </widget>
97 <widget class="QLabel" row="1" column="0">
98 <property name="name">
99 <cstring>textLabel3</cstring>
100 </property>
101 <property name="text">
102 <string>Size:</string>
103 </property>
104 </widget>
105 <widget class="QLineEdit" row="0" column="1">
106 <property name="name">
107 <cstring>le_fname</cstring>
108 </property>
109 <property name="readOnly">
110 <bool>true</bool>
111 </property>
112 </widget>
113 </grid>
114 </widget>
115 <widget class="QLabel">
116 <property name="name">
117 <cstring>textLabel1</cstring>
118 </property>
119 <property name="text">
120 <string>Description:</string>
121 </property>
122 </widget>
123 <widget class="QTextEdit">
124 <property name="name">
125 <cstring>te_desc</cstring>
126 </property>
127 </widget>
128 <widget class="QLabel">
129 <property name="name">
130 <cstring>lb_status</cstring>
131 </property>
132 <property name="text">
133 <string></string>
134 </property>
135 </widget>
136 <widget class="Line">
137 <property name="name">
138 <cstring>line1</cstring>
139 </property>
140 <property name="frameShape">
141 <enum>HLine</enum>
142 </property>
143 <property name="frameShadow">
144 <enum>Sunken</enum>
145 </property>
146 <property name="orientation">
147 <enum>Horizontal</enum>
148 </property>
149 </widget>
150 <widget class="QLayoutWidget">
151 <property name="name">
152 <cstring>layout2</cstring>
153 </property>
154 <hbox>
155 <property name="name">
156 <cstring>unnamed</cstring>
157 </property>
158 <widget class="BusyWidget">
159 <property name="name">
160 <cstring>busy</cstring>
161 </property>
162 </widget>
163 <spacer>
164 <property name="name">
165 <cstring>spacer1</cstring>
166 </property>
167 <property name="orientation">
168 <enum>Horizontal</enum>
169 </property>
170 <property name="sizeType">
171 <enum>Expanding</enum>
172 </property>
173 <property name="sizeHint">
174 <size>
175 <width>40</width>
176 <height>20</height>
177 </size>
178 </property>
179 </spacer>
180 <widget class="QPushButton">
181 <property name="name">
182 <cstring>pb_stop</cstring>
183 </property>
184 <property name="text">
185 <string>stop</string>
186 </property>
187 </widget>
188 <widget class="QPushButton">
189 <property name="name">
190 <cstring>pb_start</cstring>
191 </property>
192 <property name="text">
193 <string>start</string>
194 </property>
195 <property name="default">
196 <bool>true</bool>
197 </property>
198 </widget>
199 </hbox>
200 </widget>
201 </vbox>
202</widget>
203<layoutdefaults spacing="6" margin="11"/>
204</UI>
Note: See TracBrowser for help on using the repository browser.