summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2002-11-21 17:59:47 (UTC)
committer mickeyl <mickeyl>2002-11-21 17:59:47 (UTC)
commitcaf4327beab6e7e47f3eedcec71de7b28b03485f (patch) (unidiff)
tree3455b9e7ba7951217f58a75db845663c165b80b3 /noncore
parent1c1eabfe924ba0e1be8b3ce1d4d837ac15855f74 (diff)
downloadopie-caf4327beab6e7e47f3eedcec71de7b28b03485f.zip
opie-caf4327beab6e7e47f3eedcec71de7b28b03485f.tar.gz
opie-caf4327beab6e7e47f3eedcec71de7b28b03485f.tar.bz2
- new tab for the log window
- main.cpp fix - started work on scanlistitem
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/main.cpp2
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.cpp17
-rw-r--r--noncore/net/wellenreiter/gui/scanlistitem.h27
-rw-r--r--noncore/net/wellenreiter/gui/wellenreiterbase.ui57
-rw-r--r--noncore/net/wellenreiter/wellenreiter.pro4
5 files changed, 92 insertions, 15 deletions
diff --git a/noncore/net/wellenreiter/gui/main.cpp b/noncore/net/wellenreiter/gui/main.cpp
index 640ba3e..f8dc5d7 100644
--- a/noncore/net/wellenreiter/gui/main.cpp
+++ b/noncore/net/wellenreiter/gui/main.cpp
@@ -15,3 +15,3 @@
15 15
16#include "gui/wellenreiter.h" 16#include "wellenreiter.h"
17#include <qpe/qpeapplication.h> 17#include <qpe/qpeapplication.h>
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.cpp b/noncore/net/wellenreiter/gui/scanlistitem.cpp
new file mode 100644
index 0000000..267e543
--- a/dev/null
+++ b/noncore/net/wellenreiter/gui/scanlistitem.cpp
@@ -0,0 +1,17 @@
1/**********************************************************************
2** Copyright (C) 2002 Michael 'Mickey' Lauer. All rights reserved.
3**
4** This file is part of Opie Environment.
5**
6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file.
10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13**
14**********************************************************************/
15
16#include "scanlistitem.h"
17#include <qlistview.h>
diff --git a/noncore/net/wellenreiter/gui/scanlistitem.h b/noncore/net/wellenreiter/gui/scanlistitem.h
new file mode 100644
index 0000000..2bed9d0
--- a/dev/null
+++ b/noncore/net/wellenreiter/gui/scanlistitem.h
@@ -0,0 +1,27 @@
1/**********************************************************************
2** Copyright (C) 2002 Michael 'Mickey' Lauer. All rights reserved.
3**
4** This file is part of Opie Environment.
5**
6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file.
10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13**
14**********************************************************************/
15
16#ifndef SCANLISTITEM_H
17#define SCANLISTITEM_H
18
19#include <qlistview.h>
20
21class MScanListItem: public QListViewItem
22{
23
24};
25
26#endif
27
diff --git a/noncore/net/wellenreiter/gui/wellenreiterbase.ui b/noncore/net/wellenreiter/gui/wellenreiterbase.ui
index 6db3a36..9627da7 100644
--- a/noncore/net/wellenreiter/gui/wellenreiterbase.ui
+++ b/noncore/net/wellenreiter/gui/wellenreiterbase.ui
@@ -13,3 +13,3 @@
13 <y>0</y> 13 <y>0</y>
14 <width>211</width> 14 <width>207</width>
15 <height>294</height> 15 <height>294</height>
@@ -61,3 +61,3 @@
61 <name>margin</name> 61 <name>margin</name>
62 <number>0</number> 62 <number>2</number>
63 </property> 63 </property>
@@ -86,3 +86,3 @@
86 <name>text</name> 86 <name>text</name>
87 <string>SSID</string> 87 <string>Sig</string>
88 </property> 88 </property>
@@ -100,3 +100,3 @@
100 <name>text</name> 100 <name>text</name>
101 <string>AP</string> 101 <string>SSID</string>
102 </property> 102 </property>
@@ -114,3 +114,3 @@
114 <name>text</name> 114 <name>text</name>
115 <string>WEP</string> 115 <string>AP</string>
116 </property> 116 </property>
@@ -142,3 +142,3 @@
142 <name>text</name> 142 <name>text</name>
143 <string>Sig</string> 143 <string>WEP</string>
144 </property> 144 </property>
@@ -172,3 +172,31 @@
172 <name>name</name> 172 <name>name</name>
173 <cstring>tab</cstring> 173 <cstring>Log</cstring>
174 </property>
175 <attribute>
176 <name>title</name>
177 <string>Log</string>
178 </attribute>
179 <vbox>
180 <property stdset="1">
181 <name>margin</name>
182 <number>2</number>
183 </property>
184 <property stdset="1">
185 <name>spacing</name>
186 <number>2</number>
187 </property>
188 <widget>
189 <class>QMultiLineEdit</class>
190 <property stdset="1">
191 <name>name</name>
192 <cstring>Log</cstring>
193 </property>
194 </widget>
195 </vbox>
196 </widget>
197 <widget>
198 <class>QWidget</class>
199 <property stdset="1">
200 <name>name</name>
201 <cstring>About</cstring>
174 </property> 202 </property>
@@ -181,3 +209,3 @@
181 <name>margin</name> 209 <name>margin</name>
182 <number>11</number> 210 <number>8</number>
183 </property> 211 </property>
@@ -185,3 +213,3 @@
185 <name>spacing</name> 213 <name>spacing</name>
186 <number>6</number> 214 <number>2</number>
187 </property> 215 </property>
@@ -191,3 +219,3 @@
191 <name>name</name> 219 <name>name</name>
192 <cstring>PixmapLabel1</cstring> 220 <cstring>PixmapLabel1_3</cstring>
193 </property> 221 </property>
@@ -240,3 +268,3 @@
240 <name>name</name> 268 <name>name</name>
241 <cstring>TextLabel1</cstring> 269 <cstring>TextLabel1_4</cstring>
242 </property> 270 </property>
@@ -290,5 +318,10 @@ Karl Schoepf | Michael Lauer&lt;p&gt;
290 <name>image0</name> 318 <name>image0</name>