author | zecke <zecke> | 2002-10-02 12:26:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-02 12:26:54 (UTC) |
commit | 140d28d0fd72015616351702f085ca9f0c9a959c (patch) (unidiff) | |
tree | 1f872a88f41aafb3fe76fe6bf7cf35477d72d6ff /noncore | |
parent | c8a407e15d36e6a099836fb61ac164b0e90209dc (diff) | |
download | opie-140d28d0fd72015616351702f085ca9f0c9a959c.zip opie-140d28d0fd72015616351702f085ca9f0c9a959c.tar.gz opie-140d28d0fd72015616351702f085ca9f0c9a959c.tar.bz2 |
UI Files
-rw-r--r-- | noncore/apps/opie-console/configurebase.ui | 127 | ||||
-rw-r--r-- | noncore/apps/opie-console/editbase.ui | 304 |
2 files changed, 431 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/configurebase.ui b/noncore/apps/opie-console/configurebase.ui new file mode 100644 index 0000000..1af270c --- a/dev/null +++ b/noncore/apps/opie-console/configurebase.ui | |||
@@ -0,0 +1,127 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>ConfigureBase</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>ConfigDialog</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>276</width> | ||
15 | <height>306</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Configure</string> | ||
21 | </property> | ||
22 | <grid> | ||
23 | <property stdset="1"> | ||
24 | <name>margin</name> | ||
25 | <number>11</number> | ||
26 | </property> | ||
27 | <property stdset="1"> | ||
28 | <name>spacing</name> | ||
29 | <number>6</number> | ||
30 | </property> | ||
31 | <widget row="0" column="0" > | ||
32 | <class>QListView</class> | ||
33 | <column> | ||
34 | <property> | ||
35 | <name>text</name> | ||
36 | <string>Profile Name</string> | ||
37 | </property> | ||
38 | <property> | ||
39 | <name>clickable</name> | ||
40 | <bool>true</bool> | ||
41 | </property> | ||
42 | <property> | ||
43 | <name>resizeable</name> | ||
44 | <bool>true</bool> | ||
45 | </property> | ||
46 | </column> | ||
47 | <property stdset="1"> | ||
48 | <name>name</name> | ||
49 | <cstring>lstView</cstring> | ||
50 | </property> | ||
51 | </widget> | ||
52 | <widget row="1" column="0" > | ||
53 | <class>QLayoutWidget</class> | ||
54 | <property stdset="1"> | ||
55 | <name>name</name> | ||
56 | <cstring>Layout1</cstring> | ||
57 | </property> | ||
58 | <hbox> | ||
59 | <property stdset="1"> | ||
60 | <name>margin</name> | ||
61 | <number>0</number> | ||
62 | </property> | ||
63 | <property stdset="1"> | ||
64 | <name>spacing</name> | ||
65 | <number>6</number> | ||
66 | </property> | ||
67 | <widget> | ||
68 | <class>QPushButton</class> | ||
69 | <property stdset="1"> | ||
70 | <name>name</name> | ||
71 | <cstring>pbAdd</cstring> | ||
72 | </property> | ||
73 | <property stdset="1"> | ||
74 | <name>text</name> | ||
75 | <string>&Add</string> | ||
76 | </property> | ||
77 | </widget> | ||
78 | <widget> | ||
79 | <class>QPushButton</class> | ||
80 | <property stdset="1"> | ||
81 | <name>name</name> | ||
82 | <cstring>pbEdit</cstring> | ||
83 | </property> | ||
84 | <property stdset="1"> | ||
85 | <name>text</name> | ||
86 | <string>&Edit</string> | ||
87 | </property> | ||
88 | </widget> | ||
89 | <widget> | ||
90 | <class>QPushButton</class> | ||
91 | <property stdset="1"> | ||
92 | <name>name</name> | ||
93 | <cstring>pbRemove</cstring> | ||
94 | </property> | ||
95 | <property stdset="1"> | ||
96 | <name>text</name> | ||
97 | <string>&Remove</string> | ||
98 | </property> | ||
99 | </widget> | ||
100 | </hbox> | ||
101 | </widget> | ||
102 | </grid> | ||
103 | </widget> | ||
104 | <connections> | ||
105 | <connection> | ||
106 | <sender>pbAdd</sender> | ||
107 | <signal>clicked()</signal> | ||
108 | <receiver>ConfigDialog</receiver> | ||
109 | <slot>slotAdd()</slot> | ||
110 | </connection> | ||
111 | <connection> | ||
112 | <sender>pbEdit</sender> | ||
113 | <signal>clicked()</signal> | ||
114 | <receiver>ConfigDialog</receiver> | ||
115 | <slot>slotEdit()</slot> | ||
116 | </connection> | ||
117 | <connection> | ||
118 | <sender>pbRemove</sender> | ||
119 | <signal>clicked()</signal> | ||
120 | <receiver>ConfigDialog</receiver> | ||
121 | <slot>slotRemove()</slot> | ||
122 | </connection> | ||
123 | <slot access="protected">slotRemove()</slot> | ||
124 | <slot access="protected">slotAdd()</slot> | ||
125 | <slot access="protected">slotEdit()</slot> | ||
126 | </connections> | ||
127 | </UI> | ||
diff --git a/noncore/apps/opie-console/editbase.ui b/noncore/apps/opie-console/editbase.ui new file mode 100644 index 0000000..8318d2d --- a/dev/null +++ b/noncore/apps/opie-console/editbase.ui | |||
@@ -0,0 +1,304 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>EditBase</class> | ||
3 | <widget> | ||
4 | <class>QWidget</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>EditBase</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>357</width> | ||
15 | <height>352</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Editor Base</string> | ||
21 | </property> | ||
22 | <grid> | ||
23 | <property stdset="1"> | ||
24 | <name>margin</name> | ||
25 | <number>11</number> | ||
26 | </property> | ||
27 | <property stdset="1"> | ||
28 | <name>spacing</name> | ||
29 | <number>6</number> | ||
30 | </property> | ||
31 | <widget row="1" column="0" > | ||
32 | <class>QLayoutWidget</class> | ||
33 | <property stdset="1"> | ||
34 | <name>name</name> | ||
35 | <cstring>Layout2</cstring> | ||
36 | </property> | ||
37 | <hbox> | ||
38 | <property stdset="1"> | ||
39 | <name>margin</name> | ||
40 | <number>0</number> | ||
41 | </property> | ||
42 | <property stdset="1"> | ||
43 | <name>spacing</name> | ||
44 | <number>6</number> | ||
45 | </property> | ||
46 | <widget> | ||
47 | <class>QLabel</class> | ||
48 | <property stdset="1"> | ||
49 | <name>name</name> | ||
50 | <cstring>txtEmu</cstring> | ||
51 | </property> | ||
52 | <property stdset="1"> | ||
53 | <name>text</name> | ||
54 | <string>Terminal Emulation:</string> | ||
55 | </property> | ||
56 | </widget> | ||
57 | <widget> | ||
58 | <class>QComboBox</class> | ||
59 | <property stdset="1"> | ||
60 | <name>name</name> | ||
61 | <cstring>cmbEmu</cstring> | ||
62 | </property> | ||
63 | </widget> | ||
64 | </hbox> | ||
65 | </widget> | ||
66 | <widget row="0" column="0" > | ||
67 | <class>QLayoutWidget</class> | ||
68 | <property stdset="1"> | ||
69 | <name>name</name> | ||
70 | <cstring>Layout1</cstring> | ||
71 | </property> | ||
72 | <hbox> | ||
73 | <property stdset="1"> | ||
74 | <name>margin</name> | ||
75 | <number>0</number> | ||
76 | </property> | ||
77 | <property stdset="1"> | ||
78 | <name>spacing</name> | ||
79 | <number>6</number> | ||
80 | </property> | ||
81 | <widget> | ||
82 | <class>QLabel</class> | ||
83 | <property stdset="1"> | ||
84 | <name>name</name> | ||
85 | <cstring>txtIO</cstring> | ||
86 | </property> | ||
87 | <property stdset="1"> | ||
88 | <name>text</name> | ||
89 | <string>IO Layer:</string> | ||
90 | </property> | ||
91 | </widget> | ||
92 | <widget> | ||
93 | <class>QComboBox</class> | ||
94 | <property stdset="1"> | ||
95 | <name>name</name> | ||
96 | <cstring>cmbIO</cstring> | ||
97 | </property> | ||
98 | </widget> | ||
99 | </hbox> | ||
100 | </widget> | ||
101 | <widget row="3" column="0" > | ||
102 | <class>QGroupBox</class> | ||
103 | <property stdset="1"> | ||
104 | <name>name</name> | ||
105 | <cstring>grpLook</cstring> | ||
106 | </property> | ||
107 | <property stdset="1"> | ||
108 | <name>title</name> | ||
109 | <string>Look</string> | ||
110 | </property> | ||
111 | <vbox> | ||
112 | <property stdset="1"> | ||
113 | <name>margin</name> | ||
114 | <number>11</number> | ||
115 | </property> | ||
116 | <property stdset="1"> | ||
117 | <name>spacing</name> | ||
118 | <number>6</number> | ||
119 | </property> | ||
120 | <widget> | ||
121 | <class>QLayoutWidget</class> | ||
122 | <property stdset="1"> | ||
123 | <name>name</name> | ||
124 | <cstring>Layout3</cstring> | ||
125 | </property> | ||
126 | <hbox> | ||
127 | <property stdset="1"> | ||
128 | <name>margin</name> | ||
129 | <number>0</number> | ||
130 | </property> | ||
131 | <property stdset="1"> | ||
132 | <name>spacing</name> | ||
133 | <number>6</number> | ||
134 | </property> | ||
135 | <widget> | ||
136 | <class>QLabel</class> | ||
137 | <property stdset="1"> | ||
138 | <name>name</name> | ||
139 | <cstring>txtFore</cstring> | ||
140 | </property> | ||
141 | <property stdset="1"> | ||
142 | <name>text</name> | ||
143 | <string>Foreground:</string> | ||
144 | </property> | ||
145 | </widget> | ||
146 | <widget> | ||
147 | <class>QComboBox</class> | ||
148 | <item> | ||
149 | <property> | ||
150 | <name>text</name> | ||
151 | <string>Black</string> | ||
152 | </property> | ||
153 | </item> | ||
154 | <item> | ||
155 | <property> | ||
156 | <name>text</name> | ||
157 | <string>White</string> | ||
158 | </property> | ||
159 | </item> | ||
160 | <item> | ||
161 | <property> | ||
162 | <name>text</name> | ||
163 | <string>Gray</string> | ||
164 | </property> | ||
165 | </item> | ||
166 | <property stdset="1"> | ||
167 | <name>name</name> | ||
168 | <cstring>cmbFore</cstring> | ||
169 | </property> | ||
170 | </widget> | ||
171 | </hbox> | ||
172 | </widget> | ||
173 | <widget> | ||
174 | <class>QLayoutWidget</class> | ||
175 | <property stdset="1"> | ||
176 | <name>name</name> | ||
177 | <cstring>Layout4</cstring> | ||
178 | </property> | ||
179 | <hbox> | ||
180 | <property stdset="1"> | ||
181 | <name>margin</name> | ||
182 | <number>0</number> | ||
183 | </property> | ||
184 | <property stdset="1"> | ||
185 | <name>spacing</name> | ||
186 | <number>6</number> | ||
187 | </property> | ||
188 | <widget> | ||
189 | <class>QLabel</class> | ||
190 | <property stdset="1"> | ||
191 | <name>name</name> | ||
192 | <cstring>txtBackground</cstring> | ||
193 | </property> | ||
194 | <property stdset="1"> | ||
195 | <name>text</name> | ||
196 | <string>Background:</string> | ||
197 | </property> | ||
198 | </widget> | ||
199 | <widget> | ||
200 | <class>QComboBox</class> | ||
201 | <item> | ||
202 | <property> | ||
203 | <name>text</name> | ||
204 | <string>Black</string> | ||
205 | </property> | ||
206 | </item> | ||
207 | <item> | ||
208 | <property> | ||
209 | <name>text</name> | ||
210 | <string>White</string> | ||
211 | </property> | ||
212 | </item> | ||
213 | <item> | ||
214 | <property> | ||
215 | <name>text</name> | ||
216 | <string>Gray</string> | ||
217 | </property> | ||
218 | </item> | ||
219 | <property stdset="1"> | ||
220 | <name>name</name> | ||
221 | <cstring>cmbBack</cstring> | ||
222 | </property> | ||
223 | </widget> | ||
224 | </hbox> | ||
225 | </widget> | ||
226 | <widget> | ||
227 | <class>QLayoutWidget</class> | ||
228 | <property stdset="1"> | ||
229 | <name>name</name> | ||
230 | <cstring>Layout5</cstring> | ||
231 | </property> | ||
232 | <hbox> | ||
233 | <property stdset="1"> | ||
234 | <name>margin</name> | ||
235 | <number>0</number> | ||
236 | </property> | ||
237 | <property stdset="1"> | ||
238 | <name>spacing</name> | ||
239 | <number>6</number> | ||
240 | </property> | ||
241 | <widget> | ||
242 | <class>QLabel</class> | ||
243 | <property stdset="1"> | ||
244 | <name>name</name> | ||
245 | <cstring>txtFont</cstring> | ||
246 | </property> | ||
247 | <property stdset="1"> | ||
248 | <name>text</name> | ||
249 | <string>Font:</string> | ||
250 | </property> | ||
251 | </widget> | ||
252 | <widget> | ||
253 | <class>QComboBox</class> | ||
254 | <item> | ||
255 | <property> | ||
256 | <name>text</name> | ||
257 | <string>Micro</string> | ||
258 | </property> | ||
259 | </item> | ||
260 | <item> | ||
261 | <property> | ||
262 | <name>text</name> | ||
263 | <string>Small</string> | ||
264 | </property> | ||
265 | </item> | ||
266 | <item> | ||
267 | <property> | ||
268 | <name>text</name> | ||
269 | <string>Medium</string> | ||
270 | </property> | ||
271 | </item> | ||
272 | <property stdset="1"> | ||
273 | <name>name</name> | ||
274 | <cstring>cmbFont</cstring> | ||
275 | </property> | ||
276 | </widget> | ||
277 | </hbox> | ||
278 | </widget> | ||
279 | </vbox> | ||
280 | </widget> | ||
281 | <spacer row="2" column="0" > | ||
282 | <property> | ||
283 | <name>name</name> | ||
284 | <cstring>Spacer1</cstring> | ||
285 | </property> | ||
286 | <property stdset="1"> | ||
287 | <name>orientation</name> | ||
288 | <enum>Vertical</enum> | ||
289 | </property> | ||
290 | <property stdset="1"> | ||
291 | <name>sizeType</name> | ||
292 | <enum>Fixed</enum> | ||
293 | </property> | ||
294 | <property> | ||
295 | <name>sizeHint</name> | ||
296 | <size> | ||
297 | <width>20</width> | ||
298 | <height>20</height> | ||
299 | </size> | ||
300 | </property> | ||
301 | </spacer> | ||
302 | </grid> | ||
303 | </widget> | ||
304 | </UI> | ||