Blame view

app/gui/oven_control/configsteamwashdlg.ui 4.14 KB
71bc74deb   김태훈   스팀 통 세척 추가
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>ConfigSteamWashDlg</class>
   <widget class="QDialog" name="ConfigSteamWashDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
71bc74deb   김태훈   스팀 통 세척 추가
11
12
13
14
15
16
17
     </rect>
    </property>
    <property name="windowTitle">
     <string>Dialog</string>
    </property>
    <property name="styleSheet">
     <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png);
054d6e75f   김태훈   ui 파일 일괄 변경
18
  }</string>
71bc74deb   김태훈   스팀 통 세척 추가
19
20
21
22
23
    </property>
    <widget class="QWidget" name="centralWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
24
25
26
       <y>516</y>
       <width>1080</width>
       <height>603</height>
71bc74deb   김태훈   스팀 통 세척 추가
27
28
29
30
31
32
33
34
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrBtnOk">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
35
36
37
38
        <x>360</x>
        <y>420</y>
        <width>180</width>
        <height>120</height>
71bc74deb   김태훈   스팀 통 세척 추가
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
       </rect>
      </property>
      <property name="font">
       <font>
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton {
  border: none;
  color: white;
  }
  QPushButton:pressed, QPushButton:focus {
  color: yellow;
  }</string>
      </property>
      <property name="text">
       <string>확인</string>
      </property>
     </widget>
     <widget class="QLabel" name="ctrLbTitle">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
66
67
        <width>1080</width>
        <height>109</height>
71bc74deb   김태훈   스팀 통 세척 추가
68
69
70
71
72
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
73
        <pointsize>15</pointsize>
71bc74deb   김태훈   스팀 통 세척 추가
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QLabel {
         color : white;
    border : none;
  }</string>
      </property>
      <property name="text">
       <string>증기 발생기 헹굼</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="Line" name="line">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
95
96
        <y>111</y>
        <width>1080</width>
71bc74deb   김태훈   스팀 통 세척 추가
97
98
99
100
101
102
103
104
105
106
107
        <height>3</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
     <widget class="QLabel" name="ctrLbBody">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
108
109
110
        <y>120</y>
        <width>1080</width>
        <height>109</height>
71bc74deb   김태훈   스팀 통 세척 추가
111
112
113
114
115
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
116
        <pointsize>15</pointsize>
71bc74deb   김태훈   스팀 통 세척 추가
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QLabel {
         color : white;
    border : none;
  }</string>
      </property>
      <property name="text">
       <string>시작하시겠습니까?</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="WashStepGauge" name="ctrGauge" native="true">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
137
138
139
140
        <x>220</x>
        <y>252</y>
        <width>638</width>
        <height>69</height>
71bc74deb   김태훈   스팀 통 세척 추가
141
142
143
144
145
146
       </rect>
      </property>
     </widget>
     <widget class="QPushButton" name="ctrBtnCancel">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
147
148
149
150
        <x>540</x>
        <y>420</y>
        <width>180</width>
        <height>120</height>
71bc74deb   김태훈   스팀 통 세척 추가
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
       </rect>
      </property>
      <property name="font">
       <font>
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton {
  border: none;
  color: white;
  }
  QPushButton:pressed, QPushButton:focus {
  color: yellow;
  }</string>
      </property>
      <property name="text">
       <string>취소</string>
      </property>
     </widget>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>WashStepGauge</class>
     <extends>QWidget</extends>
     <header>washstepgauge.h</header>
     <container>1</container>
    </customwidget>
   </customwidgets>
   <resources/>
   <connections/>
  </ui>