blob: 6f060168bd10a5fa4895f81403fdaf99abede1ba [file] [log] [blame]
Olivier SOLDANOdd878662017-03-27 16:00:06 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SendContactRequestWidget</class>
4 <widget class="QWidget" name="SendContactRequestWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>519</width>
10 <height>393</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item alignment="Qt::AlignHCenter">
18 <widget class="QLabel" name="peerContactID">
19 <property name="minimumSize">
20 <size>
21 <width>20</width>
22 <height>0</height>
23 </size>
24 </property>
25 <property name="text">
26 <string/>
27 </property>
28 </widget>
29 </item>
30 <item alignment="Qt::AlignHCenter">
31 <widget class="QLabel" name="contactRequestInfo">
32 <property name="minimumSize">
33 <size>
34 <width>20</width>
35 <height>0</height>
36 </size>
37 </property>
38 <property name="text">
39 <string/>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <spacer name="verticalSpacer_2">
45 <property name="orientation">
46 <enum>Qt::Vertical</enum>
47 </property>
48 <property name="sizeHint" stdset="0">
49 <size>
50 <width>20</width>
51 <height>40</height>
52 </size>
53 </property>
54 </spacer>
55 </item>
56 <item>
57 <widget class="QTextEdit" name="contactRequestTextEdit"/>
58 </item>
59 <item alignment="Qt::AlignHCenter">
60 <widget class="QPushButton" name="sendContactRequestButton">
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
65 </sizepolicy>
66 </property>
67 <property name="minimumSize">
68 <size>
69 <width>150</width>
70 <height>30</height>
71 </size>
72 </property>
73 <property name="styleSheet">
74 <string notr="true">padding-left: 10px;
75padding-right: 10px;</string>
76 </property>
77 <property name="text">
78 <string>Send contact request</string>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <spacer name="verticalSpacer">
84 <property name="orientation">
85 <enum>Qt::Vertical</enum>
86 </property>
87 <property name="sizeHint" stdset="0">
88 <size>
89 <width>20</width>
90 <height>40</height>
91 </size>
92 </property>
93 </spacer>
94 </item>
95 </layout>
96 </widget>
97 <resources/>
98 <connections/>
99</ui>