Blame view

app/gui/oven_control/cookpanelbutton.ui 3.13 KB
b85726132   김태훈   부가 기능 UI 추가
1
2
3
4
5
6
7
8
  <?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>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>985</width>
      <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
11
12
13
14
15
16
17
18
19
20
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="minimumSize">
     <size>
054d6e75f   김태훈   ui 파일 일괄 변경
21
22
      <width>985</width>
      <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
23
24
     </size>
    </property>
b85726132   김태훈   부가 기능 UI 추가
25
26
27
28
29
30
31
32
33
34
35
36
    <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>
054d6e75f   김태훈   ui 파일 일괄 변경
37
38
       <width>985</width>
       <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
39
40
41
42
43
44
45
46
47
48
      </rect>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
054d6e75f   김태훈   ui 파일 일괄 변경
49
50
       <width>985</width>
       <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
51
52
53
54
      </size>
     </property>
     <property name="maximumSize">
      <size>
054d6e75f   김태훈   ui 파일 일괄 변경
55
56
       <width>985</width>
       <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
57
58
59
60
61
      </size>
     </property>
     <property name="font">
      <font>
       <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
62
       <pointsize>13</pointsize>
b85726132   김태훈   부가 기능 UI 추가
63
64
65
66
67
68
69
      </font>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
  background-image: url(:/images/etc/bar_03.png);
  color: white;
  text-align: left;
054d6e75f   김태훈   ui 파일 일괄 변경
70
  padding: 0px 48px;
b85726132   김태훈   부가 기능 UI 추가
71
72
73
74
75
76
77
78
79
80
81
  }
  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>
054d6e75f   김태훈   ui 파일 일괄 변경
82
       <x>804</x>
b85726132   김태훈   부가 기능 UI 추가
83
       <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
84
85
       <width>84</width>
       <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
86
87
88
89
90
91
92
93
94
95
      </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
    </widget>
    <widget class="QPushButton" name="deleteButton">
     <property name="geometry">
      <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
106
       <x>900</x>
b85726132   김태훈   부가 기능 UI 추가
107
       <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
108
109
       <width>72</width>
       <height>78</height>
b85726132   김태훈   부가 기능 UI 추가
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
      </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>