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

« back to all changes in this revision

Viewing changes to src/options/opt_presence_misc.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>