blob: 18039718d9944babe90703b974cf9b1c4e41b45b [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>
84 <widget class="QPushButton" name="discardCRButton">
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>Discard</string>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 <resources/>
106 <connections/>
107</ui>