Page 702 - 3-3
P. 702

<include location="projectimages/myres.qrc"/>
             </resources>
             <connections>
              <connection>
               <sender>PasswordButton</sender>
               <signal>clicked()</signal>
               <receiver>MainForm</receiver>
               <slot>GotoPasswordForm()</slot>
               <hints>
                <hint type="sourcelabel">
                 <x>695</x>
                 <y>411</y>
                </hint>
                <hint type="destinationlabel">
                 <x>699</x>
                 <y>354</y>
                </hint>
               </hints>
              </connection>
             </connections>
             <slots>
              <slot>GotoPasswordForm()</slot>
              <slot>slot2()</slot>
             </slots>
            </ui>


            나 비밀번호 입력 화면.
            <?xml version="1.0" encoding="UTF-8"?>
            <ui version="4.0">
             <class>Form</class>
             <widget class="QDialog" name="Form">
              <property name="geometry">
               <rect>
                <x>0</x>
                <y>0</y>
                <width>800</width>
                <height>460</height>
               </rect>
              </property>
              <property name="minimumSize">
               <size>
                <width>800</width>
                <height>460</height>
               </size>
              </property>


                                                        - 702 -
   697   698   699   700   701   702   703   704   705   706   707