-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmainWidget.ui
106 lines (106 loc) · 2.2 KB
/
mainWidget.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>699</width>
<height>686</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>221</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>어떤 영화를 좋아하세요?</string>
</property>
</widget>
<widget class="QComboBox" name="cmb_titles">
<property name="geometry">
<rect>
<x>320</x>
<y>60</y>
<width>311</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>어떤 영화를 좋아하세요?</string>
</property>
</item>
</widget>
<widget class="QLabel" name="lbl_recommend">
<property name="geometry">
<rect>
<x>50</x>
<y>280</y>
<width>601</width>
<height>351</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>추천 영화</string>
</property>
</widget>
<widget class="QLineEdit" name="le_keyword">
<property name="geometry">
<rect>
<x>30</x>
<y>120</y>
<width>381</width>
<height>41</height>
</rect>
</property>
<property name="placeholderText">
<string>추천 키워드를 입력하세요.</string>
</property>
</widget>
<widget class="QPushButton" name="btn_recommend">
<property name="geometry">
<rect>
<x>460</x>
<y>120</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>17</pointsize>
</font>
</property>
<property name="text">
<string>추천</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>