652e9cd54
고영탁
Merge
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>popupWindow</class>
<widget class="QMainWindow" name="popupWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>1600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">#centralwidget {background:transparent;}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
23
|
<x>0</x>
|
652e9cd54
고영탁
Merge
|
24
|
<y>500</y>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
25
|
<width>900</width>
|
652e9cd54
고영탁
Merge
|
26
27
28
29
|
<height>400</height>
</rect>
</property>
<property name="styleSheet">
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
30
31
32
|
<string notr="true">border-color: rgb(255,255,255);
border-width: 2px;
border-style: solid;</string>
|
652e9cd54
고영탁
Merge
|
33
34
35
36
|
</property>
<property name="text">
<string/>
</property>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
37
38
39
|
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/background/popup/503.png</pixmap>
</property>
|
652e9cd54
고영탁
Merge
|
40
41
42
43
|
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
44
|
<x>90</x>
|
652e9cd54
고영탁
Merge
|
45
|
<y>510</y>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
46
47
|
<width>761</width>
<height>51</height>
|
652e9cd54
고영탁
Merge
|
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
|
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>경 고</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="ctrlWarnDescription">
<property name="geometry">
<rect>
<x>50</x>
<y>580</y>
<width>801</width>
<height>201</height>
</rect>
</property>
<property name="font">
<font>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
78
|
<pointsize>12</pointsize>
|
652e9cd54
고영탁
Merge
|
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
93
|
<widget class="QPushButton" name="ctrlOkBtn">
|
652e9cd54
고영탁
Merge
|
94
95
|
<property name="geometry">
<rect>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
<x>366</x>
<y>800</y>
<width>152</width>
<height>70</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {border-image: url(:/images/button/152.png);}
QPushButton::pressed {border-image: url(:/images/button/152_ov.png);}
QPushButton { text-align:center;}</string>
</property>
<property name="text">
<string>확 인</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>340</x>
<y>510</y>
<width>61</width>
<height>51</height>
|
652e9cd54
고영탁
Merge
|
131
132
133
|
</rect>
</property>
<property name="text">
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
134
135
136
137
|
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/symbol/warning.png</pixmap>
|
652e9cd54
고영탁
Merge
|
138
139
140
141
|
</property>
</widget>
</widget>
</widget>
|
c50beef02
고영탁
에러 처리 루틴 및 에러 처리 ...
|
142
143
144
|
<resources>
<include location="resources.qrc"/>
</resources>
|
652e9cd54
고영탁
Merge
|
145
146
|
<connections/>
</ui>
|