putting project-files up
[wpcreator] / src / namedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NameDialog</class>
4  <widget class="QDialog" name="NameDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>150</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QLineEdit" name="nameInput">
17    <property name="geometry">
18     <rect>
19      <x>130</x>
20      <y>50</y>
21      <width>391</width>
22      <height>51</height>
23     </rect>
24    </property>
25   </widget>
26   <widget class="QPushButton" name="acceptButton">
27    <property name="enabled">
28     <bool>false</bool>
29    </property>
30    <property name="geometry">
31     <rect>
32      <x>630</x>
33      <y>40</y>
34      <width>111</width>
35      <height>71</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>OK</string>
40    </property>
41   </widget>
42  </widget>
43  <resources/>
44  <connections>
45   <connection>
46    <sender>acceptButton</sender>
47    <signal>clicked()</signal>
48    <receiver>NameDialog</receiver>
49    <slot>acceptName()</slot>
50    <hints>
51     <hint type="sourcelabel">
52      <x>604</x>
53      <y>89</y>
54     </hint>
55     <hint type="destinationlabel">
56      <x>536</x>
57      <y>126</y>
58     </hint>
59    </hints>
60   </connection>
61  </connections>
62  <slots>
63   <slot>acceptName()</slot>
64  </slots>
65 </ui>