~ubuntu-branches/ubuntu/breezy/psi/breezy

« back to all changes in this revision

Viewing changes to src/options/opt_events_misc.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>EventsMiscUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>EventsMiscUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>350</width>
 
12
            <height>160</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_ignoreHeadline</cstring>
 
28
            </property>
 
29
            <property name="text">
 
30
                <string>Ignore "Headline" events (e.g. MSN alerts)</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QCheckBox">
 
34
            <property name="name">
 
35
                <cstring>ck_ignoreNonRoster</cstring>
 
36
            </property>
 
37
            <property name="text">
 
38
                <string>Ignore events from contacts not already in your roster</string>
 
39
            </property>
 
40
        </widget>
 
41
        <widget class="QCheckBox">
 
42
            <property name="name">
 
43
                <cstring>ck_scrollTo</cstring>
 
44
            </property>
 
45
            <property name="text">
 
46
                <string>Scroll roster to contact on event</string>
 
47
            </property>
 
48
        </widget>
 
49
        <widget class="QCheckBox">
 
50
            <property name="name">
 
51
                <cstring>ck_alertOpenChats</cstring>
 
52
            </property>
 
53
            <property name="text">
 
54
                <string>Alert chat messages even if chat window is open</string>
 
55
            </property>
 
56
        </widget>
 
57
        <widget class="QCheckBox">
 
58
            <property name="name">
 
59
                <cstring>ck_raiseChatWindow</cstring>
 
60
            </property>
 
61
            <property name="text">
 
62
                <string>Raise chat window on receiving new messages</string>
 
63
            </property>
 
64
        </widget>
 
65
        <widget class="QCheckBox">
 
66
            <property name="name">
 
67
                <cstring>ck_showSubjects</cstring>
 
68
            </property>
 
69
            <property name="text">
 
70
                <string>Show subject line in events</string>
 
71
            </property>
 
72
        </widget>
 
73
        <widget class="QCheckBox">
 
74
            <property name="name">
 
75
                <cstring>ck_showCounter</cstring>
 
76
            </property>
 
77
            <property name="text">
 
78
                <string>Show character counter</string>
 
79
            </property>
 
80
        </widget>
 
81
    </vbox>
 
82
</widget>
 
83
<layoutdefaults spacing="6" margin="11"/>
 
84
</UI>