configinfodlg.ui 3.8 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigInfoDlg</class>
 <widget class="QDialog" name="ConfigInfoDlg">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1080</width>
    <height>1920</height>
   </rect>
  </property>
  <property name="styleSheet">
   <string notr="true">#ConfigDateTimeDlg{
       /*background-color : transparent;*/
}

#centralwidget{
       background-image : url(:/images/background/popup/913.png);
}

QLabel {
       color : white;
}
QLineEdit{
       background-color : transparent;
       color : white;
}

QSpinBox{
       background-color : transparent;
       color : white;
}

QPushButton{
       border-color : transparent;
       background-color : transparent;
       color : white;
}
QPushButton::pressed, QPushButton::focus{
       color : yellow;
}</string>
  </property>
  <widget class="QWidget" name="centralwidget" native="true">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>510</y>
     <width>1080</width>
     <height>510</height>
    </rect>
   </property>
   <widget class="QWidget" name="verticalLayoutWidget">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>1081</width>
      <height>505</height>
     </rect>
    </property>
    <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,4,1">
     <property name="spacing">
      <number>0</number>
     </property>
     <property name="sizeConstraint">
      <enum>QLayout::SetDefaultConstraint</enum>
     </property>
     <property name="bottomMargin">
      <number>10</number>
     </property>
     <item>
      <widget class="QLabel" name="ctrTitle">
       <property name="maximumSize">
        <size>
         <width>16777215</width>
         <height>112</height>
        </size>
       </property>
       <property name="font">
        <font>
         <family>나눔고딕</family>
         <pointsize>21</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="styleSheet">
        <string notr="true">color : white;</string>
       </property>
       <property name="text">
        <string>TITLE</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
     </item>
     <item>
      <widget class="Line" name="line">
       <property name="styleSheet">
        <string notr="true">color: rgb(255, 255, 255);</string>
       </property>
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
      </widget>
     </item>
     <item>
      <layout class="QGridLayout" name="gridLayout_info">
       <property name="leftMargin">
        <number>20</number>
       </property>
       <property name="topMargin">
        <number>10</number>
       </property>
       <property name="rightMargin">
        <number>20</number>
       </property>
       <property name="bottomMargin">
        <number>10</number>
       </property>
       <property name="horizontalSpacing">
        <number>3</number>
       </property>
      </layout>
     </item>
     <item>
      <widget class="QPushButton" name="ctrBtnOk">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="font">
        <font>
         <family>나눔고딕</family>
         <pointsize>14</pointsize>
         <underline>true</underline>
        </font>
       </property>
       <property name="text">
        <string>확인</string>
       </property>
       <property name="flat">
        <bool>true</bool>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>