Blame view

app/gui/oven_control/configfileprocessdlg.ui 3.24 KB
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>ConfigFileProcessDlg</class>
   <widget class="QDialog" name="ConfigFileProcessDlg">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
11
12
     </rect>
    </property>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
13
14
15
16
17
    <property name="windowOpacity">
     <double>1.000000000000000</double>
    </property>
    <property name="styleSheet">
     <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png);
054d6e75f   김태훈   ui 파일 일괄 변경
18
  }</string>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
19
20
21
22
23
24
25
26
    </property>
    <property name="modal">
     <bool>true</bool>
    </property>
    <widget class="QWidget" name="centralWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
27
28
29
       <y>516</y>
       <width>1080</width>
       <height>603</height>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
30
31
32
33
34
35
36
37
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <widget class="QPushButton" name="ctrBtnOk">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
38
39
40
41
        <x>312</x>
        <y>384</y>
        <width>188</width>
        <height>92</height>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
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
       </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-image : url(:/images/config/105_icon_download.png);
  }
  
  QPushButton::pressed, QPushButton::focus{
  	border-image : url(:/images/config/105_icon_download_ov.png);
  }</string>
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
     <widget class="QPushButton" name="ctrBtnCancel">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
67
68
69
70
        <x>612</x>
        <y>380</y>
        <width>98</width>
        <height>98</height>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
71
72
73
74
75
76
77
78
79
80
81
82
83
       </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-image : url(:/images/config/105_icon_cancel.png);
  }
ce39b99ff   고영탁   엔코더 구현 진행중
84
  QPushButton::pressed, QPushButton::focus{
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
85
  	border-image : url(:/images/config/105_icon_cancel_ov.png);
054d6e75f   김태훈   ui 파일 일괄 변경
86
  }</string>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
87
88
89
90
91
92
93
94
95
96
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
     <widget class="QLabel" name="ctrLbTitle">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
97
98
        <width>1080</width>
        <height>109</height>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
99
100
101
102
103
       </rect>
      </property>
      <property name="font">
       <font>
        <family>나눔고딕</family>
054d6e75f   김태훈   ui 파일 일괄 변경
104
        <pointsize>15</pointsize>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QLabel {
         color : white;
    border : none;
  }</string>
      </property>
      <property name="text">
       <string>서비스 데이터 다운로드</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="Line" name="line">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
126
127
        <y>111</y>
        <width>1080</width>
776411ce5   고영탁   설정 기능 5월 개발 범위 UI...
128
129
130
131
132
133
134
135
136
137
138
139
        <height>3</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
    </widget>
   </widget>
   <resources/>
   <connections/>
  </ui>