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

« back to all changes in this revision

Viewing changes to src/ui_accountmanage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2002-04-19 02:28:44 UTC
  • Revision ID: james.westby@ubuntu.com-20020419022844-za7xgai5qyfd9xv6
Tags: upstream-0.8.5
ImportĀ upstreamĀ versionĀ 0.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
2
<class>AccountManageUI</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>AccountManageUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>442</width>
 
12
            <height>238</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Form1</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>11</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>6</number>
 
27
        </property>
 
28
        <widget class="QLayoutWidget">
 
29
            <property name="name">
 
30
                <cstring>Layout17</cstring>
 
31
            </property>
 
32
            <hbox>
 
33
                <property name="name">
 
34
                    <cstring>unnamed</cstring>
 
35
                </property>
 
36
                <property name="margin">
 
37
                    <number>0</number>
 
38
                </property>
 
39
                <property name="spacing">
 
40
                    <number>6</number>
 
41
                </property>
 
42
                <widget class="QListView">
 
43
                    <column>
 
44
                        <property name="text">
 
45
                            <string>Name</string>
 
46
                        </property>
 
47
                        <property name="clickable">
 
48
                            <bool>true</bool>
 
49
                        </property>
 
50
                        <property name="resizeable">
 
51
                            <bool>true</bool>
 
52
                        </property>
 
53
                    </column>
 
54
                    <column>
 
55
                        <property name="text">
 
56
                            <string>Server</string>
 
57
                        </property>
 
58
                        <property name="clickable">
 
59
                            <bool>true</bool>
 
60
                        </property>
 
61
                        <property name="resizeable">
 
62
                            <bool>true</bool>
 
63
                        </property>
 
64
                    </column>
 
65
                    <column>
 
66
                        <property name="text">
 
67
                            <string>Status</string>
 
68
                        </property>
 
69
                        <property name="clickable">
 
70
                            <bool>true</bool>
 
71
                        </property>
 
72
                        <property name="resizeable">
 
73
                            <bool>true</bool>
 
74
                        </property>
 
75
                    </column>
 
76
                    <property name="name">
 
77
                        <cstring>lv_accs</cstring>
 
78
                    </property>
 
79
                </widget>
 
80
                <widget class="QLayoutWidget">
 
81
                    <property name="name">
 
82
                        <cstring>Layout16</cstring>
 
83
                    </property>
 
84
                    <vbox>
 
85
                        <property name="name">
 
86
                            <cstring>unnamed</cstring>
 
87
                        </property>
 
88
                        <property name="margin">
 
89
                            <number>0</number>
 
90
                        </property>
 
91
                        <property name="spacing">
 
92
                            <number>6</number>
 
93
                        </property>
 
94
                        <widget class="QPushButton">
 
95
                            <property name="name">
 
96
                                <cstring>pb_add</cstring>
 
97
                            </property>
 
98
                            <property name="text">
 
99
                                <string>&amp;Add</string>
 
100
                            </property>
 
101
                        </widget>
 
102
                        <widget class="QPushButton">
 
103
                            <property name="name">
 
104
                                <cstring>pb_modify</cstring>
 
105
                            </property>
 
106
                            <property name="text">
 
107
                                <string>Modify</string>
 
108
                            </property>
 
109
                        </widget>
 
110
                        <widget class="QPushButton">
 
111
                            <property name="name">
 
112
                                <cstring>pb_remove</cstring>
 
113
                            </property>
 
114
                            <property name="text">
 
115
                                <string>Remove</string>
 
116
                            </property>
 
117
                        </widget>
 
118
                        <spacer>
 
119
                            <property name="name" stdset="0">
 
120
                                <cstring>Spacer12</cstring>
 
121
                            </property>
 
122
                            <property name="orientation">
 
123
                                <enum>Vertical</enum>
 
124
                            </property>
 
125
                            <property name="sizeType">
 
126
                                <enum>Expanding</enum>
 
127
                            </property>
 
128
                            <property name="sizeHint">
 
129
                                <size>
 
130
                                    <width>20</width>
 
131
                                    <height>20</height>
 
132
                                </size>
 
133
                            </property>
 
134
                        </spacer>
 
135
                    </vbox>
 
136
                </widget>
 
137
            </hbox>
 
138
        </widget>
 
139
        <widget class="Line">
 
140
            <property name="name">
 
141
                <cstring>Line1</cstring>
 
142
            </property>
 
143
            <property name="frameShape" stdset="0">
 
144
                <enum>HLine</enum>
 
145
            </property>
 
146
            <property name="frameShadow">
 
147
                <enum>Sunken</enum>
 
148
            </property>
 
149
            <property name="orientation">
 
150
                <enum>Horizontal</enum>
 
151
            </property>
 
152
        </widget>
 
153
        <widget class="QLayoutWidget">
 
154
            <property name="name">
 
155
                <cstring>Layout15</cstring>
 
156
            </property>
 
157
            <hbox>
 
158
                <property name="name">
 
159
                    <cstring>unnamed</cstring>
 
160
                </property>
 
161
                <property name="margin">
 
162
                    <number>0</number>
 
163
                </property>
 
164
                <property name="spacing">
 
165
                    <number>6</number>
 
166
                </property>
 
167
                <spacer>
 
168
                    <property name="name" stdset="0">
 
169
                        <cstring>Spacer11</cstring>
 
170
                    </property>
 
171
                    <property name="orientation">
 
172
                        <enum>Horizontal</enum>
 
173
                    </property>
 
174
                    <property name="sizeType">
 
175
                        <enum>Expanding</enum>
 
176
                    </property>
 
177
                    <property name="sizeHint">
 
178
                        <size>
 
179
                            <width>20</width>
 
180
                            <height>20</height>
 
181
                        </size>
 
182
                    </property>
 
183
                </spacer>
 
184
                <widget class="QPushButton">
 
185
                    <property name="name">
 
186
                        <cstring>pb_close</cstring>
 
187
                    </property>
 
188
                    <property name="text">
 
189
                        <string>&amp;Close</string>
 
190
                    </property>
 
191
                </widget>
 
192
            </hbox>
 
193
        </widget>
 
194
    </vbox>
 
195
</widget>
 
196
<layoutdefaults spacing="6" margin="11"/>
 
197
</UI>