-
Notifications
You must be signed in to change notification settings - Fork 2
/
CameraWindow2.ui
110 lines (110 loc) · 2.7 KB
/
CameraWindow2.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
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CameraWindow</class>
<widget class="QMainWindow" name="CameraWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_camera_main">
<property name="geometry">
<rect>
<x>-1</x>
<y>-1</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/newPrefix/image/juicebro.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_camera_title">
<property name="geometry">
<rect>
<x>110</x>
<y>40</y>
<width>621</width>
<height>71</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>121</red>
<green>11</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>121</red>
<green>11</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>야놀자 야체 B</family>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string><고객님의 얼굴을 인식 중입니다></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="camera_widget" native="true">
<property name="geometry">
<rect>
<x>260</x>
<y>150</y>
<width>341</width>
<height>261</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="xz.qrc"/>
</resources>
<connections/>
</ui>