author | zautrix <zautrix> | 2004-07-03 16:33:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-07-03 16:33:12 (UTC) |
commit | e3b89230f065c48c84b48c88edb6eb088374c487 (patch) (unidiff) | |
tree | 162ea2ef909a6f82ccfcedf45d80d6c821174912 /kmicromail/addresspickerui.ui | |
parent | 2dd6ac0b2d24c91d35ce674a6c26351352df2b15 (diff) | |
download | kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.zip kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.gz kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.bz2 |
Initial revision
Diffstat (limited to 'kmicromail/addresspickerui.ui') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kmicromail/addresspickerui.ui | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/kmicromail/addresspickerui.ui b/kmicromail/addresspickerui.ui new file mode 100644 index 0000000..2e37eac --- a/dev/null +++ b/kmicromail/addresspickerui.ui | |||
@@ -0,0 +1,86 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>AddressPickerUI</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>AddressPickerUI</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>282</width> | ||
15 | <height>320</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Address Picker</string> | ||
21 | </property> | ||
22 | <property> | ||
23 | <name>layoutMargin</name> | ||
24 | </property> | ||
25 | <property> | ||
26 | <name>layoutSpacing</name> | ||
27 | </property> | ||
28 | <grid> | ||
29 | <property stdset="1"> | ||
30 | <name>margin</name> | ||
31 | <number>4</number> | ||
32 | </property> | ||
33 | <property stdset="1"> | ||
34 | <name>spacing</name> | ||
35 | <number>3</number> | ||
36 | </property> | ||
37 | <widget row="0" column="0" rowspan="1" colspan="2" > | ||
38 | <class>QListBox</class> | ||
39 | <property stdset="1"> | ||
40 | <name>name</name> | ||
41 | <cstring>addressList</cstring> | ||
42 | </property> | ||
43 | <property stdset="1"> | ||
44 | <name>selectionMode</name> | ||
45 | <enum>Multi</enum> | ||
46 | </property> | ||
47 | </widget> | ||
48 | <widget row="1" column="0" > | ||
49 | <class>QPushButton</class> | ||
50 | <property stdset="1"> | ||
51 | <name>name</name> | ||
52 | <cstring>okButton</cstring> | ||
53 | </property> | ||
54 | <property stdset="1"> | ||
55 | <name>minimumSize</name> | ||
56 | <size> | ||
57 | <width>10</width> | ||
58 | <height>0</height> | ||
59 | </size> | ||
60 | </property> | ||
61 | <property stdset="1"> | ||
62 | <name>text</name> | ||
63 | <string>Ok</string> | ||
64 | </property> | ||
65 | </widget> | ||
66 | <widget row="1" column="1" > | ||
67 | <class>QPushButton</class> | ||
68 | <property stdset="1"> | ||
69 | <name>name</name> | ||
70 | <cstring>cancelButton</cstring> | ||
71 | </property> | ||
72 | <property stdset="1"> | ||
73 | <name>minimumSize</name> | ||
74 | <size> | ||
75 | <width>10</width> | ||
76 | <height>0</height> | ||
77 | </size> | ||
78 | </property> | ||
79 | <property stdset="1"> | ||
80 | <name>text</name> | ||
81 | <string>Cancel</string> | ||
82 | </property> | ||
83 | </widget> | ||
84 | </grid> | ||
85 | </widget> | ||
86 | </UI> | ||