configfileprocessdlg.ui 3.24 KB
<?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>
    <width>1080</width>
    <height>1920</height>
   </rect>
  </property>
  <property name="windowOpacity">
   <double>1.000000000000000</double>
  </property>
  <property name="styleSheet">
   <string notr="true">#centralWidget { background-image: url(:/images/background/popup/503.png);
}</string>
  </property>
  <property name="modal">
   <bool>true</bool>
  </property>
  <widget class="QWidget" name="centralWidget" native="true">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>516</y>
     <width>1080</width>
     <height>603</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true"/>
   </property>
   <widget class="QPushButton" name="ctrBtnOk">
    <property name="geometry">
     <rect>
      <x>312</x>
      <y>384</y>
      <width>188</width>
      <height>92</height>
     </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>
      <x>612</x>
      <y>380</y>
      <width>98</width>
      <height>98</height>
     </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);
}

QPushButton::pressed, QPushButton::focus{
	border-image : url(:/images/config/105_icon_cancel_ov.png);
}</string>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="ctrLbTitle">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>1080</width>
      <height>109</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>나눔고딕</family>
      <pointsize>15</pointsize>
      <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>
      <y>111</y>
      <width>1080</width>
      <height>3</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>