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

« back to all changes in this revision

Viewing changes to src/ui_pgpkey.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>PGPKeyUI</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>PGPKeyUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>454</width>
 
12
            <height>251</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
        <widget class="QLabel">
 
23
            <property name="name">
 
24
                <cstring>textLabel1</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Please select the key to use for security:</string>
 
28
            </property>
 
29
        </widget>
 
30
        <widget class="QListView">
 
31
            <column>
 
32
                <property name="text">
 
33
                    <string>Key ID</string>
 
34
                </property>
 
35
                <property name="clickable">
 
36
                    <bool>true</bool>
 
37
                </property>
 
38
                <property name="resizable">
 
39
                    <bool>true</bool>
 
40
                </property>
 
41
            </column>
 
42
            <column>
 
43
                <property name="text">
 
44
                    <string>User ID</string>
 
45
                </property>
 
46
                <property name="clickable">
 
47
                    <bool>true</bool>
 
48
                </property>
 
49
                <property name="resizable">
 
50
                    <bool>true</bool>
 
51
                </property>
 
52
            </column>
 
53
            <property name="name">
 
54
                <cstring>lv_keys</cstring>
 
55
            </property>
 
56
            <property name="allColumnsShowFocus">
 
57
                <bool>true</bool>
 
58
            </property>
 
59
            <property name="resizeMode">
 
60
                <enum>LastColumn</enum>
 
61
            </property>
 
62
        </widget>
 
63
        <widget class="QLayoutWidget">
 
64
            <property name="name">
 
65
                <cstring>layout93</cstring>
 
66
            </property>
 
67
            <hbox>
 
68
                <property name="name">
 
69
                    <cstring>unnamed</cstring>
 
70
                </property>
 
71
                <spacer>
 
72
                    <property name="name">
 
73
                        <cstring>spacer1</cstring>
 
74
                    </property>
 
75
                    <property name="orientation">
 
76
                        <enum>Horizontal</enum>
 
77
                    </property>
 
78
                    <property name="sizeType">
 
79
                        <enum>Expanding</enum>
 
80
                    </property>
 
81
                    <property name="sizeHint">
 
82
                        <size>
 
83
                            <width>312</width>
 
84
                            <height>20</height>
 
85
                        </size>
 
86
                    </property>
 
87
                </spacer>
 
88
                <widget class="IconButton">
 
89
                    <property name="name">
 
90
                        <cstring>pb_cancel</cstring>
 
91
                    </property>
 
92
                    <property name="text">
 
93
                        <string>&amp;Cancel</string>
 
94
                    </property>
 
95
                    <property name="iconName" stdset="0">
 
96
                        <string>psi/cancel</string>
 
97
                    </property>
 
98
                </widget>
 
99
                <widget class="IconButton">
 
100
                    <property name="name">
 
101
                        <cstring>pb_ok</cstring>
 
102
                    </property>
 
103
                    <property name="text">
 
104
                        <string>&amp;OK</string>
 
105
                    </property>
 
106
                    <property name="default">
 
107
                        <bool>true</bool>
 
108
                    </property>
 
109
                    <property name="iconName" stdset="0">
 
110
                        <string>psi/ok</string>
 
111
                    </property>
 
112
                </widget>
 
113
            </hbox>
 
114
        </widget>
 
115
    </vbox>
 
116
</widget>
 
117
<layoutdefaults spacing="6" margin="11"/>
 
118
<includehints>
 
119
    <includehint>iconwidget.h</includehint>
 
120
    <includehint>iconwidget.h</includehint>
 
121
</includehints>
 
122
</UI>