-rw-r--r-- | kmicromail/imapconfigui.ui | 259 |
1 files changed, 259 insertions, 0 deletions
diff --git a/kmicromail/imapconfigui.ui b/kmicromail/imapconfigui.ui new file mode 100644 index 0000000..a96c1a2 --- a/dev/null +++ b/kmicromail/imapconfigui.ui | |||
@@ -0,0 +1,259 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>IMAPconfigUI</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>IMAPconfigUI</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>425</width> | ||
15 | <height>428</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Configure IMAP</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>3</number> | ||
32 | </property> | ||
33 | <property stdset="1"> | ||
34 | <name>spacing</name> | ||
35 | <number>3</number> | ||
36 | </property> | ||
37 | <widget row="2" column="1" > | ||
38 | <class>QLineEdit</class> | ||
39 | <property stdset="1"> | ||
40 | <name>name</name> | ||
41 | <cstring>serverLine</cstring> | ||
42 | </property> | ||
43 | </widget> | ||
44 | <widget row="3" column="0" > | ||
45 | <class>QLabel</class> | ||
46 | <property stdset="1"> | ||
47 | <name>name</name> | ||
48 | <cstring>portLabel</cstring> | ||
49 | </property> | ||
50 | <property stdset="1"> | ||
51 | <name>text</name> | ||
52 | <string>Port</string> | ||
53 | </property> | ||
54 | </widget> | ||
55 | <widget row="2" column="0" > | ||
56 | <class>QLabel</class> | ||
57 | <property stdset="1"> | ||
58 | <name>name</name> | ||
59 | <cstring>serverLabel</cstring> | ||
60 | </property> | ||
61 | <property stdset="1"> | ||
62 | <name>text</name> | ||
63 | <string>Server</string> | ||
64 | </property> | ||
65 | </widget> | ||
66 | <widget row="3" column="1" > | ||
67 | <class>QLineEdit</class> | ||
68 | <property stdset="1"> | ||
69 | <name>name</name> | ||
70 | <cstring>portLine</cstring> | ||
71 | </property> | ||
72 | </widget> | ||
73 | <widget row="0" column="1" > | ||
74 | <class>QLineEdit</class> | ||
75 | <property stdset="1"> | ||
76 | <name>name</name> | ||
77 | <cstring>accountLine</cstring> | ||
78 | </property> | ||
79 | <property> | ||
80 | <name>toolTip</name> | ||
81 | <string>Name of the Account</string> | ||
82 | </property> | ||
83 | </widget> | ||
84 | <widget row="0" column="0" > | ||
85 | <class>QLabel</class> | ||
86 | <property stdset="1"> | ||
87 | <name>name</name> | ||
88 | <cstring>accountLabel</cstring> | ||
89 | </property> | ||
90 | <property stdset="1"> | ||
91 | <name>text</name> | ||
92 | <string>Account</string> | ||
93 | </property> | ||
94 | </widget> | ||
95 | <widget row="1" column="0" rowspan="1" colspan="2" > | ||
96 | <class>Line</class> | ||
97 | <property stdset="1"> | ||
98 | <name>name</name> | ||
99 | <cstring>line1</cstring> | ||
100 | </property> | ||
101 | <property stdset="1"> | ||
102 | <name>orientation</name> | ||
103 | <enum>Horizontal</enum> | ||
104 | </property> | ||
105 | </widget> | ||
106 | <spacer row="12" column="1" > | ||
107 | <property> | ||
108 | <name>name</name> | ||
109 | <cstring>spacer</cstring> | ||
110 | </property> | ||
111 | <property stdset="1"> | ||
112 | <name>orientation</name> | ||
113 | <enum>Vertical</enum> | ||
114 | </property> | ||
115 | <property stdset="1"> | ||
116 | <name>sizeType</name> | ||
117 | <enum>Expanding</enum> | ||
118 | </property> | ||
119 | <property> | ||
120 | <name>sizeHint</name> | ||
121 | <size> | ||
122 | <width>20</width> | ||
123 | <height>20</height> | ||
124 | </size> | ||
125 | </property> | ||
126 | </spacer> | ||
127 | <widget row="8" column="1" > | ||
128 | <class>QLineEdit</class> | ||
129 | <property stdset="1"> | ||
130 | <name>name</name> | ||
131 | <cstring>userLine</cstring> | ||
132 | </property> | ||
133 | </widget> | ||
134 | <widget row="9" column="1" > | ||
135 | <class>QLineEdit</class> | ||
136 | <property stdset="1"> | ||
137 | <name>name</name> | ||
138 | <cstring>passLine</cstring> | ||
139 | </property> | ||
140 | <property stdset="1"> | ||
141 | <name>echoMode</name> | ||
142 | <enum>Password</enum> | ||
143 | </property> | ||
144 | </widget> | ||
145 | <widget row="11" column="0" > | ||
146 | <class>QLabel</class> | ||
147 | <property stdset="1"> | ||
148 | <name>name</name> | ||
149 | <cstring>prefixLabel</cstring> | ||
150 | </property> | ||
151 | <property stdset="1"> | ||
152 | <name>text</name> | ||
153 | <string>Prefix</string> | ||
154 | </property> | ||
155 | </widget> | ||
156 | <widget row="11" column="1" > | ||
157 | <class>QLineEdit</class> | ||
158 | <property stdset="1"> | ||
159 | <name>name</name> | ||
160 | <cstring>prefixLine</cstring> | ||
161 | </property> | ||
162 | </widget> | ||
163 | <widget row="8" column="0" > | ||
164 | <class>QLabel</class> | ||
165 | <property stdset="1"> | ||
166 | <name>name</name> | ||
167 | <cstring>userLabel</cstring> | ||
168 | </property> | ||
169 | <property stdset="1"> | ||
170 | <name>text</name> | ||
171 | <string>User</string> | ||
172 | </property> | ||
173 | </widget> | ||
174 | <widget row="7" column="0" rowspan="1" colspan="2" > | ||
175 | <class>Line</class> | ||
176 | <property stdset="1"> | ||
177 | <name>name</name> | ||
178 | <cstring>line2</cstring> | ||
179 | </property> | ||
180 | <property stdset="1"> | ||
181 | <name>enabled</name> | ||
182 | <bool>true</bool> | ||
183 | </property> | ||
184 | <property stdset="1"> | ||
185 | <name>caption</name> | ||
186 | <string></string> | ||
187 | </property> | ||
188 | <property stdset="1"> | ||
189 | <name>orientation</name> | ||
190 | <enum>Horizontal</enum> | ||
191 | </property> | ||
192 | <property> | ||
193 | <name>layoutMargin</name> | ||
194 | </property> | ||
195 | <property> | ||
196 | <name>layoutSpacing</name> | ||
197 | </property> | ||
198 | </widget> | ||
199 | <widget row="10" column="0" rowspan="1" colspan="2" > | ||
200 | <class>Line</class> | ||
201 | <property stdset="1"> | ||
202 | <name>name</name> | ||
203 | <cstring>Line3</cstring> | ||
204 | </property> | ||
205 | <property stdset="1"> | ||
206 | <name>orientation</name> | ||
207 | <enum>Horizontal</enum> | ||
208 | </property> | ||
209 | </widget> | ||
210 | <widget row="9" column="0" > | ||
211 | <class>QLabel</class> | ||
212 | <property stdset="1"> | ||
213 | <name>name</name> | ||
214 | <cstring>passLabel</cstring> | ||
215 | </property> | ||
216 | <property stdset="1"> | ||
217 | <name>text</name> | ||
218 | <string>Password</string> | ||
219 | </property> | ||
220 | </widget> | ||
221 | <widget row="6" column="0" rowspan="1" colspan="2" > | ||
222 | <class>QLineEdit</class> | ||
223 | <property stdset="1"> | ||
224 | <name>name</name> | ||
225 | <cstring>CommandEdit</cstring> | ||
226 | </property> | ||
227 | <property stdset="1"> | ||
228 | <name>text</name> | ||
229 | <string>ssh $SERVER exec</string> | ||
230 | </property> | ||
231 | </widget> | ||
232 | <widget row="5" column="0" rowspan="1" colspan="2" > | ||
233 | <class>QComboBox</class> | ||
234 | <property stdset="1"> | ||
235 | <name>name</name> | ||
236 | <cstring>ComboBox1</cstring> | ||
237 | </property> | ||
238 | </widget> | ||
239 | <widget row="4" column="0" rowspan="1" colspan="2" > | ||
240 | <class>QLabel</class> | ||
241 | <property stdset="1"> | ||
242 | <name>name</name> | ||
243 | <cstring>TextLabel1</cstring> | ||
244 | </property> | ||
245 | <property stdset="1"> | ||
246 | <name>text</name> | ||
247 | <string>Use secure sockets:</string> | ||
248 | </property> | ||
249 | </widget> | ||
250 | </grid> | ||
251 | </widget> | ||
252 | <tabstops> | ||
253 | <tabstop>accountLine</tabstop> | ||
254 | <tabstop>serverLine</tabstop> | ||
255 | <tabstop>portLine</tabstop> | ||
256 | <tabstop>userLine</tabstop> | ||
257 | <tabstop>passLine</tabstop> | ||
258 | </tabstops> | ||
259 | </UI> | ||