~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/options/opt_advanced-ui.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>OptAdvancedUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>OptAdvancedUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>320</width>
 
12
            <height>348</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>OptAdvancedUI</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_messageevents</cstring>
 
28
            </property>
 
29
            <property name="text">
 
30
                <string>Enable message events</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QCheckBox">
 
34
            <property name="name">
 
35
                <cstring>ck_singleclick</cstring>
 
36
            </property>
 
37
            <property name="text">
 
38
                <string>Single-click triggers default action</string>
 
39
            </property>
 
40
        </widget>
 
41
        <widget class="QCheckBox">
 
42
            <property name="name">
 
43
                <cstring>ck_grabUrls</cstring>
 
44
            </property>
 
45
            <property name="text">
 
46
                <string>Grab URLs from clipboard</string>
 
47
            </property>
 
48
        </widget>
 
49
        <widget class="QCheckBox">
 
50
            <property name="name">
 
51
                <cstring>ck_jidComplete</cstring>
 
52
            </property>
 
53
            <property name="text">
 
54
                <string>Jabber ID completion</string>
 
55
            </property>
 
56
        </widget>
 
57
        <widget class="QCheckBox">
 
58
            <property name="name">
 
59
                <cstring>ck_showSubjects</cstring>
 
60
            </property>
 
61
            <property name="text">
 
62
                <string>Show subject line in events</string>
 
63
            </property>
 
64
        </widget>
 
65
        <widget class="QCheckBox">
 
66
            <property name="name">
 
67
                <cstring>ck_showCounter</cstring>
 
68
            </property>
 
69
            <property name="text">
 
70
                <string>Show character counter</string>
 
71
            </property>
 
72
        </widget>
 
73
        <widget class="QCheckBox">
 
74
            <property name="name">
 
75
                <cstring>ck_autoVCardOnLogin</cstring>
 
76
            </property>
 
77
            <property name="text">
 
78
                <string>Automatically get vCard when becoming online</string>
 
79
            </property>
 
80
        </widget>
 
81
        <widget class="QCheckBox">
 
82
            <property name="name">
 
83
                <cstring>ck_autoVersion</cstring>
 
84
            </property>
 
85
            <property name="text">
 
86
                <string>Check client version when a contact comes online</string>
 
87
            </property>
 
88
        </widget>
 
89
        <widget class="QCheckBox">
 
90
            <property name="name">
 
91
                <cstring>ck_rosterAnim</cstring>
 
92
            </property>
 
93
            <property name="text">
 
94
                <string>Animate the roster when a contact comes online</string>
 
95
            </property>
 
96
        </widget>
 
97
        <widget class="QCheckBox">
 
98
            <property name="name">
 
99
                <cstring>ck_scrollTo</cstring>
 
100
            </property>
 
101
            <property name="text">
 
102
                <string>Scroll roster to contact on event</string>
 
103
            </property>
 
104
        </widget>
 
105
        <widget class="QCheckBox">
 
106
            <property name="name">
 
107
                <cstring>ck_ignoreHeadline</cstring>
 
108
            </property>
 
109
            <property name="text">
 
110
                <string>Ignore "Headline" events (e.g. MSN alerts)</string>
 
111
            </property>
 
112
        </widget>
 
113
        <widget class="QLabel">
 
114
            <property name="name">
 
115
                <cstring>TextLabel2</cstring>
 
116
            </property>
 
117
            <property name="text">
 
118
                <string>Treat incoming messages and chats as:</string>
 
119
            </property>
 
120
        </widget>
 
121
        <widget class="QComboBox">
 
122
            <item>
 
123
                <property name="text">
 
124
                    <string>Determined by sender</string>
 
125
                </property>
 
126
            </item>
 
127
            <item>
 
128
                <property name="text">
 
129
                    <string>Messages</string>
 
130
                </property>
 
131
            </item>
 
132
            <item>
 
133
                <property name="text">
 
134
                    <string>Chats</string>
 
135
                </property>
 
136
            </item>
 
137
            <item>
 
138
                <property name="text">
 
139
                    <string>Messages (Chats if Chatting)</string>
 
140
                </property>
 
141
            </item>
 
142
            <property name="name">
 
143
                <cstring>cb_incomingAs</cstring>
 
144
            </property>
 
145
        </widget>
 
146
    </vbox>
 
147
</widget>
 
148
<layoutdefaults spacing="6" margin="11"/>
 
149
</UI>