blob: 3471b8b02b7022a049fc2e507243925375476e90 [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">
Andreas Traczyk072291f2018-08-16 16:48:58 -040072 <pixmap resource="ressources.qrc">:/images/default-avatar-overlay.svg</pixmap>
Anthony Léonard8c136442017-04-28 11:24:14 -040073 </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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400124 <property name="toolTip">
125 <string>Accept contact request button</string>
126 </property>
Anthony Léonard8c136442017-04-28 11:24:14 -0400127 <property name="styleSheet">
128 <string notr="true">padding-left: 15px;
129padding-right: 15px;</string>
130 </property>
131 <property name="text">
132 <string>Accept</string>
133 </property>
134 </widget>
135 </item>
136 <item alignment="Qt::AlignHCenter">
137 <widget class="QPushButton" name="discardCRButton">
138 <property name="sizePolicy">
139 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
140 <horstretch>0</horstretch>
141 <verstretch>0</verstretch>
142 </sizepolicy>
143 </property>
144 <property name="minimumSize">
145 <size>
146 <width>150</width>
147 <height>30</height>
148 </size>
149 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400150 <property name="toolTip">
151 <string>Mute contact request</string>
152 </property>
Anthony Léonard8c136442017-04-28 11:24:14 -0400153 <property name="styleSheet">
154 <string notr="true">padding-left: 15px;
155padding-right: 15px;</string>
156 </property>
157 <property name="text">
158 <string>Discard</string>
159 </property>
160 </widget>
161 </item>
162 <item alignment="Qt::AlignHCenter">
163 <widget class="QPushButton" name="blockCRButton">
164 <property name="sizePolicy">
165 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
166 <horstretch>0</horstretch>
167 <verstretch>0</verstretch>
168 </sizepolicy>
169 </property>
170 <property name="minimumSize">
171 <size>
172 <width>150</width>
173 <height>30</height>
174 </size>
175 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400176 <property name="toolTip">
177 <string>Ban contact request</string>
178 </property>
Anthony Léonard8c136442017-04-28 11:24:14 -0400179 <property name="styleSheet">
180 <string notr="true">padding-left: 15px;
181padding-right: 15px;</string>
182 </property>
183 <property name="text">
184 <string>Block</string>
185 </property>
186 </widget>
187 </item>
188 </layout>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400189 </widget>
190 </item>
191 <item>
192 <spacer name="verticalSpacer_2">
193 <property name="orientation">
194 <enum>Qt::Vertical</enum>
195 </property>
196 <property name="sizeHint" stdset="0">
197 <size>
198 <width>0</width>
199 <height>0</height>
200 </size>
201 </property>
202 </spacer>
203 </item>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400204 </layout>
205 </widget>
Anthony Léonard8c136442017-04-28 11:24:14 -0400206 <resources>
207 <include location="ressources.qrc"/>
208 </resources>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400209 <connections/>
210</ui>