Astyle kdelibs
[kdepim.git] / akonadiconsole / collectionaclpage.ui
blob76bdb13588e4cfd67b14b38fff171874c4f3890f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CollectionAclPage</class>
4 <widget class="QWidget" name="CollectionAclPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>414</width>
10 <height>411</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QGroupBox" name="groupBox">
16 <property name="title">
17 <string>Item Access Rights</string>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QCheckBox" name="createItem">
22 <property name="text">
23 <string>Create</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QCheckBox" name="changeItem">
29 <property name="text">
30 <string>Modify</string>
31 </property>
32 </widget>
33 </item>
34 <item row="0" column="2">
35 <widget class="QCheckBox" name="deleteItem">
36 <property name="text">
37 <string>Delete</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="0">
42 <widget class="QCheckBox" name="linkItem">
43 <property name="text">
44 <string>Link</string>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="2">
49 <widget class="QCheckBox" name="unlinkItem">
50 <property name="text">
51 <string>Unlink</string>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 </item>
58 <item>
59 <widget class="QGroupBox" name="groupBox_2">
60 <property name="title">
61 <string>Collection Access Rights</string>
62 </property>
63 <layout class="QHBoxLayout" name="horizontalLayout_2">
64 <item>
65 <widget class="QCheckBox" name="createCollection">
66 <property name="text">
67 <string>Create</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QCheckBox" name="changeCollection">
73 <property name="text">
74 <string>Modify</string>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <widget class="QCheckBox" name="deleteCollection">
80 <property name="text">
81 <string>Delete</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </item>
88 <item>
89 <widget class="QLabel" name="label">
90 <property name="text">
91 <string>&lt;b&gt;Note: &lt;/b&gt;These values are provided by the corresponding backend and are not intended to be changed by you, so be warned if something breaks when changing them nevertheless!</string>
92 </property>
93 <property name="wordWrap">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <spacer name="verticalSpacer">
100 <property name="orientation">
101 <enum>Qt::Vertical</enum>
102 </property>
103 <property name="sizeHint" stdset="0">
104 <size>
105 <width>20</width>
106 <height>210</height>
107 </size>
108 </property>
109 </spacer>
110 </item>
111 </layout>
112 </widget>
113 <resources/>
114 <connections/>
115 </ui>