blob: a84eac71accab0c3579b1dbc7cf9690761bc9075 [file] [log] [blame]
Anthony Léonardd47179c2017-03-28 10:39:10 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ContactRequestWidget</class>
4 <widget class="QWidget" name="ContactRequestWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>472</width>
10 <height>408</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
Anthony Léonard8c136442017-04-28 11:24:14 -040017 <property name="topMargin">
18 <number>0</number>
19 </property>
20 <item alignment="Qt::AlignHCenter">
21 <widget class="QLabel" name="label">
22 <property name="font">
23 <font>
24 <pointsize>20</pointsize>
25 </font>
26 </property>
27 <property name="text">
28 <string>Incoming Contact Request</string>
29 </property>
30 </widget>
31 </item>
Anthony Léonardd47179c2017-03-28 10:39:10 -040032 <item>
Anthony Léonard8c136442017-04-28 11:24:14 -040033 <spacer name="topSpacer">
Anthony Léonardd47179c2017-03-28 10:39:10 -040034 <property name="orientation">
35 <enum>Qt::Vertical</enum>
36 </property>
Anthony Léonard8c136442017-04-28 11:24:14 -040037 <property name="sizeType">
38 <enum>QSizePolicy::Maximum</enum>
39 </property>
Anthony Léonardd47179c2017-03-28 10:39:10 -040040 <property name="sizeHint" stdset="0">
41 <size>
42 <width>0</width>
Anthony Léonard8c136442017-04-28 11:24:14 -040043 <height>10</height>
Anthony Léonardd47179c2017-03-28 10:39:10 -040044 </size>
45 </property>
46 </spacer>
47 </item>
Anthony Léonard8c136442017-04-28 11:24:14 -040048 <item alignment="Qt::AlignHCenter">
49 <widget class="QLabel" name="pictureLabel">
50 <property name="sizePolicy">
51 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
52 <horstretch>0</horstretch>
53 <verstretch>0</verstretch>
54 </sizepolicy>
Anthony Léonardd47179c2017-03-28 10:39:10 -040055 </property>
Anthony Léonard8c136442017-04-28 11:24:14 -040056 <property name="minimumSize">
57 <size>
58 <width>96</width>
59 <height>96</height>
60 </size>
61 </property>
62 <property name="maximumSize">
63 <size>
64 <width>96</width>
65 <height>96</height>
66 </size>
67 </property>
68 <property name="text">
69 <string/>
70 </property>
71 <property name="pixmap">
72 <pixmap resource="ressources.qrc">:/images/user/btn-default-userpic.svg</pixmap>
73 </property>
74 <property name="scaledContents">
75 <bool>true</bool>
76 </property>
77 </widget>
78 </item>
79 <item alignment="Qt::AlignHCenter">
80 <widget class="QLabel" name="nameLabel">
81 <property name="font">
82 <font>
83 <pointsize>15</pointsize>
84 </font>
85 </property>
86 <property name="text">
87 <string>nameLabel</string>
88 </property>
89 </widget>
90 </item>
91 <item alignment="Qt::AlignHCenter">
92 <widget class="QLabel" name="bestIdLabel">
93 <property name="font">
94 <font>
95 <pointsize>10</pointsize>
96 <italic>true</italic>
97 </font>
98 </property>
99 <property name="styleSheet">
100 <string notr="true">color: rgb(63, 63, 63);</string>
101 </property>
102 <property name="text">
103 <string>bestIdLabel</string>
104 </property>
105 </widget>
106 </item>
107 <item alignment="Qt::AlignHCenter">
108 <widget class="QWidget" name="buttonBar" native="true">
109 <layout class="QVBoxLayout" name="verticalLayout_2">
110 <item alignment="Qt::AlignHCenter">
111 <widget class="QPushButton" name="acceptCRButton">
112 <property name="sizePolicy">
113 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
114 <horstretch>0</horstretch>
115 <verstretch>0</verstretch>
116 </sizepolicy>
117 </property>
118 <property name="minimumSize">
119 <size>
120 <width>150</width>
121 <height>30</height>
122 </size>
123 </property>
124 <property name="styleSheet">
125 <string notr="true">padding-left: 15px;
126padding-right: 15px;</string>
127 </property>
128 <property name="text">
129 <string>Accept</string>
130 </property>
131 </widget>
132 </item>
133 <item alignment="Qt::AlignHCenter">
134 <widget class="QPushButton" name="discardCRButton">
135 <property name="sizePolicy">
136 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
137 <horstretch>0</horstretch>
138 <verstretch>0</verstretch>
139 </sizepolicy>
140 </property>
141 <property name="minimumSize">
142 <size>
143 <width>150</width>
144 <height>30</height>
145 </size>
146 </property>
147 <property name="styleSheet">
148 <string notr="true">padding-left: 15px;
149padding-right: 15px;</string>
150 </property>
151 <property name="text">
152 <string>Discard</string>
153 </property>
154 </widget>
155 </item>
156 <item alignment="Qt::AlignHCenter">
157 <widget class="QPushButton" name="blockCRButton">
158 <property name="sizePolicy">
159 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
160 <horstretch>0</horstretch>
161 <verstretch>0</verstretch>
162 </sizepolicy>
163 </property>
164 <property name="minimumSize">
165 <size>
166 <width>150</width>
167 <height>30</height>
168 </size>
169 </property>
170 <property name="styleSheet">
171 <string notr="true">padding-left: 15px;
172padding-right: 15px;</string>
173 </property>
174 <property name="text">
175 <string>Block</string>
176 </property>
177 </widget>
178 </item>
179 </layout>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400180 </widget>
181 </item>
182 <item>
183 <spacer name="verticalSpacer_2">
184 <property name="orientation">
185 <enum>Qt::Vertical</enum>
186 </property>
187 <property name="sizeHint" stdset="0">
188 <size>
189 <width>0</width>
190 <height>0</height>
191 </size>
192 </property>
193 </spacer>
194 </item>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400195 </layout>
196 </widget>
Anthony Léonard8c136442017-04-28 11:24:14 -0400197 <resources>
198 <include location="ressources.qrc"/>
199 </resources>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400200 <connections/>
201</ui>