-
Notifications
You must be signed in to change notification settings - Fork 9
/
ui_UploadWidget.ui
45 lines (45 loc) · 945 Bytes
/
ui_UploadWidget.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>uploadWidget</class>
<widget class="QWidget" name="uploadWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>20</x>
<y>278</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonUpload">
<property name="geometry">
<rect>
<x>40</x>
<y>11</y>
<width>370</width>
<height>258</height>
</rect>
</property>
<property name="text">
<string>Upload</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>