source: psi/trunk/src/ui_pgpkey.ui@ 185

Last change on this file since 185 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 3.8 KB
Line 
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 </widget>
96 <widget class="IconButton">
97 <property name="name">
98 <cstring>pb_ok</cstring>
99 </property>
100 <property name="text">
101 <string>&amp;OK</string>
102 </property>
103 <property name="default">
104 <bool>true</bool>
105 </property>
106 </widget>
107 </hbox>
108 </widget>
109 </vbox>
110</widget>
111<layoutdefaults spacing="6" margin="11"/>
112<includehints>
113 <includehint>iconwidget.h</includehint>
114 <includehint>iconwidget.h</includehint>
115</includehints>
116</UI>
Note: See TracBrowser for help on using the repository browser.