summaryrefslogtreecommitdiff
path: root/libopie/big-screen/example/osplitter_example.h
authorzecke <zecke>2003-09-01 09:42:06 (UTC)
committer zecke <zecke>2003-09-01 09:42:06 (UTC)
commit45a479040238764f97eed267c74aed6cf27eece8 (patch) (unidiff)
treed589b1a89a2f6f9862822c03235630e987f9bcb6 /libopie/big-screen/example/osplitter_example.h
parent143807c9d438ee6f07e92e6009ec5633088c34f4 (diff)
downloadopie-45a479040238764f97eed267c74aed6cf27eece8.zip
opie-45a479040238764f97eed267c74aed6cf27eece8.tar.gz
opie-45a479040238764f97eed267c74aed6cf27eece8.tar.bz2
OSplitter the first BigScreen Extension widget is done
with a small example
Diffstat (limited to 'libopie/big-screen/example/osplitter_example.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/big-screen/example/osplitter_example.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/libopie/big-screen/example/osplitter_example.h b/libopie/big-screen/example/osplitter_example.h
new file mode 100644
index 0000000..ae8f120
--- a/dev/null
+++ b/libopie/big-screen/example/osplitter_example.h
@@ -0,0 +1,20 @@
1/*
2 * May be used, copied and modified wihtout any limitation
3 */
4
5#ifndef OSPlitter_EXAMPLE_H
6#define OSPlitter_EXAMPLE_H
7
8#include <qvbox.h>
9#include <opie/ofileselector.h>
10
11class OSplitterExample : public QWidget {
12 Q_OBJECT
13public:
14 static QString appName() { return QString::fromLatin1("osplitter_example"); }
15 OSplitterExample( QWidget *parent, const char* name, WFlags fl );
16
17};
18
19
20#endif