Blame view

app/gui/oven_control/yesnopopupdlg.ui 3.17 KB
c12e09d9a   고영탁   교정 UI 및 팝업 추가
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>YesNoPopupDlg</class>
   <widget class="QDialog" name="YesNoPopupDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
11
12
     </rect>
    </property>
937409186   고영탁   config enum 설정 진행...
13
14
15
    <property name="windowOpacity">
     <double>1.000000000000000</double>
    </property>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
16
17
    <property name="styleSheet">
     <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png); 
054d6e75f   김태훈   ui 파일 일괄 변경
18
  }</string>
937409186   고영탁   config enum 설정 진행...
19
20
21
    </property>
    <property name="modal">
     <bool>true</bool>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
22
23
24
25
26
    </property>
    <widget class="QWidget" name="centralWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
27
28
29
       <y>504</y>
       <width>1080</width>
       <height>603</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
30
31
32
33
34
35
36
37
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrBtnYes">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
38
39
40
41
        <x>506</x>
        <y>434</y>
        <width>153</width>
        <height>84</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
42
43
44
45
46
47
48
49
50
51
52
53
54
55
       </rect>
      </property>
      <property name="font">
       <font>
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton{
  border : none;
  color : white;
  }
40f5d047f   고영탁   엔코더 작업 진행 중
56
  QPushButton::pressed, QPushButton::focus{color : yellow}</string>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
57
58
59
60
61
62
63
64
      </property>
      <property name="text">
       <string>예</string>
      </property>
     </widget>
     <widget class="QPushButton" name="ctrBtnNo">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
65
66
67
68
        <x>686</x>
        <y>434</y>
        <width>153</width>
        <height>84</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
69
70
71
72
73
74
75
76
77
78
79
80
81
82
       </rect>
      </property>
      <property name="font">
       <font>
        <weight>75</weight>
        <bold>true</bold>
        <underline>true</underline>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton{
  border : none;
  color : white;
  }
40f5d047f   고영탁   엔코더 작업 진행 중
83
  QPushButton::pressed, QPushButton::focus{color : yellow}</string>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
84
85
86
87
88
89
90
91
      </property>
      <property name="text">
       <string>아니오</string>
      </property>
     </widget>
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
92
93
94
95
        <x>498</x>
        <y>118</y>
        <width>73</width>
        <height>61</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
96
97
98
99
100
101
102
103
104
105
106
107
108
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/symbol/warning.png</pixmap>
      </property>
     </widget>
     <widget class="QLabel" name="ctrLbDesc">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
109
110
111
        <y>180</y>
        <width>1080</width>
        <height>241</height>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
112
113
114
115
116
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
117
        <pointsize>16</pointsize>
c12e09d9a   고영탁   교정 UI 및 팝업 추가
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QLabel {
  	color : white;
     border : none;
  }</string>
      </property>
      <property name="text">
       <string>TextLabel</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
    </widget>
   </widget>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>