Blame view

app/gui/oven_control/autocookselectionpopup.ui 6.6 KB
11c611782   김태훈   자동 요리 세부 사항 구현
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>AutoCookSelectionPopup</class>
   <widget class="QWidget" name="AutoCookSelectionPopup">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
11c611782   김태훈   자동 요리 세부 사항 구현
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
     </rect>
    </property>
    <property name="windowTitle">
     <string>Form</string>
    </property>
    <property name="styleSheet">
     <string notr="true">#background { background-image: url(:/images/auto_popup/background.png); }
  #pannel { background-image: url(:/images/auto_popup/pannel.png); }
  
  QPushButton { border: none; background-repeat: no-repeat; background-position: center; }
  QPushButton[style=&quot;cook&quot;] { background-image: url(:/images/auto_popup/button.png); }
  QPushButton[style=&quot;cook&quot;]:pressed, QPushButton[style=&quot;cook&quot;]:focus { background-image: url(:/images/auto_popup/button_ov.png); }</string>
    </property>
    <widget class="QWidget" name="background" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
28
29
30
       <y>711</y>
       <width>1080</width>
       <height>720</height>
11c611782   김태훈   자동 요리 세부 사항 구현
31
32
33
34
35
      </rect>
     </property>
     <widget class="QWidget" name="pannel" native="true">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
36
37
38
39
        <x>40</x>
        <y>162</y>
        <width>998</width>
        <height>438</height>
11c611782   김태훈   자동 요리 세부 사항 구현
40
41
42
43
44
       </rect>
      </property>
      <widget class="QPushButton" name="prev">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
45
46
47
48
         <x>259</x>
         <y>236</y>
         <width>150</width>
         <height>154</height>
11c611782   김태훈   자동 요리 세부 사항 구현
49
50
51
52
53
54
55
56
57
58
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { background-image: url(:/images/auto_popup/prev.png); }
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/prev_ov.png); }</string>
       </property>
      </widget>
      <widget class="QPushButton" name="next">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
59
60
61
62
         <x>589</x>
         <y>236</y>
         <width>150</width>
         <height>154</height>
11c611782   김태훈   자동 요리 세부 사항 구현
63
64
65
66
67
68
69
70
71
72
        </rect>
       </property>
       <property name="styleSheet">
        <string notr="true">QPushButton { background-image: url(:/images/auto_popup/next.png); }
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/next_ov.png); }</string>
       </property>
      </widget>
      <widget class="BulletIndicator" name="bullets" native="true">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
73
74
75
76
         <x>344</x>
         <y>236</y>
         <width>300</width>
         <height>154</height>
11c611782   김태훈   자동 요리 세부 사항 구현
77
78
79
80
81
82
        </rect>
       </property>
      </widget>
      <widget class="QPushButton" name="selection1">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
83
84
85
86
         <x>30</x>
         <y>60</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
87
88
89
90
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
91
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
92
93
94
95
96
97
98
99
100
101
102
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <widget class="QPushButton" name="selection2">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
103
104
105
106
         <x>343</x>
         <y>60</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
107
108
109
110
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
111
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
112
113
114
115
116
117
118
119
120
121
122
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <widget class="QPushButton" name="selection3">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
123
124
125
126
         <x>656</x>
         <y>60</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
127
128
129
130
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
131
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
132
133
134
135
136
137
138
139
140
141
142
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <widget class="QPushButton" name="selection6">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
143
144
145
146
         <x>656</x>
         <y>150</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
147
148
149
150
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
151
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
152
153
154
155
156
157
158
159
160
161
162
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <widget class="QPushButton" name="selection4">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
163
164
165
166
         <x>30</x>
         <y>150</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
167
168
169
170
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
171
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
172
173
174
175
176
177
178
179
180
181
182
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <widget class="QPushButton" name="selection5">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
183
184
185
186
         <x>343</x>
         <y>150</y>
         <width>313</width>
         <height>76</height>
11c611782   김태훈   자동 요리 세부 사항 구현
187
188
189
190
        </rect>
       </property>
       <property name="font">
        <font>
054d6e75f   김태훈   ui 파일 일괄 변경
191
         <pointsize>10</pointsize>
11c611782   김태훈   자동 요리 세부 사항 구현
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="style" stdset="0">
        <string>cook</string>
       </property>
      </widget>
      <zorder>bullets</zorder>
      <zorder>prev</zorder>
      <zorder>next</zorder>
      <zorder>selection1</zorder>
      <zorder>selection2</zorder>
      <zorder>selection3</zorder>
      <zorder>selection6</zorder>
      <zorder>selection4</zorder>
      <zorder>selection5</zorder>
     </widget>
    </widget>
    <widget class="QPushButton" name="upperClose">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
216
217
       <width>1080</width>
       <height>711</height>
11c611782   김태훈   자동 요리 세부 사항 구현
218
219
220
221
222
223
224
225
226
227
      </rect>
     </property>
     <property name="focusPolicy">
      <enum>Qt::NoFocus</enum>
     </property>
    </widget>
    <widget class="QPushButton" name="lowerClose">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
228
229
230
       <y>1431</y>
       <width>1080</width>
       <height>488</height>
11c611782   김태훈   자동 요리 세부 사항 구현
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
      </rect>
     </property>
     <property name="focusPolicy">
      <enum>Qt::NoFocus</enum>
     </property>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>BulletIndicator</class>
     <extends>QWidget</extends>
     <header>bulletindicator.h</header>
     <container>1</container>
    </customwidget>
   </customwidgets>
   <tabstops>
    <tabstop>selection1</tabstop>
    <tabstop>selection2</tabstop>
    <tabstop>selection3</tabstop>
    <tabstop>selection4</tabstop>
    <tabstop>selection5</tabstop>
    <tabstop>selection6</tabstop>
    <tabstop>prev</tabstop>
    <tabstop>next</tabstop>
   </tabstops>
   <resources/>
   <connections/>
  </ui>