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

« back to all changes in this revision

Viewing changes to src/options/opt_lookfeel_fonts.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>LookFeelFontsUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>LookFeelFontsUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>251</width>
 
12
            <height>96</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>LookFeelFontsUI</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>0</number>
 
24
        </property>
 
25
        <widget class="QLabel" row="1" column="0">
 
26
            <property name="name">
 
27
                <cstring>TextLabel1_4</cstring>
 
28
            </property>
 
29
            <property name="text">
 
30
                <string>Message</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QLabel" row="2" column="0">
 
34
            <property name="name">
 
35
                <cstring>TextLabel1_3</cstring>
 
36
            </property>
 
37
            <property name="enabled">
 
38
                <bool>true</bool>
 
39
            </property>
 
40
            <property name="text">
 
41
                <string>Chat</string>
 
42
            </property>
 
43
        </widget>
 
44
        <widget class="QLabel" row="0" column="0">
 
45
            <property name="name">
 
46
                <cstring>TextLabel1</cstring>
 
47
            </property>
 
48
            <property name="text">
 
49
                <string>Roster</string>
 
50
            </property>
 
51
        </widget>
 
52
        <widget class="QLineEdit" row="1" column="1">
 
53
            <property name="name">
 
54
                <cstring>le_fMessage</cstring>
 
55
            </property>
 
56
            <property name="readOnly">
 
57
                <bool>true</bool>
 
58
            </property>
 
59
        </widget>
 
60
        <widget class="QPushButton" row="1" column="2">
 
61
            <property name="name">
 
62
                <cstring>pb_fMessage</cstring>
 
63
            </property>
 
64
            <property name="text">
 
65
                <string>Choose</string>
 
66
            </property>
 
67
        </widget>
 
68
        <widget class="QLineEdit" row="2" column="1">
 
69
            <property name="name">
 
70
                <cstring>le_fChat</cstring>
 
71
            </property>
 
72
            <property name="enabled">
 
73
                <bool>true</bool>
 
74
            </property>
 
75
            <property name="readOnly">
 
76
                <bool>true</bool>
 
77
            </property>
 
78
        </widget>
 
79
        <widget class="QPushButton" row="2" column="2">
 
80
            <property name="name">
 
81
                <cstring>pb_fChat</cstring>
 
82
            </property>
 
83
            <property name="enabled">
 
84
                <bool>true</bool>
 
85
            </property>
 
86
            <property name="text">
 
87
                <string>Choose</string>
 
88
            </property>
 
89
        </widget>
 
90
        <widget class="QLineEdit" row="0" column="1">
 
91
            <property name="name">
 
92
                <cstring>le_fRoster</cstring>
 
93
            </property>
 
94
            <property name="readOnly">
 
95
                <bool>true</bool>
 
96
            </property>
 
97
        </widget>
 
98
        <widget class="QPushButton" row="0" column="2">
 
99
            <property name="name">
 
100
                <cstring>pb_fRoster</cstring>
 
101
            </property>
 
102
            <property name="text">
 
103
                <string>Choose</string>
 
104
            </property>
 
105
        </widget>
 
106
    </grid>
 
107
</widget>
 
108
<tabstops>
 
109
    <tabstop>le_fRoster</tabstop>
 
110
    <tabstop>pb_fRoster</tabstop>
 
111
    <tabstop>le_fMessage</tabstop>
 
112
    <tabstop>pb_fMessage</tabstop>
 
113
    <tabstop>le_fChat</tabstop>
 
114
    <tabstop>pb_fChat</tabstop>
 
115
</tabstops>
 
116
<layoutdefaults spacing="6" margin="11"/>
 
117
</UI>