From 53fa609d585216173c834cd1f22678a087394cde Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 15 Jan 2004 15:50:38 +0000 Subject: - add oapplicationfactory to opiecore - add big screen examples --- (limited to 'libopie2/examples/opieui/osplitter_example/osplitter_example.h') diff --git a/libopie2/examples/opieui/osplitter_example/osplitter_example.h b/libopie2/examples/opieui/osplitter_example/osplitter_example.h new file mode 100644 index 0000000..176ad62 --- a/dev/null +++ b/libopie2/examples/opieui/osplitter_example/osplitter_example.h @@ -0,0 +1,20 @@ +/* + * May be used, copied and modified wihtout any limitation + */ + +#ifndef OSPlitter_EXAMPLE_H +#define OSPlitter_EXAMPLE_H + +#include +#include + +class OSplitterExample : public QWidget { + Q_OBJECT +public: + static QString appName() { return QString::fromLatin1("osplitter_example"); } + OSplitterExample( QWidget *parent, const char* name, WFlags fl ); + +}; + + +#endif -- cgit v0.9.0.2