blob: 6df7cbd8ce7a97fbcd1435ade21ef2884a27abe3 [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>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040040 <property name="toolTip">
41 <string>Banned contacts list</string>
42 </property>
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -040043 </widget>
44 </item>
45 <item>
46 <widget class="QStackedWidget" name="debanStack">
47 <property name="currentIndex">
48 <number>1</number>
49 </property>
50 <widget class="QWidget" name="cleanPage"/>
51 <widget class="QWidget" name="debanPage">
52 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,1">
53 <item>
54 <spacer name="verticalSpacer">
55 <property name="orientation">
56 <enum>Qt::Vertical</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>20</width>
61 <height>40</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
67 <widget class="QLabel" name="bannedIdLabel">
68 <property name="text">
69 <string>Banned ID</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <spacer name="verticalSpacer_2">
75 <property name="orientation">
76 <enum>Qt::Vertical</enum>
77 </property>
78 <property name="sizeHint" stdset="0">
79 <size>
80 <width>20</width>
81 <height>40</height>
82 </size>
83 </property>
84 </spacer>
85 </item>
86 <item alignment="Qt::AlignHCenter">
87 <widget class="QPushButton" name="debanButton">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 <property name="minimumSize">
95 <size>
96 <width>265</width>
97 <height>30</height>
98 </size>
99 </property>
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400100 <property name="toolTip">
101 <string>Deban contact button</string>
102 </property>
Olivier SOLDANO5d4a1ff2017-05-08 13:12:47 -0400103 <property name="text">
104 <string>Deban contact, and add to contact list</string>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <spacer name="verticalSpacer_3">
110 <property name="orientation">
111 <enum>Qt::Vertical</enum>
112 </property>
113 <property name="sizeHint" stdset="0">
114 <size>
115 <width>20</width>
116 <height>40</height>
117 </size>
118 </property>
119 </spacer>
120 </item>
121 </layout>
122 </widget>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 <resources/>
128 <connections/>
129</ui>