~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/options/opt_general_roster.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>GeneralRosterUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>GeneralRosterUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>216</width>
 
12
            <height>123</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_useleft</cstring>
 
28
            </property>
 
29
            <property name="enabled">
 
30
                <bool>true</bool>
 
31
            </property>
 
32
            <property name="text">
 
33
                <string>Use left-click for menu</string>
 
34
            </property>
 
35
        </widget>
 
36
        <widget class="QCheckBox">
 
37
            <property name="name">
 
38
                <cstring>ck_singleclick</cstring>
 
39
            </property>
 
40
            <property name="text">
 
41
                <string>Single-click triggers default action</string>
 
42
            </property>
 
43
        </widget>
 
44
        <widget class="QLabel">
 
45
            <property name="name">
 
46
                <cstring>TextLabel1_6</cstring>
 
47
            </property>
 
48
            <property name="text">
 
49
                <string>Default Action:</string>
 
50
            </property>
 
51
        </widget>
 
52
        <widget class="QLayoutWidget">
 
53
            <property name="name">
 
54
                <cstring>Layout2</cstring>
 
55
            </property>
 
56
            <hbox>
 
57
                <property name="name">
 
58
                    <cstring>unnamed</cstring>
 
59
                </property>
 
60
                <property name="margin">
 
61
                    <number>0</number>
 
62
                </property>
 
63
                <property name="spacing">
 
64
                    <number>6</number>
 
65
                </property>
 
66
                <widget class="QRadioButton">
 
67
                    <property name="name">
 
68
                        <cstring>rb_defActMsg</cstring>
 
69
                    </property>
 
70
                    <property name="text">
 
71
                        <string>Message</string>
 
72
                    </property>
 
73
                </widget>
 
74
                <widget class="QRadioButton">
 
75
                    <property name="name">
 
76
                        <cstring>rb_defActChat</cstring>
 
77
                    </property>
 
78
                    <property name="text">
 
79
                        <string>Chat</string>
 
80
                    </property>
 
81
                </widget>
 
82
            </hbox>
 
83
        </widget>
 
84
        <widget class="QCheckBox">
 
85
            <property name="name">
 
86
                <cstring>ck_showself</cstring>
 
87
            </property>
 
88
            <property name="text">
 
89
                <string>Always show self-contact</string>
 
90
            </property>
 
91
        </widget>
 
92
    </vbox>
 
93
</widget>
 
94
<layoutdefaults spacing="6" margin="11"/>
 
95
</UI>