Blame view

app/gui/oven_control/manualcookfinishpopup.ui 3.97 KB
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>ManualCookFinishPopup</class>
   <widget class="QWidget" name="ManualCookFinishPopup">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>1080</width>
      <height>1920</height>
     </rect>
    </property>
    <property name="windowTitle">
     <string>Form</string>
    </property>
    <property name="styleSheet">
     <string notr="true">#closeButton { border: none; }
  #closeButton_2 { border: none; }
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
19
  #background { background-image: url(:/images/background/popup/913.png); }
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
20
21
22
23
24
25
26
27
28
29
30
31
  #background:focus { border: 4px solid gray; }
  
  QPushButton {
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  }
  
  QPushButton[style=&quot;icon&quot;] { background-image: url(:/images/slider_icon/background.png); }
  
  QPushButton { color: white; border: none; }
  QPushButton:pressed, QPushButton:focus { color: yellow; }
214a68f0d   김태훈   수동 요리 종료 팝업이 콤비 모...
32
  QPushButton:disabled { color: grey; }
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  
  QLabel { color: white; }</string>
    </property>
    <widget class="QPushButton" name="closeButton_2">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>961</y>
       <width>1080</width>
       <height>958</height>
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QWidget" name="background" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>511</y>
       <width>1080</width>
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
55
       <height>831</height>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
56
57
58
59
60
61
62
63
      </rect>
     </property>
     <property name="focusPolicy">
      <enum>Qt::TabFocus</enum>
     </property>
     <widget class="QPushButton" name="warmupButton">
      <property name="geometry">
       <rect>
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
64
65
66
67
        <x>385</x>
        <y>670</y>
        <width>150</width>
        <height>120</height>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
68
69
70
71
       </rect>
      </property>
      <property name="font">
       <font>
b2c148b35   김태훈   수동 요리 종료 팝업 디자인 변경
72
        <pointsize>22</pointsize>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true"/>
      </property>
      <property name="text">
       <string>보온</string>
      </property>
     </widget>
     <widget class="QPushButton" name="okButton">
      <property name="geometry">
       <rect>
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
88
89
90
91
        <x>545</x>
        <y>670</y>
        <width>150</width>
        <height>120</height>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
92
93
94
95
       </rect>
      </property>
      <property name="font">
       <font>
b2c148b35   김태훈   수동 요리 종료 팝업 디자인 변경
96
        <pointsize>22</pointsize>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true"/>
      </property>
      <property name="text">
       <string>확인</string>
      </property>
     </widget>
     <widget class="QLabel" name="text">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>1080</width>
        <height>240</height>
       </rect>
      </property>
      <property name="font">
       <font>
b2c148b35   김태훈   수동 요리 종료 팝업 디자인 변경
120
121
122
        <pointsize>32</pointsize>
        <weight>75</weight>
        <bold>true</bold>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
123
124
125
126
127
128
129
130
131
       </font>
      </property>
      <property name="text">
       <string>요리가 끝났습니다</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
132
133
134
135
136
137
138
139
140
141
142
143
144
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
        <x>439</x>
        <y>250</y>
        <width>301</width>
        <height>350</height>
       </rect>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/animation/pull_04.png</pixmap>
      </property>
     </widget>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
    </widget>
    <widget class="QPushButton" name="closeButton">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
       <width>1080</width>
       <height>511</height>
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
   <tabstops>
    <tabstop>closeButton_2</tabstop>
    <tabstop>background</tabstop>
    <tabstop>warmupButton</tabstop>
    <tabstop>okButton</tabstop>
    <tabstop>closeButton</tabstop>
   </tabstops>
479b37a87   김태훈   수동 요리 종료 팝업 디자인 변경
167
168
169
   <resources>
    <include location="resources.qrc"/>
   </resources>
6fb8aa9a8   김태훈   수동 요리 종료 시 보온 여부 ...
170
171
   <connections/>
  </ui>