Blame view

app/gui/oven_control/cookpanelbutton.ui 3.13 KB
b85726132   김태훈   부가 기능 UI 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>CookPanelButton</class>
   <widget class="QWidget" name="CookPanelButton">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>821</width>
      <height>65</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="minimumSize">
     <size>
      <width>821</width>
      <height>65</height>
     </size>
    </property>
b85726132   김태훈   부가 기능 UI 추가
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
    <property name="styleSheet">
     <string notr="true">QPushButton {
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  }</string>
    </property>
    <widget class="QPushButton" name="pushButton">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
       <width>821</width>
       <height>65</height>
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>821</width>
       <height>65</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>821</width>
       <height>65</height>
      </size>
     </property>
     <property name="font">
      <font>
       <family>Roboto</family>
       <pointsize>11</pointsize>
      </font>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
  background-image: url(:/images/etc/bar_03.png);
  color: white;
  text-align: left;
  padding: 0px 40px;
  }
  QPushButton:pressed { background-image: url(:/images/etc/bar_02.png); }
  QPushButton:focus { background-image: url(:/images/etc/bar_02.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="showInfoButton">
     <property name="geometry">
      <rect>
       <x>670</x>
       <y>0</y>
       <width>70</width>
       <height>65</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { background-image: url(:/images/etc/bar_icon_01.png); }
  QPushButton:pressed { background-image: url(:/images/etc/bar_icon_01_ov.png); }
  QPushButton:focus { background-image: url(:/images/etc/bar_icon_01_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
f588aa273   김태훈   부가 기능 로직 추가
96
97
98
99
100
101
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="autoExclusive">
      <bool>true</bool>
     </property>
b85726132   김태훈   부가 기능 UI 추가
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
    </widget>
    <widget class="QPushButton" name="deleteButton">
     <property name="geometry">
      <rect>
       <x>750</x>
       <y>0</y>
       <width>60</width>
       <height>65</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { background-image: url(:/images/etc/bar_icon_02.png); }
  QPushButton:pressed { background-image: url(:/images/etc/bar_icon_02_ov.png); }
  QPushButton:focus { background-image: url(:/images/etc/bar_icon_02_ov.png); }</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
   <resources/>
   <connections/>
  </ui>