source: psi/trunk/src/options/opt_presence_misc.ui

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 1.9 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>PresenceMiscUI</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>PresenceMiscUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>329</width>
12 <height>106</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string></string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>0</number>
24 </property>
25 <widget class="QCheckBox">
26 <property name="name">
27 <cstring>ck_askOnline</cstring>
28 </property>
29 <property name="text">
30 <string>Prompt for status message when choosing "Online"</string>
31 </property>
32 </widget>
33 <widget class="QCheckBox">
34 <property name="name">
35 <cstring>ck_rosterAnim</cstring>
36 </property>
37 <property name="text">
38 <string>Animate the roster when a contact comes online</string>
39 </property>
40 </widget>
41 <widget class="QCheckBox">
42 <property name="name">
43 <cstring>ck_autoVersion</cstring>
44 </property>
45 <property name="text">
46 <string>Check client version when a contact comes online</string>
47 </property>
48 </widget>
49 <widget class="QCheckBox">
50 <property name="name">
51 <cstring>ck_autoVCardOnLogin</cstring>
52 </property>
53 <property name="text">
54 <string>Automatically get vCard when becoming online</string>
55 </property>
56 </widget>
57 </vbox>
58</widget>
59<layoutdefaults spacing="6" margin="11"/>
60</UI>
Note: See TracBrowser for help on using the repository browser.