Blame view

app/gui/oven_control/operationtimemain.ui 8.73 KB
6a965b9f1   고영탁   엔지니어 모드 2차 구현
1
2
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
14a73498f   김태훈   소스 코드 정리
3
4
   <class>OperationTimeMain</class>
   <widget class="QMainWindow" name="OperationTimeMain">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
5
6
7
8
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
11
12
     </rect>
    </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
13
14
15
16
17
18
19
20
21
22
23
24
25
    <property name="styleSheet">
     <string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string>
    </property>
    <widget class="QWidget" name="centralwidget">
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
26
27
        <width>1080</width>
        <height>511</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
28
29
       </rect>
      </property>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
30
      <widget class="StatusArea" name="clockContainer">
6a965b9f1   고영탁   엔지니어 모드 2차 구현
31
32
33
       <property name="styleSheet">
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
       </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
34
35
36
37
38
39
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
     <widget class="QLabel" name="label_15">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
40
41
42
43
        <x>66</x>
        <y>511</y>
        <width>1080</width>
        <height>100</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
44
45
46
47
48
       </rect>
      </property>
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
49
        <pointsize>13</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
50
51
52
53
54
55
56
57
58
59
60
61
62
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">color: rgb(255, 255, 255);</string>
      </property>
      <property name="text">
       <string>서비스단계(엔지니어모드) &gt; 작동시간</string>
      </property>
     </widget>
     <widget class="QWidget" name="bottomBar" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
63
64
65
        <y>1740</y>
        <width>1080</width>
        <height>180</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
66
67
68
69
70
       </rect>
      </property>
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
71
72
73
74
         <x>481</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
75
76
77
78
79
80
81
82
83
84
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
9146b87b4   고영탁   엔코더 작업 진행중
85
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
86
87
88
89
90
91
92
93
94
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
     </widget>
     <widget class="QWidget" name="gridLayoutWidget">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
95
96
97
98
        <x>48</x>
        <y>654</y>
        <width>985</width>
        <height>79</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
       </rect>
      </property>
      <layout class="QGridLayout" name="gridLayout" columnstretch="67,33">
       <property name="spacing">
        <number>0</number>
       </property>
       <item row="0" column="0" colspan="2">
        <widget class="QPushButton" name="button">
         <property name="enabled">
          <bool>false</bool>
         </property>
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="font">
          <font>
           <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
119
           <pointsize>12</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
120
121
122
123
124
           <weight>75</weight>
           <bold>true</bold>
           <underline>false</underline>
          </font>
         </property>
9146b87b4   고영탁   엔코더 작업 진행중
125
126
127
         <property name="focusPolicy">
          <enum>Qt::NoFocus</enum>
         </property>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
128
129
130
         <property name="styleSheet">
          <string notr="true">QPushButton { border-image: url(:/images/config/pannel.png);color: rgb(255, 255, 255); }
  QPushButton:pressed { border-image: url(:/images/config/pannel_ov.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
131
  QPushButton { text-align: left;padding-left:36px;}</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
132
133
         </property>
         <property name="text">
6206812b0   고영탁   엔지니어링 메뉴 항목 텍스트 패...
134
          <string>작동시간</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
135
136
137
138
139
140
141
142
143
144
145
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QLabel" name="label_17">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="font">
          <font>
           <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
146
           <pointsize>13</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
           <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>EM-6</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="margin">
          <number>0</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QPushButton" name="btnHeatPartTime">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
170
171
172
173
        <x>148</x>
        <y>756</y>
        <width>457</width>
        <height>78</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
174
175
176
177
178
179
180
181
182
183
184
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="font">
       <font>
        <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
185
        <pointsize>12</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
186
187
188
189
190
191
192
193
        <weight>75</weight>
        <bold>true</bold>
        <underline>false</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
  color: rgb(55, 55, 55); }
9146b87b4   고영탁   엔코더 작업 진행중
194
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
195
  QPushButton { text-align: center;}</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
196
197
198
199
200
201
202
203
      </property>
      <property name="text">
       <string>가열부</string>
      </property>
     </widget>
     <widget class="QPushButton" name="btnModeTime">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
204
205
206
207
        <x>148</x>
        <y>860</y>
        <width>457</width>
        <height>78</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
208
209
210
211
212
213
214
215
216
217
218
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="font">
       <font>
        <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
219
        <pointsize>12</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
220
221
222
223
224
225
226
227
        <weight>75</weight>
        <bold>true</bold>
        <underline>false</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
  color: rgb(55, 55, 55); }
9146b87b4   고영탁   엔코더 작업 진행중
228
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
229
  QPushButton { text-align: center;}</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
230
231
232
233
234
235
236
237
      </property>
      <property name="text">
       <string>모드</string>
      </property>
     </widget>
     <widget class="QPushButton" name="btnPartsTime">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
238
239
240
241
        <x>148</x>
        <y>962</y>
        <width>457</width>
        <height>78</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
242
243
244
245
246
247
248
249
250
251
252
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="font">
       <font>
        <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
253
        <pointsize>12</pointsize>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
254
255
256
257
258
259
260
261
        <weight>75</weight>
        <bold>true</bold>
        <underline>false</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png);
  color: rgb(55, 55, 55); }
9146b87b4   고영탁   엔코더 작업 진행중
262
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/button/379_ov_63.png); }
054d6e75f   김태훈   ui 파일 일괄 변경
263
  QPushButton { text-align: center;}</string>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
264
265
266
267
268
269
270
271
      </property>
      <property name="text">
       <string>부품</string>
      </property>
     </widget>
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
272
273
274
275
        <x>120</x>
        <y>727</y>
        <width>33</width>
        <height>277</height>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/config/service/oprationtime_menu_line.png</pixmap>
      </property>
     </widget>
     <zorder>label</zorder>
     <zorder>upperStack</zorder>
     <zorder>label_15</zorder>
     <zorder>bottomBar</zorder>
     <zorder>gridLayoutWidget</zorder>
     <zorder>btnHeatPartTime</zorder>
     <zorder>btnModeTime</zorder>
     <zorder>btnPartsTime</zorder>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
297
     <class>StatusArea</class>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
298
     <extends>QWidget</extends>
c41b8944d   김태훈   리팩토링 - 시계 영역 내용을 ...
299
     <header>statusarea.h</header>
6a965b9f1   고영탁   엔지니어 모드 2차 구현
300
301
302
303
304
305
306
307
     <container>1</container>
    </customwidget>
   </customwidgets>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>