Blame view

app/gui/oven_control/errorpopupdlg.ui 3.63 KB
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>errorPopupDlg</class>
   <widget class="QDialog" name="errorPopupDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>1600</height>
     </rect>
    </property>
    <property name="windowTitle">
     <string>Dialog</string>
    </property>
    <property name="styleSheet">
6defa93ae   고영탁   에러 팝업 디자인 변경
17
18
19
     <string notr="true">#centralwidget { background-image: url(:/images/background/popup/error.png); 
  background-color: rgba(0, 0, 0, 255);
  }</string>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
20
21
22
23
    </property>
    <widget class="QWidget" name="centralwidget" native="true">
     <property name="geometry">
      <rect>
6defa93ae   고영탁   에러 팝업 디자인 변경
24
25
26
27
       <x>21</x>
       <y>446</y>
       <width>858</width>
       <height>984</height>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
28
29
30
31
32
33
34
35
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrlOkBtn">
      <property name="geometry">
       <rect>
6defa93ae   고영탁   에러 팝업 디자인 변경
36
37
38
39
        <x>0</x>
        <y>730</y>
        <width>858</width>
        <height>252</height>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
40
41
42
43
44
45
46
47
48
49
50
51
52
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="font">
       <font>
        <pointsize>10</pointsize>
        <weight>75</weight>
        <bold>true</bold>
6defa93ae   고영탁   에러 팝업 디자인 변경
53
        <underline>true</underline>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
54
55
56
       </font>
      </property>
      <property name="styleSheet">
6defa93ae   고영탁   에러 팝업 디자인 변경
57
58
59
60
       <string notr="true">QPushButton {border : none;
  color : white;
  }
  QPushButton::pressed {color : yellow}
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
61
62
63
64
65
66
67
68
69
70
  QPushButton { text-align:center;}</string>
      </property>
      <property name="text">
       <string>확  인</string>
      </property>
     </widget>
     <widget class="QLabel" name="ctrlWarnDescription">
      <property name="geometry">
       <rect>
        <x>0</x>
6defa93ae   고영탁   에러 팝업 디자인 변경
71
72
73
        <y>230</y>
        <width>858</width>
        <height>521</height>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
       </rect>
      </property>
      <property name="font">
       <font>
        <pointsize>12</pointsize>
        <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>TextLabel</string>
      </property>
      <property name="alignment">
6defa93ae   고영탁   에러 팝업 디자인 변경
90
91
92
93
94
95
96
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
      </property>
      <property name="wordWrap">
       <bool>true</bool>
      </property>
      <property name="margin">
       <number>40</number>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
97
98
      </property>
     </widget>
6defa93ae   고영탁   에러 팝업 디자인 변경
99
     <widget class="QLabel" name="ctrlWarnTitle">
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
100
101
      <property name="geometry">
       <rect>
6defa93ae   고영탁   에러 팝업 디자인 변경
102
103
104
        <x>0</x>
        <y>100</y>
        <width>858</width>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
        <height>51</height>
       </rect>
      </property>
      <property name="font">
       <font>
        <pointsize>16</pointsize>
        <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>경   고</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="label_3">
      <property name="geometry">
       <rect>
6defa93ae   고영탁   에러 팝업 디자인 변경
128
129
130
        <x>0</x>
        <y>30</y>
        <width>858</width>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
131
132
133
134
135
136
137
138
139
        <height>51</height>
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/symbol/warning.png</pixmap>
      </property>
6defa93ae   고영탁   에러 팝업 디자인 변경
140
141
142
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
c50beef02   고영탁   에러 처리 루틴 및 에러 처리 ...
143
144
145
146
147
148
149
150
     </widget>
    </widget>
   </widget>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>