blob: e515f7e2af4029093646166c90cf4408c89bb7c1 [file] [log] [blame]
Andreas Traczykb8b13ba2018-08-21 16:30:16 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InviteButtonsWidget</class>
4 <widget class="QWidget" name="InviteButtonsWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>323</width>
Isa Nanic6e4a39a2018-12-04 14:26:02 -050010 <height>120</height>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040011 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string/>
21 </property>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <property name="spacing">
24 <number>0</number>
25 </property>
26 <property name="leftMargin">
27 <number>0</number>
28 </property>
29 <property name="topMargin">
30 <number>0</number>
31 </property>
32 <property name="rightMargin">
33 <number>5</number>
34 </property>
35 <property name="bottomMargin">
36 <number>0</number>
37 </property>
38 <item>
39 <spacer name="horizontalSpacer">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>209</width>
46 <height>17</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
Andreas Traczykdc2703e2019-01-17 18:02:31 -050052 <layout class="QHBoxLayout" name="horizontalLayout_2">
53 <property name="spacing">
54 <number>0</number>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040055 </property>
Andreas Traczykdc2703e2019-01-17 18:02:31 -050056 <property name="leftMargin">
57 <number>0</number>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040058 </property>
Andreas Traczykdc2703e2019-01-17 18:02:31 -050059 <property name="rightMargin">
60 <number>0</number>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -040061 </property>
Andreas Traczykdc2703e2019-01-17 18:02:31 -050062 <item>
63 <widget class="QPushButton" name="btnAcceptInvite">
64 <property name="sizePolicy">
65 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
66 <horstretch>0</horstretch>
67 <verstretch>0</verstretch>
68 </sizepolicy>
69 </property>
70 <property name="minimumSize">
71 <size>
72 <width>30</width>
73 <height>30</height>
74 </size>
75 </property>
76 <property name="maximumSize">
77 <size>
78 <width>30</width>
79 <height>30</height>
80 </size>
81 </property>
82 <property name="toolTip">
83 <string>Accept</string>
84 </property>
85 <property name="text">
86 <string/>
87 </property>
88 <property name="icon">
89 <iconset resource="ressources.qrc">
90 <normaloff>:/images/icons/ic_person_add_black_24dp_2x.png</normaloff>:/images/icons/ic_person_add_black_24dp_2x.png</iconset>
91 </property>
92 <property name="iconSize">
93 <size>
94 <width>18</width>
95 <height>18</height>
96 </size>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <spacer name="horizontalSpacer_3">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="sizeType">
106 <enum>QSizePolicy::Fixed</enum>
107 </property>
108 <property name="sizeHint" stdset="0">
109 <size>
110 <width>12</width>
111 <height>20</height>
112 </size>
113 </property>
114 </spacer>
115 </item>
116 <item>
117 <widget class="QPushButton" name="btnIgnoreInvite">
118 <property name="minimumSize">
119 <size>
120 <width>30</width>
121 <height>30</height>
122 </size>
123 </property>
124 <property name="maximumSize">
125 <size>
126 <width>30</width>
127 <height>30</height>
128 </size>
129 </property>
130 <property name="toolTip">
131 <string>Refuse</string>
132 </property>
133 <property name="text">
134 <string/>
135 </property>
136 <property name="icon">
137 <iconset resource="ressources.qrc">
138 <normaloff>:/images/icons/ic_clear_24px.svg</normaloff>:/images/icons/ic_clear_24px.svg</iconset>
139 </property>
140 <property name="iconSize">
141 <size>
142 <width>18</width>
143 <height>18</height>
144 </size>
145 </property>
146 </widget>
147 </item>
148 <item>
149 <spacer name="horizontalSpacer_4">
150 <property name="orientation">
151 <enum>Qt::Horizontal</enum>
152 </property>
153 <property name="sizeType">
154 <enum>QSizePolicy::Fixed</enum>
155 </property>
156 <property name="sizeHint" stdset="0">
157 <size>
158 <width>12</width>
159 <height>20</height>
160 </size>
161 </property>
162 </spacer>
163 </item>
164 <item>
165 <widget class="QPushButton" name="btnBlockInvite">
166 <property name="minimumSize">
167 <size>
168 <width>30</width>
169 <height>30</height>
170 </size>
171 </property>
172 <property name="maximumSize">
173 <size>
174 <width>30</width>
175 <height>30</height>
176 </size>
177 </property>
178 <property name="toolTip">
179 <string>Block</string>
180 </property>
181 <property name="text">
182 <string/>
183 </property>
184 <property name="icon">
185 <iconset resource="ressources.qrc">
186 <normaloff>:/images/icons/ic_block_24px.svg</normaloff>:/images/icons/ic_block_24px.svg</iconset>
187 </property>
188 <property name="iconSize">
189 <size>
190 <width>18</width>
191 <height>18</height>
192 </size>
193 </property>
194 </widget>
195 </item>
196 </layout>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400197 </item>
198 <item>
199 <spacer name="horizontalSpacer_2">
200 <property name="orientation">
201 <enum>Qt::Horizontal</enum>
202 </property>
203 <property name="sizeType">
204 <enum>QSizePolicy::Fixed</enum>
205 </property>
206 <property name="sizeHint" stdset="0">
207 <size>
Andreas Traczykdc2703e2019-01-17 18:02:31 -0500208 <width>12</width>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400209 <height>17</height>
210 </size>
211 </property>
212 </spacer>
213 </item>
214 </layout>
215 </widget>
216 <resources>
217 <include location="ressources.qrc"/>
218 </resources>
219 <connections/>
220</ui>