summaryrefslogtreecommitdiffabout
path: root/kmicromail/selectmailtypeui.ui
authorzautrix <zautrix>2004-07-03 16:33:12 (UTC)
committer zautrix <zautrix>2004-07-03 16:33:12 (UTC)
commite3b89230f065c48c84b48c88edb6eb088374c487 (patch) (unidiff)
tree162ea2ef909a6f82ccfcedf45d80d6c821174912 /kmicromail/selectmailtypeui.ui
parent2dd6ac0b2d24c91d35ce674a6c26351352df2b15 (diff)
downloadkdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.zip
kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.gz
kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.bz2
Initial revision
Diffstat (limited to 'kmicromail/selectmailtypeui.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/selectmailtypeui.ui94
1 files changed, 94 insertions, 0 deletions
diff --git a/kmicromail/selectmailtypeui.ui b/kmicromail/selectmailtypeui.ui
new file mode 100644
index 0000000..1fe0369
--- a/dev/null
+++ b/kmicromail/selectmailtypeui.ui
@@ -0,0 +1,94 @@
1<!DOCTYPE UI><UI>
2<class>SelectMailTypeUI</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>SelectMailTypeUI</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>157</width>
15 <height>66</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Select Type</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" >
38 <class>QGroupBox</class>
39 <property stdset="1">
40 <name>name</name>
41 <cstring>groupBox</cstring>
42 </property>
43 <property stdset="1">
44 <name>title</name>
45 <string>Select Account Type</string>
46 </property>
47 <property>
48 <name>layoutMargin</name>
49 </property>
50 <property>
51 <name>layoutSpacing</name>
52 </property>
53 <grid>
54 <property stdset="1">
55 <name>margin</name>
56 <number>4</number>
57 </property>
58 <property stdset="1">
59 <name>spacing</name>
60 <number>3</number>
61 </property>
62 <widget row="0" column="0" >
63 <class>QComboBox</class>
64 <item>
65 <property>
66 <name>text</name>
67 <string>IMAP</string>
68 </property>
69 </item>
70 <item>
71 <property>
72 <name>text</name>
73 <string>POP3</string>
74 </property>
75 </item>
76 <item>
77 <property>
78 <name>text</name>
79 <string>SMTP</string>
80 </property>
81 </item>
82 <property stdset="1">
83 <name>name</name>
84 <cstring>typeBox</cstring>
85 </property>
86 </widget>
87 </grid>
88 </widget>
89 </grid>
90</widget>
91<tabstops>
92 <tabstop>typeBox</tabstop>
93</tabstops>
94</UI>