| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <ui version="4.0">
 
-  <class>NameDialog</class>
 
-  <widget class="QDialog" name="NameDialog">
 
-   <property name="windowModality">
 
-    <enum>Qt::WindowModal</enum>
 
-   </property>
 
-   <property name="geometry">
 
-    <rect>
 
-     <x>0</x>
 
-     <y>0</y>
 
-     <width>555</width>
 
-     <height>102</height>
 
-    </rect>
 
-   </property>
 
-   <property name="windowTitle">
 
-    <string notr="true">Dialog</string>
 
-   </property>
 
-   <layout class="QVBoxLayout" name="verticalLayout">
 
-    <item>
 
-     <widget class="QLabel" name="label">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="text">
 
-       <string notr="true">TextLabel</string>
 
-      </property>
 
-      <property name="wordWrap">
 
-       <bool>true</bool>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QLineEdit" name="userText">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="text">
 
-       <string notr="true"/>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QDialogButtonBox" name="buttonBox">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="orientation">
 
-       <enum>Qt::Horizontal</enum>
 
-      </property>
 
-      <property name="standardButtons">
 
-       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
-      </property>
 
-      <property name="centerButtons">
 
-       <bool>true</bool>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-   </layout>
 
-  </widget>
 
-  <resources/>
 
-  <connections>
 
-   <connection>
 
-    <sender>buttonBox</sender>
 
-    <signal>accepted()</signal>
 
-    <receiver>NameDialog</receiver>
 
-    <slot>accept()</slot>
 
-    <hints>
 
-     <hint type="sourcelabel">
 
-      <x>257</x>
 
-      <y>94</y>
 
-     </hint>
 
-     <hint type="destinationlabel">
 
-      <x>157</x>
 
-      <y>274</y>
 
-     </hint>
 
-    </hints>
 
-   </connection>
 
-   <connection>
 
-    <sender>buttonBox</sender>
 
-    <signal>rejected()</signal>
 
-    <receiver>NameDialog</receiver>
 
-    <slot>reject()</slot>
 
-    <hints>
 
-     <hint type="sourcelabel">
 
-      <x>325</x>
 
-      <y>94</y>
 
-     </hint>
 
-     <hint type="destinationlabel">
 
-      <x>286</x>
 
-      <y>274</y>
 
-     </hint>
 
-    </hints>
 
-   </connection>
 
-  </connections>
 
- </ui>
 
 
  |