blob: 2b2d0b31bbaa292b20cf4006701f658a18fb73a8 [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">
17 <item>
18 <spacer name="verticalSpacer">
19 <property name="orientation">
20 <enum>Qt::Vertical</enum>
21 </property>
22 <property name="sizeHint" stdset="0">
23 <size>
24 <width>0</width>
25 <height>0</height>
26 </size>
27 </property>
28 </spacer>
29 </item>
30 <item>
31 <widget class="QLabel" name="remoteIdLabel">
32 <property name="text">
33 <string>Current ContactRequest:</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <spacer name="verticalSpacer_2">
39 <property name="orientation">
40 <enum>Qt::Vertical</enum>
41 </property>
42 <property name="sizeHint" stdset="0">
43 <size>
44 <width>0</width>
45 <height>0</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
50 <item>
51 <widget class="QWidget" name="buttonBar" native="true">
52 <layout class="QHBoxLayout" name="horizontalLayout">
53 <item>
54 <widget class="QPushButton" name="acceptCRButton">
55 <property name="minimumSize">
56 <size>
57 <width>0</width>
58 <height>30</height>
59 </size>
60 </property>
61 <property name="styleSheet">
62 <string notr="true">padding-left: 15px;
63padding-right: 15px;</string>
64 </property>
65 <property name="text">
66 <string>Accept</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <spacer name="horizontalSpacer">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 <property name="sizeHint" stdset="0">
76 <size>
77 <width>40</width>
78 <height>20</height>
79 </size>
80 </property>
81 </spacer>
82 </item>
83 <item>
Anthony Léonarddd9fb6a2017-04-26 10:25:48 -040084 <widget class="QPushButton" name="blockCRButton">
85 <property name="minimumSize">
86 <size>
87 <width>0</width>
88 <height>30</height>
89 </size>
90 </property>
91 <property name="styleSheet">
92 <string notr="true">padding-left: 15px;
93padding-right: 15px;</string>
94 </property>
95 <property name="text">
96 <string>Block</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <spacer name="horizontalSpacer_2">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="sizeHint" stdset="0">
106 <size>
107 <width>40</width>
108 <height>20</height>
109 </size>
110 </property>
111 </spacer>
112 </item>
113 <item>
Anthony Léonardd47179c2017-03-28 10:39:10 -0400114 <widget class="QPushButton" name="discardCRButton">
115 <property name="minimumSize">
116 <size>
117 <width>0</width>
118 <height>30</height>
119 </size>
120 </property>
121 <property name="styleSheet">
122 <string notr="true">padding-left: 15px;
123padding-right: 15px;</string>
124 </property>
125 <property name="text">
126 <string>Discard</string>
127 </property>
128 </widget>
129 </item>
130 </layout>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 <resources/>
136 <connections/>
137</ui>