<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ServicePassInputDlg</class> <widget class="QDialog" name="ServicePassInputDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</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>425</y> <width>900</width> <height>1025</height> </rect> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>901</width> <height>431</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,5,4"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="topMargin"> <number>30</number> </property> <item> <widget class="QLabel" name="ctrLbTitle_2"> <property name="maximumSize"> <size> <width>16777215</width> <height>94</height> </size> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color : white;</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/images/config/051_password_icon.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="ctrLbTitle"> <property name="maximumSize"> <size> <width>16777215</width> <height>40</height> </size> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color : white;</string> </property> <property name="text"> <string>서비스</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout_2" columnstretch="0"> <property name="leftMargin"> <number>20</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>20</number> </property> <property name="horizontalSpacing"> <number>13</number> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="0" column="0"> <widget class="DotProgressBarWidget" name="ctrProgressBar" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>150</height> </size> </property> <property name="maximumSize"> <size> <width>600</width> <height>150</height> </size> </property> <property name="focusPolicy"> <enum>Qt::TabFocus</enum> </property> <property name="styleSheet"> <string notr="true"/> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout" columnstretch="1,1,1,1,1,1"> <property name="leftMargin"> <number>10</number> </property> <property name="rightMargin"> <number>10</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item row="0" column="5"> <widget class="QPushButton" name="ctrBtnCancel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>12</pointsize> <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="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>나눔고딕</family> <pointsize>12</pointsize> <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 class="KeyboardWidget" name="keyboardwidget" native="true"> <property name="geometry"> <rect> <x>0</x> <y>425</y> <width>900</width> <height>600</height> </rect> </property> </widget> </widget> </widget> <customwidgets> <customwidget> <class>KeyboardWidget</class> <extends>QWidget</extends> <header>keyboardwidget.h</header> <container>1</container> </customwidget> <customwidget> <class>DotProgressBarWidget</class> <extends>QWidget</extends> <header>dotprogressbarwidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>