776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConfigInfoDlg</class>
<widget class="QDialog" name="ConfigInfoDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
11
12
|
</rect>
</property>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
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
|
<property name="styleSheet">
<string notr="true">#ConfigDateTimeDlg{
/*background-color : transparent;*/
}
#centralwidget{
background-image : url(:/images/background/popup/913.png);
}
QLabel {
color : white;
}
QLineEdit{
background-color : transparent;
color : white;
}
QSpinBox{
background-color : transparent;
color : white;
}
QPushButton{
border-color : transparent;
background-color : transparent;
color : white;
}
QPushButton::pressed, QPushButton::focus{
color : yellow;
}</string>
</property>
<widget class="QWidget" name="centralwidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
48
49
50
|
<y>510</y>
<width>1080</width>
<height>510</height>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
51
52
53
54
55
56
57
|
</rect>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
58
59
|
<width>1081</width>
<height>505</height>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,4,1">
<property name="spacing">
<number>0</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="ctrTitle">
<property name="maximumSize">
<size>
<width>16777215</width>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
77
|
<height>112</height>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
78
79
80
81
82
|
</size>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
83
|
<pointsize>21</pointsize>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color : white;</string>
</property>
<property name="text">
<string>TITLE</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_info">
<property name="leftMargin">
<number>20</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<property name="horizontalSpacing">
<number>3</number>
</property>
</layout>
</item>
<item>
<widget class="QPushButton" name="ctrBtnOk">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
139
|
<pointsize>14</pointsize>
|
776411ce5
고영탁
설정 기능 5월 개발 범위 UI...
|
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
|
<underline>true</underline>
</font>
</property>
<property name="text">
<string>확인</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
|