blob: 4d4e80fe07ddf1e91f3c887aa23c6178f94ee6db [file] [log] [blame]
Edric Milaret43f3c1e2015-07-16 17:52:47 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ContactDialog</class>
4 <widget class="QDialog" name="ContactDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>398</width>
10 <height>154</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="font">
20 <font>
21 <weight>75</weight>
22 <bold>true</bold>
23 </font>
24 </property>
25 <property name="text">
26 <string>New Contact</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLineEdit" name="nameLineEdit">
32 <property name="placeholderText">
33 <string>Enter a name...</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QLineEdit" name="numberLineEdit">
39 <property name="enabled">
40 <bool>false</bool>
41 </property>
42 <property name="alignment">
43 <set>Qt::AlignCenter</set>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QDialogButtonBox" name="buttonBox">
49 <property name="orientation">
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="standardButtons">
53 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </widget>
59 <resources/>
60 <connections>
61 <connection>
62 <sender>buttonBox</sender>
63 <signal>accepted()</signal>
64 <receiver>ContactDialog</receiver>
65 <slot>accept()</slot>
66 <hints>
67 <hint type="sourcelabel">
68 <x>248</x>
69 <y>254</y>
70 </hint>
71 <hint type="destinationlabel">
72 <x>157</x>
73 <y>274</y>
74 </hint>
75 </hints>
76 </connection>
77 <connection>
78 <sender>buttonBox</sender>
79 <signal>rejected()</signal>
80 <receiver>ContactDialog</receiver>
81 <slot>reject()</slot>
82 <hints>
83 <hint type="sourcelabel">
84 <x>316</x>
85 <y>260</y>
86 </hint>
87 <hint type="destinationlabel">
88 <x>286</x>
89 <y>274</y>
90 </hint>
91 </hints>
92 </connection>
93 </connections>
94</ui>