* maximal -> maximum
[kdenetwork.git] / filesharing / simple / groupconfiggui.ui
blob9d97f854f12643a31aafdc2d04349614f6c04432
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>GroupConfigGUI</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>GroupConfigGUI</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>521</width>
12             <height>371</height>
13         </rect>
14     </property>
15     <vbox>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <property name="margin">
20             <number>0</number>
21         </property>
22         <widget class="QButtonGroup">
23             <property name="name">
24                 <cstring>buttonGroup1</cstring>
25             </property>
26             <property name="frameShape">
27                 <enum>NoFrame</enum>
28             </property>
29             <property name="title">
30                 <string></string>
31             </property>
32             <vbox>
33                 <property name="name">
34                     <cstring>unnamed</cstring>
35                 </property>
36                 <property name="margin">
37                     <number>0</number>
38                 </property>
39                 <widget class="QRadioButton">
40                     <property name="name">
41                         <cstring>allUsersRadio</cstring>
42                     </property>
43                     <property name="text">
44                         <string>Allow all users to share folders</string>
45                     </property>
46                     <property name="checked">
47                         <bool>true</bool>
48                     </property>
49                 </widget>
50                 <widget class="QRadioButton">
51                     <property name="name">
52                         <cstring>groupUsersRadio</cstring>
53                     </property>
54                     <property name="text">
55                         <string>Only users of the '%1' group are allowed to share folders</string>
56                     </property>
57                 </widget>
58             </vbox>
59         </widget>
60         <widget class="QGroupBox">
61             <property name="name">
62                 <cstring>usersGrpBx</cstring>
63             </property>
64             <property name="enabled">
65                 <bool>false</bool>
66             </property>
67             <property name="title">
68                 <string>Users of '%1' Group</string>
69             </property>
70             <grid>
71                 <property name="name">
72                     <cstring>unnamed</cstring>
73                 </property>
74                 <widget class="K3ListBox" row="0" column="0" rowspan="3" colspan="1">
75                     <property name="name">
76                         <cstring>listBox</cstring>
77                     </property>
78                 </widget>
79                 <spacer row="2" column="1">
80                     <property name="name">
81                         <cstring>spacer6</cstring>
82                     </property>
83                     <property name="orientation">
84                         <enum>Vertical</enum>
85                     </property>
86                     <property name="sizeType">
87                         <enum>Expanding</enum>
88                     </property>
89                     <property name="sizeHint">
90                         <size>
91                             <width>20</width>
92                             <height>20</height>
93                         </size>
94                     </property>
95                 </spacer>
96                 <widget class="KPushButton" row="1" column="1">
97                     <property name="name">
98                         <cstring>removeBtn</cstring>
99                     </property>
100                     <property name="enabled">
101                         <bool>false</bool>
102                     </property>
103                     <property name="text">
104                         <string>Remove User</string>
105                     </property>
106                 </widget>
107                 <widget class="KPushButton" row="0" column="1">
108                     <property name="name">
109                         <cstring>addBtn</cstring>
110                     </property>
111                     <property name="text">
112                         <string>Add User</string>
113                     </property>
114                 </widget>
115                 <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
116                     <property name="name">
117                         <cstring>writeAccessChk</cstring>
118                     </property>
119                     <property name="text">
120                         <string>Group members can share folders without root password</string>
121                     </property>
122                 </widget>
123             </grid>
124         </widget>
125         <widget class="QLayoutWidget">
126             <property name="name">
127                 <cstring>layout2</cstring>
128             </property>
129             <hbox>
130                 <property name="name">
131                     <cstring>unnamed</cstring>
132                 </property>
133                 <spacer>
134                     <property name="name">
135                         <cstring>spacer8</cstring>
136                     </property>
137                     <property name="orientation">
138                         <enum>Horizontal</enum>
139                     </property>
140                     <property name="sizeType">
141                         <enum>Expanding</enum>
142                     </property>
143                     <property name="sizeHint">
144                         <size>
145                             <width>180</width>
146                             <height>20</height>
147                         </size>
148                     </property>
149                 </spacer>
150                 <widget class="KPushButton">
151                     <property name="name">
152                         <cstring>otherGroupBtn</cstring>
153                     </property>
154                     <property name="enabled">
155                         <bool>false</bool>
156                     </property>
157                     <property name="sizePolicy">
158                         <sizepolicy>
159                             <hsizetype>1</hsizetype>
160                             <vsizetype>0</vsizetype>
161                             <horstretch>0</horstretch>
162                             <verstretch>0</verstretch>
163                         </sizepolicy>
164                     </property>
165                     <property name="text">
166                         <string>Change Group...</string>
167                     </property>
168                 </widget>
169             </hbox>
170         </widget>
171     </vbox>
172 </widget>
173 <connections>
174     <connection>
175         <sender>groupUsersRadio</sender>
176         <signal>toggled(bool)</signal>
177         <receiver>usersGrpBx</receiver>
178         <slot>setEnabled(bool)</slot>
179     </connection>
180     <connection>
181         <sender>groupUsersRadio</sender>
182         <signal>toggled(bool)</signal>
183         <receiver>otherGroupBtn</receiver>
184         <slot>setEnabled(bool)</slot>
185     </connection>
186     <connection>
187         <sender>listBox</sender>
188         <signal>selectionChanged(QListBoxItem*)</signal>
189         <receiver>GroupConfigGUI</receiver>
190         <slot>listBox_selectionChanged(QListBoxItem*)</slot>
191     </connection>
192 </connections>
193 <includes>
194     <include location="local" impldecl="in implementation">groupconfiggui.ui.h</include>
195 </includes>
196 <slots>
197     <slot>listBox_selectionChanged( QListBoxItem * i )</slot>
198 </slots>
199 <layoutdefaults spacing="6" margin="11"/>
200 </UI>