~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/privacy.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
5
 
 <class>Privacy</class>
6
 
 <widget class="QWidget" name="Privacy" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>732</width>
12
 
    <height>572</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="windowTitle" >
16
 
   <string>Form</string>
17
 
  </property>
18
 
  <layout class="QVBoxLayout" >
19
 
   <property name="margin" >
20
 
    <number>9</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item>
26
 
    <widget class="QGroupBox" name="gb_settings" >
27
 
     <property name="title" >
28
 
      <string>Settings</string>
29
 
     </property>
30
 
     <layout class="QGridLayout" >
31
 
      <property name="margin" >
32
 
       <number>9</number>
33
 
      </property>
34
 
      <property name="spacing" >
35
 
       <number>6</number>
36
 
      </property>
37
 
      <item row="1" column="2" >
38
 
       <spacer>
39
 
        <property name="orientation" >
40
 
         <enum>Qt::Horizontal</enum>
41
 
        </property>
42
 
        <property name="sizeHint" >
43
 
         <size>
44
 
          <width>40</width>
45
 
          <height>20</height>
46
 
         </size>
47
 
        </property>
48
 
       </spacer>
49
 
      </item>
50
 
      <item row="0" column="2" >
51
 
       <spacer>
52
 
        <property name="orientation" >
53
 
         <enum>Qt::Horizontal</enum>
54
 
        </property>
55
 
        <property name="sizeHint" >
56
 
         <size>
57
 
          <width>40</width>
58
 
          <height>20</height>
59
 
         </size>
60
 
        </property>
61
 
       </spacer>
62
 
      </item>
63
 
      <item row="1" column="1" >
64
 
       <widget class="QComboBox" name="cb_default" >
65
 
        <property name="sizeAdjustPolicy" >
66
 
         <enum>QComboBox::AdjustToContents</enum>
67
 
        </property>
68
 
       </widget>
69
 
      </item>
70
 
      <item row="1" column="0" >
71
 
       <widget class="QLabel" name="label_2" >
72
 
        <property name="text" >
73
 
         <string>Default List (all sessions):</string>
74
 
        </property>
75
 
       </widget>
76
 
      </item>
77
 
      <item row="0" column="0" >
78
 
       <widget class="QLabel" name="label" >
79
 
        <property name="text" >
80
 
         <string>Active List (current session):</string>
81
 
        </property>
82
 
       </widget>
83
 
      </item>
84
 
      <item row="0" column="1" >
85
 
       <widget class="QComboBox" name="cb_active" >
86
 
        <property name="sizeAdjustPolicy" >
87
 
         <enum>QComboBox::AdjustToContents</enum>
88
 
        </property>
89
 
       </widget>
90
 
      </item>
91
 
     </layout>
92
 
    </widget>
93
 
   </item>
94
 
   <item>
95
 
    <widget class="QGroupBox" name="gb_listSettings" >
96
 
     <property name="title" >
97
 
      <string>List Editor</string>
98
 
     </property>
99
 
     <layout class="QVBoxLayout" >
100
 
      <property name="margin" >
101
 
       <number>9</number>
102
 
      </property>
103
 
      <property name="spacing" >
104
 
       <number>6</number>
105
 
      </property>
106
 
      <item>
107
 
       <layout class="QHBoxLayout" >
108
 
        <property name="margin" >
109
 
         <number>0</number>
110
 
        </property>
111
 
        <property name="spacing" >
112
 
         <number>6</number>
113
 
        </property>
114
 
        <item>
115
 
         <widget class="QLabel" name="label_3" >
116
 
          <property name="text" >
117
 
           <string>List:</string>
118
 
          </property>
119
 
         </widget>
120
 
        </item>
121
 
        <item>
122
 
         <widget class="QComboBox" name="cb_lists" >
123
 
          <property name="sizeAdjustPolicy" >
124
 
           <enum>QComboBox::AdjustToContents</enum>
125
 
          </property>
126
 
         </widget>
127
 
        </item>
128
 
        <item>
129
 
         <spacer>
130
 
          <property name="orientation" >
131
 
           <enum>Qt::Horizontal</enum>
132
 
          </property>
133
 
          <property name="sizeHint" >
134
 
           <size>
135
 
            <width>40</width>
136
 
            <height>20</height>
137
 
           </size>
138
 
          </property>
139
 
         </spacer>
140
 
        </item>
141
 
        <item>
142
 
         <widget class="QPushButton" name="pb_newList" >
143
 
          <property name="text" >
144
 
           <string>New List</string>
145
 
          </property>
146
 
         </widget>
147
 
        </item>
148
 
        <item>
149
 
         <widget class="QPushButton" name="pb_deleteList" >
150
 
          <property name="text" >
151
 
           <string>Delete List</string>
152
 
          </property>
153
 
         </widget>
154
 
        </item>
155
 
       </layout>
156
 
      </item>
157
 
      <item>
