configmastervolumedlg.ui 6.03 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigMasterVolumeDlg</class>
 <widget class="QDialog" name="ConfigMasterVolumeDlg">
  <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="autoFillBackground">
   <bool>false</bool>
  </property>
  <property name="styleSheet">
   <string notr="true">#centralwidget{
       background-image : url(:/images/background/popup/503.png);
}

QLabel{
       color : white;
}

QPushButton{
        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>450</y>
     <width>900</width>
     <height>425</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true"/>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout" stretch="8,0,18,9">
    <property name="spacing">
     <number>0</number>
    </property>
    <property name="sizeConstraint">
     <enum>QLayout::SetDefaultConstraint</enum>
    </property>
    <property name="leftMargin">
     <number>0</number>
    </property>
    <property name="topMargin">
     <number>0</number>
    </property>
    <property name="rightMargin">
     <number>0</number>
    </property>
    <property name="bottomMargin">
     <number>0</number>
    </property>
    <item>
     <widget class="QLabel" name="label">
      <property name="font">
       <font>
        <pointsize>18</pointsize>
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="text">
       <string>마스터 볼륨</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
    </item>
    <item>
     <widget class="Line" name="line">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <property name="spacing">
       <number>6</number>
      </property>
      <property name="leftMargin">
       <number>50</number>
      </property>
      <property name="rightMargin">
       <number>50</number>
      </property>
      <item>
       <widget class="QPushButton" name="ctrBtnMinus">
        <property name="minimumSize">
         <size>
          <width>108</width>
          <height>108</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>108</width>
          <height>108</height>
         </size>
        </property>
        <property name="styleSheet">
         <string notr="true">QPushButton{
        border-image : url(:/images/config/101_br_icon_04.png);
}

QPushButton::pressed, QPushButton::focus{
        border-image : url(:/images/config/101_br_icon_04_ov.png);
}</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item>
       <widget class="DotProgressBarWidget" name="ctrProgressLight" native="true">
        <property name="minimumSize">
         <size>
          <width>0</width>
          <height>200</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="ctrBtnPlus">
        <property name="minimumSize">
         <size>
          <width>108</width>
          <height>108</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>108</width>
          <height>108</height>
         </size>
        </property>
        <property name="styleSheet">
         <string notr="true">QPushButton{
        border-image : url(:/images/config/101_br_icon_03.png);
}

QPushButton::pressed, QPushButton::focus{
        border-image : url(:/images/config/101_br_icon_03_ov.png);
}</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
     </layout>
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout" columnstretch="1,1,1,1,1,1">
      <item row="0" column="5">
       <widget class="QPushButton" name="ctrBtnCancel">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="font">
         <font>
          <family>나눔고딕</family>
          <pointsize>10</pointsize>
          <weight>75</weight>
          <bold>true</bold>
          <underline>true</underline>
         </font>
        </property>
        <property name="text">
         <string>취소</string>
        </property>
        <property name="flat">
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item row="0" column="4">
       <widget class="QPushButton" name="ctrBtnOk">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="font">
         <font>
          <family>나눔고딕</family>
          <pointsize>10</pointsize>
          <weight>75</weight>
          <bold>true</bold>
          <underline>true</underline>
         </font>
        </property>
        <property name="text">
         <string>확인</string>
        </property>
        <property name="flat">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>DotProgressBarWidget</class>
   <extends>QWidget</extends>
   <header>dotprogressbarwidget.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>