blob: 1774d1c8444657d73a13f1f97b9be1a61c6458be [file] [log] [blame]
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>BannedContactsWidget</class>
4 <widget class="QWidget" name="BannedContactsWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>712</width>
10 <height>544</height>
11 </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>Form</string>
21 </property>
22 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetNoConstraint</enum>
25 </property>
26 <property name="rightMargin">
27 <number>0</number>
28 </property>
29 <property name="bottomMargin">
30 <number>0</number>
31 </property>
32 <item>
33 <widget class="QListView" name="bannedList">
34 <property name="sizePolicy">
35 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
38 </sizepolicy>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QStackedWidget" name="debanStack">
44 <property name="currentIndex">
45 <number>1</number>
46 </property>
47 <widget class="QWidget" name="cleanPage"/>
48 <widget class="QWidget" name="debanPage">
49 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,1">
50 <item>
51 <spacer name="verticalSpacer">
52 <property name="orientation">
53 <enum>Qt::Vertical</enum>
54 </property>
55 <property name="sizeHint" stdset="0">
56 <size>
57 <width>20</width>
58 <height>40</height>
59 </size>
60 </property>
61 </spacer>
62 </item>
63 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
64 <widget class="QLabel" name="bannedIdLabel">
65 <property name="text">
66 <string>Banned ID</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <spacer name="verticalSpacer_2">
72 <property name="orientation">
73 <enum>Qt::Vertical</enum>
74 </property>
75 <property name="sizeHint" stdset="0">
76 <size>
77 <width>20</width>
78 <height>40</height>
79 </size>
80 </property>
81 </spacer>
82 </item>
83 <item alignment="Qt::AlignHCenter">
84 <widget class="QPushButton" name="debanButton">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <property name="minimumSize">
92 <size>
93 <width>265</width>
94 <height>30</height>
95 </size>
96 </property>
97 <property name="text">
98 <string>Deban contact, and add to contact list</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <spacer name="verticalSpacer_3">
104 <property name="orientation">
105 <enum>Qt::Vertical</enum>
106 </property>
107 <property name="sizeHint" stdset="0">
108 <size>
109 <width>20</width>
110 <height>40</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 </layout>
116 </widget>
117 </widget>
118 </item>
119 </layout>
120 </widget>
121 <resources/>
122 <connections/>
123</ui>