158
 
       <widget class="QCheckBox" name="ck_autoActivate" >
159
 
        <property name="text" >
160
 
         <string>Automatically activate this list on connect</string>
161
 
        </property>
162
 
       </widget>
163
 
      </item>
164
 
      <item>
165
 
       <widget class="QGroupBox" name="gb_rules" >
166
 
        <property name="title" >
167
 
         <string>Rules</string>
168
 
        </property>
169
 
        <layout class="QVBoxLayout" >
170
 
         <property name="margin" >
171
 
          <number>9</number>
172
 
         </property>
173
 
         <property name="spacing" >
174
 
          <number>6</number>
175
 
         </property>
176
 
         <item>
177
 
          <widget class="QListView" name="lv_rules" />
178
 
         </item>
179
 
         <item>
180
 
          <layout class="QHBoxLayout" >
181
 
           <property name="margin" >
182
 
            <number>0</number>
183
 
           </property>
184
 
           <property name="spacing" >
185
 
            <number>6</number>
186
 
           </property>
187
 
           <item>
188
 
            <widget class="QPushButton" name="pb_add" >
189
 
             <property name="text" >
190
 
              <string>Add</string>
191
 
             </property>
192
 
            </widget>
193
 
           </item>
194
 
           <item>
195
 
            <widget class="QPushButton" name="pb_remove" >
196
 
             <property name="text" >
197
 
              <string>Remove</string>
198
 
             </property>
199
 
            </widget>
200
 
           </item>
201
 
           <item>
202
 
            <widget class="QPushButton" name="pb_up" >
203
 
             <property name="text" >
204
 
              <string>Up</string>
205
 
             </property>
206
 
            </widget>
207
 
           </item>
208
 
           <item>
209
 
            <widget class="QPushButton" name="pb_down" >
210
 
             <property name="text" >
211
 
              <string>Down</string>
212
 
             </property>
213
 
            </widget>
214
 
           </item>
215
 
           <item>
216
 
            <widget class="QPushButton" name="pb_edit" >
217
 
             <property name="text" >
218
 
              <string>Edit ...</string>
219
 
             </property>
220
 
            </widget>
221
 
           </item>
222
 
           <item>
223
 
            <spacer>
224
 
             <property name="orientation" >
225
 
              <enum>Qt::Horizontal</enum>
226
 
             </property>
227
 
             <property name="sizeHint" >
228
 
              <size>
229
 
               <width>111</width>
230
 
               <height>20</height>
231
 
              </size>
232
 
             </property>
233
 
            </spacer>
234
 
           </item>
235
 
           <item>
236
 
            <widget class="QPushButton" name="pb_apply" >
237
 
             <property name="text" >
238
 
              <string>Apply</string>
239
 
             </property>
240
 
            </widget>
241
 
           </item>
242
 
          </layout>
243
 
         </item>
244
 
        </layout>
245
 
       </widget>
246
 
      </item>
247
 
     </layout>
248
 
    </widget>
249
 
   </item>
250
 
   <item>
251
 
    <layout class="QHBoxLayout" >
252
 
     <property name="margin" >
253
 
      <number>0</number>
254
 
     </property>
255
 
     <property name="spacing" >
256
 
      <number>6</number>
257
 
     </property>
258
 
     <item>
259
 
      <spacer>
260
 
       <property name="orientation" >
261
 
        <enum>Qt::Horizontal</enum>
262
 
       </property>
263
 
       <property name="sizeHint" >
264
 
        <size>
265
 
         <width>40</width>
266
 
         <height>20</height>
267
 
        </size>
268
 
       </property>
269
 
      </spacer>
270
 
     </item>
271
 
     <item>
272
 
      <widget class="QPushButton" name="pb_close" >
273
 
       <property name="text" >
274
 
        <string>Close</string>
275
 
       </property>
276
 
      </widget>
277
 
     </item>
278
 
    </layout>
279
 
   </item>
280
 
  </layout>
281
 
 </widget>
282
 
 <tabstops>
283
 
  <tabstop>cb_active</tabstop>
284
 
  <tabstop>cb_default</tabstop>
285
 
  <tabstop>cb_lists</tabstop>
286
 
  <tabstop>pb_newList</tabstop>
287
 
  <tabstop>pb_deleteList</tabstop>
288
 
  <tabstop>ck_autoActivate</tabstop>
289
 
  <tabstop>lv_rules</tabstop>
290
 
  <tabstop>pb_add</tabstop>
291
 
  <tabstop>pb_remove</tabstop>
292
 
  <tabstop>pb_up</tabstop>
293
 
  <tabstop>pb_down</tabstop>
294
 
  <tabstop>pb_edit</tabstop>
295
 
  <tabstop>pb_apply</tabstop>
296
 
  <tabstop>pb_close</tabstop>
297
 
 </tabstops>
298
 
 <pixmapfunction></pixmapfunction>
299
 
 <resources/>
300
 
 <connections/>
301
 
</ui>