blob: bb6169c60f2281d6bbc69709f88c4d3d3c35f649 [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>
52 <widget class="QPushButton" name="btnAcceptInvite">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="minimumSize">
60 <size>
61 <width>30</width>
62 <height>30</height>
63 </size>
64 </property>
65 <property name="maximumSize">
66 <size>
67 <width>30</width>
68 <height>30</height>
69 </size>
70 </property>
71 <property name="toolTip">
72 <string>Accept invite</string>
73 </property>
74 <property name="text">
75 <string/>
76 </property>
77 <property name="icon">
78 <iconset resource="ressources.qrc">
79 <normaloff>:/images/icons/ic_person_add_black_24dp_2x.png</normaloff>:/images/icons/ic_person_add_black_24dp_2x.png</iconset>
80 </property>
81 <property name="iconSize">
82 <size>
83 <width>18</width>
84 <height>18</height>
85 </size>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QPushButton" name="btnIgnoreInvite">
91 <property name="minimumSize">
92 <size>
93 <width>30</width>
94 <height>30</height>
95 </size>
96 </property>
97 <property name="maximumSize">
98 <size>
99 <width>30</width>
100 <height>30</height>
101 </size>
102 </property>
103 <property name="toolTip">
104 <string>Ignore invite</string>
105 </property>
106 <property name="text">
107 <string/>
108 </property>
109 <property name="icon">
110 <iconset resource="ressources.qrc">
Andreas Traczyk912242e2018-10-29 14:44:44 -0400111 <normaloff>:/images/icons/ic_clear_24px.svg</normaloff>:/images/icons/ic_clear_24px.svg</iconset>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400112 </property>
113 <property name="iconSize">
114 <size>
115 <width>18</width>
116 <height>18</height>
117 </size>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <widget class="QPushButton" name="btnBlockInvite">
123 <property name="minimumSize">
124 <size>
125 <width>30</width>
126 <height>30</height>
127 </size>
128 </property>
129 <property name="maximumSize">
130 <size>
131 <width>30</width>
132 <height>30</height>
133 </size>
134 </property>
135 <property name="toolTip">
136 <string>Block person</string>
137 </property>
138 <property name="text">
139 <string/>
140 </property>
141 <property name="icon">
142 <iconset resource="ressources.qrc">
Andreas Traczyk912242e2018-10-29 14:44:44 -0400143 <normaloff>:/images/icons/ic_block_24px.svg</normaloff>:/images/icons/ic_block_24px.svg</iconset>
Andreas Traczykb8b13ba2018-08-21 16:30:16 -0400144 </property>
145 <property name="iconSize">
146 <size>
147 <width>18</width>
148 <height>18</height>
149 </size>
150 </property>
151 </widget>
152 </item>
153 <item>
154 <spacer name="horizontalSpacer_2">
155 <property name="orientation">
156 <enum>Qt::Horizontal</enum>
157 </property>
158 <property name="sizeType">
159 <enum>QSizePolicy::Fixed</enum>
160 </property>
161 <property name="sizeHint" stdset="0">
162 <size>
163 <width>13</width>
164 <height>17</height>
165 </size>
166 </property>
167 </spacer>
168 </item>
169 </layout>
170 </widget>
171 <resources>
172 <include location="ressources.qrc"/>
173 </resources>
174 <connections/>
175</ui>