-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPDMainWindow.ui
99 lines (99 loc) · 2.63 KB
/
PDMainWindow.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PDMainWindow</class>
<widget class="QMainWindow" name="PDMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>796</width>
<height>610</height>
</rect>
</property>
<property name="windowTitle">
<string>Pupil Size Detection</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>resources/eye-icon.png</normaloff>resources/eye-icon.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>441</width>
<height>551</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QLabel" name="eye_label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>resources/Eye Scapes - 01b.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="welcome_label">
<property name="text">
<string>Welcome to Automatic Pupil Size Detection!</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Click the button to Upload a video or Open to previous project</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="upload_button">
<property name="text">
<string>Upload</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Plot</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="open_button">
<property name="text">
<string>Open Project</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>