blob: 74277e73d4f0efeb41928d6940de2d22ec1d7634 [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>ContactPicker</class>
4 <widget class="QDialog" name="ContactPicker">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -04009 <width>271</width>
10 <height>475</height>
Edric Milaret43f3c1e2015-07-16 17:52:47 -040011 </rect>
12 </property>
13 <property name="windowTitle">
Edric Milaret1a9495d2015-09-18 10:11:32 -040014 <string/>
Edric Milaret43f3c1e2015-07-16 17:52:47 -040015 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -040016 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="2">
18 <widget class="QStackedWidget" name="stackedWidget">
19 <property name="currentIndex">
20 <number>0</number>
Edric Milaret43f3c1e2015-07-16 17:52:47 -040021 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -040022 <widget class="QWidget" name="page">
23 <layout class="QVBoxLayout" name="verticalLayout_2">
24 <item>
25 <widget class="QLabel" name="label_2">
26 <property name="font">
27 <font>
28 <weight>75</weight>
29 <bold>true</bold>
30 </font>
31 </property>
32 <property name="text">
33 <string>Existing Contact</string>
34 </property>
35 <property name="alignment">
36 <set>Qt::AlignCenter</set>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLineEdit" name="searchBar">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040042 <property name="toolTip">
43 <string>search existing contact text entry</string>
44 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -040045 <property name="placeholderText">
46 <string>Search...</string>
47 </property>
48 <property name="clearButtonEnabled">
49 <bool>true</bool>
50 </property>
51 </widget>
52 </item>
53 <item>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040054 <widget class="QListView" name="contactView">
55 <property name="toolTip">
56 <string>existing contacts list</string>
57 </property>
58 </widget>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -040059 </item>
60 <item>
61 <widget class="QPushButton" name="createNewButton">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040062 <property name="toolTip">
63 <string>Create new contact button</string>
64 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -040065 <property name="text">
66 <string>Create new contact</string>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <widget class="QWidget" name="page_2">
73 <layout class="QVBoxLayout" name="verticalLayout_3">
74 <item>
75 <layout class="QVBoxLayout" name="verticalLayout">
76 <item>
77 <widget class="QLabel" name="label">
78 <property name="font">
79 <font>
80 <weight>75</weight>
81 <bold>true</bold>
82 </font>
83 </property>
84 <property name="text">
85 <string>New Contact</string>
86 </property>
87 <property name="alignment">
88 <set>Qt::AlignCenter</set>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <spacer name="verticalSpacer">
94 <property name="orientation">
95 <enum>Qt::Vertical</enum>
96 </property>
97 <property name="sizeHint" stdset="0">
98 <size>
99 <width>20</width>
100 <height>40</height>
101 </size>
102 </property>
103 </spacer>
104 </item>
105 <item>
106 <widget class="QLineEdit" name="nameLineEdit">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400107 <property name="toolTip">
108 <string>New contact name text entry</string>
109 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -0400110 <property name="placeholderText">
111 <string>Enter a name here...</string>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <widget class="QLineEdit" name="numberLineEdit">
117 <property name="enabled">
118 <bool>false</bool>
119 </property>
120 <property name="alignment">
121 <set>Qt::AlignCenter</set>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <spacer name="verticalSpacer_2">
127 <property name="orientation">
128 <enum>Qt::Vertical</enum>
129 </property>
130 <property name="sizeHint" stdset="0">
131 <size>
132 <width>20</width>
133 <height>40</height>
134 </size>
135 </property>
136 </spacer>
137 </item>
138 <item>
139 <widget class="QPushButton" name="okButton">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400140 <property name="toolTip">
141 <string>Validate contact creation button</string>
142 </property>
Edric Milaretbe0aa5a2015-07-31 15:08:39 -0400143 <property name="text">
144 <string>Create</string>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </item>
150 </layout>
151 </widget>
Edric Milaret43f3c1e2015-07-16 17:52:47 -0400152 </widget>
153 </item>
154 </layout>
155 </widget>
156 <resources/>
157 <connections/>
158</ui>